From dde40c5adfe91a0fb053f9169d0f2f8cd556367d Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Tue, 25 Apr 2023 09:27:20 -0500 Subject: [PATCH] idk. some more? --- mpv/mpv.conf | 4 ++-- scripts/disk | 2 +- system/kaladin/configuration.nix | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/mpv/mpv.conf b/mpv/mpv.conf index 6426a72..1d63ced 100644 --- a/mpv/mpv.conf +++ b/mpv/mpv.conf @@ -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 diff --git a/scripts/disk b/scripts/disk index 5f5a92d..6bd1f83 100755 --- a/scripts/disk +++ b/scripts/disk @@ -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 " diff --git a/system/kaladin/configuration.nix b/system/kaladin/configuration.nix index beaf4fc..bea82ad 100644 --- a/system/kaladin/configuration.nix +++ b/system/kaladin/configuration.nix @@ -21,7 +21,9 @@ hardware = { opengl = { enable = true; + driSupport32Bit = true; extraPackages = with pkgs; [ + mesa.drivers vaapiVdpau libvdpau-va-gl ];