Test
This commit is contained in:
parent
3e07774e9b
commit
784175a892
1 changed files with 3 additions and 3 deletions
|
@ -92,7 +92,7 @@
|
||||||
format-icons = {
|
format-icons = {
|
||||||
headphone = " ";
|
headphone = " ";
|
||||||
headset = " ";
|
headset = " ";
|
||||||
default = ["" "" ""];
|
default = [" " " " " "];
|
||||||
};
|
};
|
||||||
tooltip = false;
|
tooltip = false;
|
||||||
on-click = "kitty -e pulsemixer";
|
on-click = "kitty -e pulsemixer";
|
||||||
|
@ -100,11 +100,11 @@
|
||||||
network = {
|
network = {
|
||||||
format = "{ifname}";
|
format = "{ifname}";
|
||||||
format-wifi = "";
|
format-wifi = "";
|
||||||
format-ethernet = " {ipaddr}";
|
format-ethernet = " ";
|
||||||
format-disconnected = ""; # Hides the module
|
format-disconnected = ""; # Hides the module
|
||||||
tooltip-format = "{ifname} via {gwaddr} ";
|
tooltip-format = "{ifname} via {gwaddr} ";
|
||||||
tooltip-format-wifi = "{essid} ({signalStrength}%) ";
|
tooltip-format-wifi = "{essid} ({signalStrength}%) ";
|
||||||
tooltip-format-ethernet = "{ifname} ";
|
tooltip-format-ethernet = "{ifname} \n{ipaddr}";
|
||||||
tooltip-format-disconnected = "Disconnected";
|
tooltip-format-disconnected = "Disconnected";
|
||||||
max-length = 50;
|
max-length = 50;
|
||||||
on-click = "kitty --class=nmtui -e nmtui";
|
on-click = "kitty --class=nmtui -e nmtui";
|
||||||
|
|
Loading…
Reference in a new issue