mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 11:13:54 -05:00
waybar: fixed icons inconsistencies
This commit is contained in:
parent
535e9bd386
commit
f83e25fa00
|
@ -79,10 +79,10 @@
|
||||||
"clock" = {
|
"clock" = {
|
||||||
"tooltip-format" = "{:%Y-%m-%d | %H:%M}";
|
"tooltip-format" = "{:%Y-%m-%d | %H:%M}";
|
||||||
"interval" = 60;
|
"interval" = 60;
|
||||||
"format" = " {:%I:%M%p}";
|
"format" = " {:%I:%M%p}";
|
||||||
};
|
};
|
||||||
"battery" = {
|
"battery" = {
|
||||||
"format" = " {capacity}%";
|
"format" = " {capacity}%";
|
||||||
"on-click" = "pp-adjuster";
|
"on-click" = "pp-adjuster";
|
||||||
};
|
};
|
||||||
"bluetooth" = {
|
"bluetooth" = {
|
||||||
|
@ -99,17 +99,17 @@
|
||||||
"format-bluetooth" = "{volume}% {icon}";
|
"format-bluetooth" = "{volume}% {icon}";
|
||||||
"format-muted" = "";
|
"format-muted" = "";
|
||||||
"format-icons"= {
|
"format-icons"= {
|
||||||
"headphones" = "";
|
"headphones" = "";
|
||||||
"handsfree" = "";
|
"handsfree" = "";
|
||||||
"headset" = "";
|
"headset" = "";
|
||||||
};
|
};
|
||||||
"on-click" = "pavucontrol";
|
"on-click" = "pavucontrol";
|
||||||
};
|
};
|
||||||
"network" = {
|
"network" = {
|
||||||
"format-wifi" = " {signalStrength}%";
|
"format-wifi" = " {signalStrength}%";
|
||||||
"format-disconnected" = "⚠";
|
"format-disconnected" = "⚠";
|
||||||
"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} ";
|
||||||
"tooltip-format-disconnected" = "Disconnected";
|
"tooltip-format-disconnected" = "Disconnected";
|
||||||
"on-click" = "alacritty -e nmtui";
|
"on-click" = "alacritty -e nmtui";
|
||||||
|
|
Loading…
Reference in a new issue