idk. some more?

This commit is contained in:
Chris Cochrun 2023-04-25 09:27:20 -05:00
parent 496a3e15b5
commit dde40c5adf
3 changed files with 5 additions and 3 deletions

View file

@ -2,8 +2,8 @@
osc=no
vo=gpu
af=scaletempo2
#autofit=4000x2800
autofit=2000x1700
autofit=4000x2800
# autofit=2000x1700
geometry=50%:50%
# input-ipc-server="/tmp/mpvsocket"
hwdec=auto

View file

@ -1,5 +1,5 @@
#!/bin/sh
disk_usage=$(df -h | rg /dev/nvme0n1p2 | awk '{print $4}')
disk_usage=$(df -h | rg /dev/nvme0n1p2 | awk '{print $4}' | head -n 1)
echo "󰋊 $disk_usage "

View file

@ -21,7 +21,9 @@
hardware = {
opengl = {
enable = true;
driSupport32Bit = true;
extraPackages = with pkgs; [
mesa.drivers
vaapiVdpau
libvdpau-va-gl
];