feat(waybar): better icons

This commit is contained in:
Barrett Ruth 2026-02-14 16:25:50 -05:00
parent 79202e1f20
commit 48fe045cc4
Signed by: barrett
GPG key ID: A6C96C9349D2FC81

View file

@ -96,7 +96,7 @@ in
};
"hyprland/language" = {
format = " [{}]";
format = "󰌌 {}";
format-en = "en";
format-en-colemak = "cmk";
tooltip-format = "{long}";
@ -139,10 +139,11 @@ in
};
network = {
format-wifi = "󰤨 {essid}";
format-wifi = "{icon} {essid}";
format-ethernet = "󰈀 {ifname}";
format-disconnected = "󰤭 off";
format-disabled = "󰤭 off";
format-icons = ["󰤟" "󰤢" "󰤥" "󰤨"];
interval = 10;
tooltip-format-wifi = "{signalStrength}% · {ipaddr}";
tooltip-format-ethernet = "{ipaddr}/{cidr}";
@ -151,20 +152,9 @@ in
battery = {
format = "{icon} {capacity}%";
format-charging = "󰂄 {capacity}%";
format-full = "󰁹 {capacity}%";
format-icons = [
"󰁺"
"󰁻"
"󰁼"
"󰁽"
"󰁾"
"󰁿"
"󰂀"
"󰂁"
"󰂂"
"󰁹"
];
format-charging = " {capacity}%";
format-full = " {capacity}%";
format-icons = ["" "" "" "" ""];
states = {
hi = 30;
mid = 20;