added lots

This commit is contained in:
fwastring 2025-12-10 16:27:41 +01:00
parent f1862988ce
commit 94962ecad2
12 changed files with 94 additions and 383 deletions

View file

@ -12,6 +12,7 @@
"mpris",
"pulseaudio",
"bluetooth",
"network",
"clock"
],
"mpris": {
@ -39,6 +40,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": "enp196s0",
"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
},
"pulseaudio": {
//"scroll-step": 1,
"format": "{icon} {volume}%",