This commit is contained in:
fwastring 2025-10-17 14:22:14 +02:00
parent 51de7ef3a2
commit 0c9d0a1ce2
5 changed files with 67 additions and 6 deletions

View file

@ -13,6 +13,7 @@
"bluetooth",
"pulseaudio",
"upower",
"network",
"clock"
],
"mpris": {
@ -42,6 +43,18 @@
"tooltip-format-enumerate-connected-battery": "{device_alias}\t{device_address}\t{device_battery_percentage}%",
"on-click": "pgrep .blueman-manage && pkill .blueman-manage || blueman-manager &"
},
"network": {
"interface": "wlp1s0",
"format": "{ifname}",
"format-wifi": " {essid} ({signalStrength}%)",
"format-ethernet": "{ifname} ",
"format-disconnected": "no signal", //An empty format will hide the module.
"tooltip-format": "{ifname}",
"tooltip-format-wifi": "{essid} ({signalStrength}%) ",
"tooltip-format-ethernet": "{ifname} ",
"tooltip-format-disconnected": "Disconnected",
"max-length": 50
},
"upower": {
"icon-size": 20,
"hide-if-empty": true,