getting rid of dumb icons
This commit is contained in:
parent
4fb17150a6
commit
d503ddf530
|
@ -355,23 +355,19 @@ in
|
|||
network = {
|
||||
# "interface": "wlp2*", // (Optional) To force the use of this interface
|
||||
format-wifi = " ({signalStrength}%)";
|
||||
format-ethernet = " {ipaddr}";
|
||||
format-ethernet = " {ipaddr}";
|
||||
format-linked = "{ifname} (No IP) ";
|
||||
format-disconnected = "Disconnected ⚠";
|
||||
format-disconnected = "Disconnected ";
|
||||
format-alt = "{ifname}: {essid} {ipaddr}/{cidr}";
|
||||
};
|
||||
pulseaudio = {
|
||||
scroll-step = 1;
|
||||
format = "{icon} {volume}%";
|
||||
format-bluetooth = "{icon} {volume}% {format_source}";
|
||||
format-bluetooth-muted = " {icon} {format_source}";
|
||||
format-muted = "ﱝ muted";
|
||||
format-muted = " muted";
|
||||
format-source = "";
|
||||
format-source-muted = "";
|
||||
format-icons = {
|
||||
headphone = ["" "" ""];
|
||||
hands-free = "";
|
||||
headset = "";
|
||||
phone = "";
|
||||
portable = "";
|
||||
car = "";
|
||||
|
|
Loading…
Reference in a new issue