This commit is contained in:
iFargle 2024-01-07 12:05:18 +09:00
parent 3e07774e9b
commit 784175a892

View file

@ -92,7 +92,7 @@
format-icons = {
headphone = " ";
headset = " ";
default = ["󰕿" "󰖀" "󰕾"];
default = ["󰕿 " "󰖀 " "󰕾 "];
};
tooltip = false;
on-click = "kitty -e pulsemixer";
@ -100,11 +100,11 @@
network = {
format = "{ifname}";
format-wifi = "";
format-ethernet = " {ipaddr}";
format-ethernet = " ";
format-disconnected = ""; # Hides the module
tooltip-format = "{ifname} via {gwaddr} ";
tooltip-format-wifi = "{essid} ({signalStrength}%) ";
tooltip-format-ethernet = "{ifname} ";
tooltip-format-ethernet = "{ifname} \n{ipaddr}";
tooltip-format-disconnected = "Disconnected";
max-length = 50;
on-click = "kitty --class=nmtui -e nmtui";