dev: automated commit - 2025-09-29 14:55:29
This commit is contained in:
parent
76256d9db3
commit
ecf599e114
2 changed files with 8 additions and 7 deletions
|
|
@ -116,9 +116,9 @@
|
||||||
"path": "/home"
|
"path": "/home"
|
||||||
},
|
},
|
||||||
"battery": {
|
"battery": {
|
||||||
"format": "{capacity}% {icon}",
|
"format": "{icon} {capacity}% ",
|
||||||
"format-discharging": "{icon}",
|
"format-discharging": "{icon} {capacity}%",
|
||||||
"format-charging": "{icon}",
|
"format-charging": "{icon} {time}",
|
||||||
"format-plugged": "",
|
"format-plugged": "",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"charging": [
|
"charging": [
|
||||||
|
|
@ -146,9 +146,9 @@
|
||||||
""
|
""
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"format-full": "",
|
"format-full": " {capacity}%",
|
||||||
"tooltip-format-discharging": "{power:>1.0f}W↓ {capacity}%",
|
"tooltip-format-discharging": "{power:>1.0f}W↓ {capacity}% - {time} remaining",
|
||||||
"tooltip-format-charging": "{power:>1.0f}W↑ {capacity}%",
|
"tooltip-format-charging": "{power:>1.0f}W↑ {capacity}% - {time} until full",
|
||||||
"interval": 5,
|
"interval": 5,
|
||||||
"states": {
|
"states": {
|
||||||
"warning": 20,
|
"warning": 20,
|
||||||
|
|
@ -157,7 +157,7 @@
|
||||||
},
|
},
|
||||||
"pulseaudio": {
|
"pulseaudio": {
|
||||||
"format": "{icon}",
|
"format": "{icon}",
|
||||||
"on-click": "$TERMINAL --class=Wiremix -e wiremix",
|
"on-click": "pavucontrol",
|
||||||
"on-click-right": "pamixer -t",
|
"on-click-right": "pamixer -t",
|
||||||
"tooltip-format": "Playing at {volume}%",
|
"tooltip-format": "Playing at {volume}%",
|
||||||
"scroll-step": 5,
|
"scroll-step": 5,
|
||||||
|
|
|
||||||
|
|
@ -29,6 +29,7 @@
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
"custom/screenrecording-indicator",
|
"custom/screenrecording-indicator",
|
||||||
"custom/randwall",
|
"custom/randwall",
|
||||||
|
"pulseaudio",
|
||||||
"clock",
|
"clock",
|
||||||
"group/tray-expander"
|
"group/tray-expander"
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue