refresh waybar mpris module regularly

This commit is contained in:
insects 2024-08-14 18:41:36 +02:00
parent 706cfb237c
commit 156d545da7
2 changed files with 1 additions and 1 deletions

View file

@ -62,6 +62,7 @@
mpris = { mpris = {
format = "{dynamic}"; format = "{dynamic}";
interval = 1;
}; };
"hyprland/language" = { "hyprland/language" = {

View file

@ -38,7 +38,6 @@
boot.initrd.kernelModules = ["amdgpu"]; boot.initrd.kernelModules = ["amdgpu"];
hardware.opengl = { hardware.opengl = {
enable = true; enable = true;
driSupport = true;
}; };
networking.hostName = "yukari"; networking.hostName = "yukari";