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 osc=no
vo=gpu vo=gpu
af=scaletempo2 af=scaletempo2
#autofit=4000x2800 autofit=4000x2800
autofit=2000x1700 # autofit=2000x1700
geometry=50%:50% geometry=50%:50%
# input-ipc-server="/tmp/mpvsocket" # input-ipc-server="/tmp/mpvsocket"
hwdec=auto hwdec=auto

View file

@ -1,5 +1,5 @@
#!/bin/sh #!/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 " echo "󰋊 $disk_usage "

View file

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