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