refresh waybar mpris module regularly
This commit is contained in:
parent
706cfb237c
commit
156d545da7
2 changed files with 1 additions and 1 deletions
|
@ -62,6 +62,7 @@
|
||||||
|
|
||||||
mpris = {
|
mpris = {
|
||||||
format = "{dynamic}";
|
format = "{dynamic}";
|
||||||
|
interval = 1;
|
||||||
};
|
};
|
||||||
|
|
||||||
"hyprland/language" = {
|
"hyprland/language" = {
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Add table
Reference in a new issue