Add tooltip to network module of waybar
This commit is contained in:
parent
cef8f5df6d
commit
655dfcfb94
|
@ -91,7 +91,9 @@
|
|||
"format-linked": "{ifname} (No IP) ",
|
||||
"format-disconnected": "<span foreground='#88C0D0'>睊</span> Disconnected",
|
||||
"format-alt": "{ifname}: {ipaddr}/{cidr}",
|
||||
"format-icons": ["直", "直", "直"]
|
||||
"format-icons": ["直", "直", "直"],
|
||||
"tooltip-format": "Online",
|
||||
"tooltip-format-disconnected": "Offline"
|
||||
},
|
||||
"pulseaudio": {
|
||||
// "scroll-step": 1, // %, can be a float
|
||||
|
|
Loading…
Reference in New Issue