mirror of
https://github.com/RGBCube/ncc
synced 2025-07-31 12:07:48 +00:00
Better waybar icons
This commit is contained in:
parent
51c256fe84
commit
e8da954a9b
1 changed files with 4 additions and 5 deletions
|
@ -71,15 +71,14 @@ homeConfiguration "nixos" {
|
|||
];
|
||||
};
|
||||
|
||||
cpu.format = "{usage}% ";
|
||||
memory.format = "{}% ";
|
||||
cpu.format = "{usage}% ";
|
||||
memory.format = "{}% ";
|
||||
|
||||
network = {
|
||||
format-alt = "{ifname}: {ipaddr}/{cidr}";
|
||||
format-disconnected = "";
|
||||
format-ethernet = "{ipaddr}/{cidr} ";
|
||||
format-linked = "{ifname} (No IP) ";
|
||||
format-wifi = "{essid} ({signalStrength}%) ";
|
||||
format-linked = "{ifname} (No IP) ";
|
||||
format-wifi = "{essid} {signalStrength}% ";
|
||||
};
|
||||
|
||||
battery = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue