mirror of
https://github.com/RGBCube/ncc
synced 2025-08-01 12:37:46 +00:00
Change icons for waybar
This commit is contained in:
parent
a18109689e
commit
4ce3806b86
1 changed files with 3 additions and 3 deletions
|
@ -55,8 +55,8 @@ homeConfiguration "nixos" {
|
|||
pulseaudio = {
|
||||
format = "{format_source} {icon} {volume}%";
|
||||
format-bluetooth = "{format_source} {icon} {volume}%";
|
||||
format-bluetooth-muted = "{format_source} {icon}";
|
||||
format-muted = "{format_source} ";
|
||||
format-bluetooth-muted = "{format_source} {icon}";
|
||||
format-muted = "{format_source} ";
|
||||
format-source = "";
|
||||
format-source-muted = "";
|
||||
|
||||
|
@ -85,7 +85,7 @@ homeConfiguration "nixos" {
|
|||
};
|
||||
|
||||
cpu.format = " {usage}%";
|
||||
memory.format = " {}%";
|
||||
memory.format = " {}%";
|
||||
|
||||
network = {
|
||||
format-disconnected = " ";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue