mirror of
https://github.com/RGBCube/ncc
synced 2025-08-01 12:37:46 +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}% ";
|
cpu.format = "{usage}% ";
|
||||||
memory.format = "{}% ";
|
memory.format = "{}% ";
|
||||||
|
|
||||||
network = {
|
network = {
|
||||||
format-alt = "{ifname}: {ipaddr}/{cidr}";
|
|
||||||
format-disconnected = "";
|
format-disconnected = "";
|
||||||
format-ethernet = "{ipaddr}/{cidr} ";
|
format-ethernet = "{ipaddr}/{cidr} ";
|
||||||
format-linked = "{ifname} (No IP) ";
|
format-linked = "{ifname} (No IP) ";
|
||||||
format-wifi = "{essid} ({signalStrength}%) ";
|
format-wifi = "{essid} {signalStrength}% ";
|
||||||
};
|
};
|
||||||
|
|
||||||
battery = {
|
battery = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue