dev: automated commit - 2025-09-29 12:07:29
This commit is contained in:
parent
0a04450061
commit
f2cc7ea607
7 changed files with 127 additions and 61 deletions
|
|
@ -78,51 +78,27 @@
|
|||
"scroll-step": 0.2,
|
||||
"min-length": 6
|
||||
},
|
||||
"battery": {
|
||||
"states": {
|
||||
"good": 95,
|
||||
"warning": 30,
|
||||
"critical": 20
|
||||
},
|
||||
"format": "{icon} {capacity}%",
|
||||
"format-charging": " {capacity}%",
|
||||
"format-plugged": " {capacity}%",
|
||||
"format-alt": "{time} {icon}",
|
||||
"format-icons": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"pulseaudio": {
|
||||
"format": "{icon} {volume}%",
|
||||
"tooltip": false,
|
||||
"format-muted": " Muted",
|
||||
"on-click": "wpctl set-mute @DEFAULT_SINK@ toggle",
|
||||
"on-click-right": "pavucontrol",
|
||||
"scroll-step": 0.5,
|
||||
"format-icons": {
|
||||
"headphone": "",
|
||||
"hands-free": "",
|
||||
"headset": "",
|
||||
"phone": "",
|
||||
"portable": "",
|
||||
"car": "",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
" "
|
||||
]
|
||||
}
|
||||
},
|
||||
// "pulseaudio": {
|
||||
// "format": "{icon} {volume}%",
|
||||
// "tooltip": false,
|
||||
// "format-muted": " Muted",
|
||||
// "on-click": "wpctl set-mute @DEFAULT_SINK@ toggle",
|
||||
// "on-click-right": "pavucontrol",
|
||||
// "scroll-step": 0.5,
|
||||
// "format-icons": {
|
||||
// "headphone": "",
|
||||
// "hands-free": "",
|
||||
// "headset": "",
|
||||
// "phone": "",
|
||||
// "portable": "",
|
||||
// "car": "",
|
||||
// "default": [
|
||||
// "",
|
||||
// "",
|
||||
// " "
|
||||
// ]
|
||||
// }
|
||||
// },
|
||||
// "pulseaudio#microphone": {
|
||||
// "format": "{format_source}",
|
||||
// "format-source": " {volume}%",
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
"modules-right": [
|
||||
"custom/wf-recorder",
|
||||
"custom/randwall",
|
||||
"pulseaudio",
|
||||
// "pulseaudio",
|
||||
// "custom/vpn",
|
||||
"custom/notification",
|
||||
"tray",
|
||||
|
|
@ -76,16 +76,89 @@
|
|||
// "custom/microphone",
|
||||
"custom/randwall",
|
||||
"pulseaudio",
|
||||
// "custom/vpn",
|
||||
"custom/notification",
|
||||
"backlight",
|
||||
"battery",
|
||||
"tray",
|
||||
"clock"
|
||||
// "tray",
|
||||
// "clock",
|
||||
"group/tray-expander"
|
||||
],
|
||||
"output": [
|
||||
"eDP-1"
|
||||
]
|
||||
],
|
||||
"group/tray-expander": {
|
||||
"orientation": "inherit",
|
||||
"drawer": {
|
||||
"transition-duration": 600,
|
||||
"children-class": "tray-group-item"
|
||||
},
|
||||
"modules": [
|
||||
"custom/expand-icon",
|
||||
"tray",
|
||||
"custom/notification",
|
||||
]
|
||||
},
|
||||
"custom/expand-icon": {
|
||||
"format": " ",
|
||||
"tooltip": false
|
||||
},
|
||||
"tray": {
|
||||
"spacing": 12
|
||||
},
|
||||
"pulseaudio": {
|
||||
"format": "{icon}",
|
||||
"on-click": "$TERMINAL --class=Wiremix -e wiremix",
|
||||
"on-click-right": "pamixer -t",
|
||||
"tooltip-format": "Playing at {volume}%",
|
||||
"scroll-step": 5,
|
||||
"format-muted": "",
|
||||
"format-icons": {
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
}
|
||||
},
|
||||
"battery": {
|
||||
"format": "{capacity}% {icon}",
|
||||
"format-discharging": "{icon}",
|
||||
"format-charging": "{icon}",
|
||||
"format-plugged": "",
|
||||
"format-icons": {
|
||||
"charging": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"format-full": "",
|
||||
"tooltip-format-discharging": "{power:>1.0f}W↓ {capacity}%",
|
||||
"tooltip-format-charging": "{power:>1.0f}W↑ {capacity}%",
|
||||
"interval": 5,
|
||||
"states": {
|
||||
"warning": 20,
|
||||
"critical": 10
|
||||
}
|
||||
}
|
||||
// "custom/vpn": {
|
||||
// "format": "{}",
|
||||
// "return-type": "json",
|
||||
|
|
|
|||
|
|
@ -141,9 +141,11 @@ tooltip {
|
|||
0% {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
50% {
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
100% {
|
||||
opacity: 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue