mirror of
https://github.com/RGBCube/ncc
synced 2025-08-02 13:07: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 = {
|
pulseaudio = {
|
||||||
format = "{format_source} {icon} {volume}%";
|
format = "{format_source} {icon} {volume}%";
|
||||||
format-bluetooth = "{format_source} {icon} {volume}%";
|
format-bluetooth = "{format_source} {icon} {volume}%";
|
||||||
format-bluetooth-muted = "{format_source} {icon}";
|
format-bluetooth-muted = "{format_source} {icon}";
|
||||||
format-muted = "{format_source} ";
|
format-muted = "{format_source} ";
|
||||||
format-source = "";
|
format-source = "";
|
||||||
format-source-muted = "";
|
format-source-muted = "";
|
||||||
|
|
||||||
|
@ -85,7 +85,7 @@ homeConfiguration "nixos" {
|
||||||
};
|
};
|
||||||
|
|
||||||
cpu.format = " {usage}%";
|
cpu.format = " {usage}%";
|
||||||
memory.format = " {}%";
|
memory.format = " {}%";
|
||||||
|
|
||||||
network = {
|
network = {
|
||||||
format-disconnected = " ";
|
format-disconnected = " ";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue