Compare commits

...

2 commits

Author SHA1 Message Date
fleaz 8280be0705 update overlay 2024-06-25 19:57:50 +02:00
fleaz a12e4c5cf8 home/waybar: Add idle_inhibitor module 2024-06-25 19:57:00 +02:00
2 changed files with 108 additions and 100 deletions

View file

@ -10,6 +10,7 @@
]; ];
modules-center = [ modules-center = [
"clock" "clock"
"idle_inhibitor"
]; ];
modules-right = [ modules-right = [
"disk" "disk"
@ -94,9 +95,16 @@
}; };
"disk" = { "disk" = {
interval = 30; interval = 30;
format = "{free} free"; format = "{free}";
path = "/"; path = "/";
}; };
"idle_inhibitor" = {
format = "{icon}";
format-icons = {
activated = "";
deactivated = "";
};
};
}; };
}]; }];
style = builtins.readFile ./waybar.css; style = builtins.readFile ./waybar.css;

@ -1 +1 @@
Subproject commit 87e002697a0bb6883824f1ce8395a67638c6fb49 Subproject commit c598bf71e3f6dbdad34092b09df9551dec913770