waybar split in files
This commit is contained in:
15
homeConfigs/global/wayland/waybar/cpu.nix
Normal file
15
homeConfigs/global/wayland/waybar/cpu.nix
Normal file
@ -0,0 +1,15 @@
|
||||
{ ... }:
|
||||
{
|
||||
programs.waybar.settings.mainBar = {
|
||||
cpu = {
|
||||
format = " {usage}%";
|
||||
format-low = "";
|
||||
states = {
|
||||
low = 0;
|
||||
working = 30;
|
||||
high = 80;
|
||||
};
|
||||
interval = 5;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user