waybar split in files
This commit is contained in:
12
homeConfigs/global/wayland/waybar/network.nix
Normal file
12
homeConfigs/global/wayland/waybar/network.nix
Normal file
@ -0,0 +1,12 @@
|
||||
{ ... }:
|
||||
{
|
||||
programs.waybar.settings.mainBar = {
|
||||
network = {
|
||||
format-wifi = "{icon} {essid}";
|
||||
format-ethernet = " {ifname}";
|
||||
format-disconnected = " ";
|
||||
format-icons = [" " " " " " " "];
|
||||
max-length = 20;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user