waybar split in files
This commit is contained in:
12
homeConfigs/global/wayland/waybar/disk.nix
Normal file
12
homeConfigs/global/wayland/waybar/disk.nix
Normal file
@ -0,0 +1,12 @@
|
||||
{ ... }:
|
||||
{
|
||||
programs.waybar.settings.mainBar = {
|
||||
disk = {
|
||||
format-low ="";
|
||||
format = " {percentage_used}%";
|
||||
states.low = 0;
|
||||
states.warning = 70;
|
||||
states.high= 90;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user