waybar split in files
This commit is contained in:
16
homeConfigs/global/wayland/waybar/memory.nix
Normal file
16
homeConfigs/global/wayland/waybar/memory.nix
Normal file
@ -0,0 +1,16 @@
|
||||
{ ... }:
|
||||
{
|
||||
programs.waybar.settings.mainBar = {
|
||||
memory = {
|
||||
format = " {}%";
|
||||
format-low = "";
|
||||
interval = 5;
|
||||
states = {
|
||||
low = 0;
|
||||
show = 50;
|
||||
elevated = 80;
|
||||
critical = 95;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user