feat(waybar): better icons
This commit is contained in:
parent
79202e1f20
commit
48fe045cc4
1 changed files with 6 additions and 16 deletions
|
|
@ -96,7 +96,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
"hyprland/language" = {
|
"hyprland/language" = {
|
||||||
format = " [{}]";
|
format = " {}";
|
||||||
format-en = "en";
|
format-en = "en";
|
||||||
format-en-colemak = "cmk";
|
format-en-colemak = "cmk";
|
||||||
tooltip-format = "{long}";
|
tooltip-format = "{long}";
|
||||||
|
|
@ -139,10 +139,11 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
network = {
|
network = {
|
||||||
format-wifi = " {essid}";
|
format-wifi = "{icon} {essid}";
|
||||||
format-ethernet = " {ifname}";
|
format-ethernet = " {ifname}";
|
||||||
format-disconnected = " off";
|
format-disconnected = " off";
|
||||||
format-disabled = " off";
|
format-disabled = " off";
|
||||||
|
format-icons = ["" "" "" ""];
|
||||||
interval = 10;
|
interval = 10;
|
||||||
tooltip-format-wifi = "{signalStrength}% · {ipaddr}";
|
tooltip-format-wifi = "{signalStrength}% · {ipaddr}";
|
||||||
tooltip-format-ethernet = "{ipaddr}/{cidr}";
|
tooltip-format-ethernet = "{ipaddr}/{cidr}";
|
||||||
|
|
@ -151,20 +152,9 @@ in
|
||||||
|
|
||||||
battery = {
|
battery = {
|
||||||
format = "{icon} {capacity}%";
|
format = "{icon} {capacity}%";
|
||||||
format-charging = " {capacity}%";
|
format-charging = " {capacity}%";
|
||||||
format-full = " {capacity}%";
|
format-full = " {capacity}%";
|
||||||
format-icons = [
|
format-icons = ["" "" "" "" ""];
|
||||||
""
|
|
||||||
""
|
|
||||||
""
|
|
||||||
""
|
|
||||||
""
|
|
||||||
""
|
|
||||||
""
|
|
||||||
""
|
|
||||||
""
|
|
||||||
""
|
|
||||||
];
|
|
||||||
states = {
|
states = {
|
||||||
hi = 30;
|
hi = 30;
|
||||||
mid = 20;
|
mid = 20;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue