feat(waybar): better wifi icons

This commit is contained in:
Barrett Ruth 2026-02-14 16:39:31 -05:00
parent 252fc13163
commit 9c5fd486a5
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
3 changed files with 9 additions and 10 deletions

View file

@ -123,7 +123,7 @@ in
pulseaudio = {
format = "{icon} {volume}%";
format-muted = "󰝟 muted";
format-muted = "󰖁 muted";
format-icons = {
default = [
"󰕿"
@ -139,11 +139,10 @@ in
};
network = {
format-wifi = "{icon} {essid}";
format-wifi = "󰖩 {essid}";
format-ethernet = "󰈀 {ifname}";
format-disconnected = "󰤭 off";
format-disabled = "󰤭 off";
format-icons = ["󰤟" "󰤢" "󰤥" "󰤨"];
format-disconnected = "󰖪 off";
format-disabled = "󰖪 off";
interval = 10;
tooltip-format-wifi = "{signalStrength}% · {ipaddr}";
tooltip-format-ethernet = "{ipaddr}/{cidr}";
@ -174,13 +173,13 @@ in
};
clock = {
format = "{:%a %d/%m/%Y %H:%M:%S}";
format = " {:%a %d/%m/%Y %H:%M:%S}";
interval = 1;
tooltip-format = "{:%A, %d %B %Y\nTimezone: %Z}";
};
"custom/power" = {
format = "";
format = "󰐥";
tooltip = true;
tooltip-format = "power menu";
on-click = "ctl power";