mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 05:23:54 -05:00
waybar: added ethernet icon.
This commit is contained in:
parent
a9e28ceaff
commit
603627a9fc
|
@ -67,6 +67,7 @@
|
|||
};
|
||||
"network" = {
|
||||
"format-wifi" = " {signalStrength}%";
|
||||
"format-ethernet" = "";
|
||||
"format-disconnected" = "⚠";
|
||||
"tooltip-format" = "{ifname} via {gwaddr} ";
|
||||
"tooltip-format-wifi" = "{essid} ({signalStrength}%) ";
|
||||
|
|
Loading…
Reference in a new issue