dev: automated commit - 2025-09-22 09:56:48
This commit is contained in:
parent
dbcbcf4077
commit
7bf9a172ac
37 changed files with 311 additions and 140 deletions
|
|
@ -123,16 +123,16 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"pulseaudio#microphone": {
|
||||
"format": "{format_source}",
|
||||
"format-source": " {volume}%",
|
||||
"format-source-muted": " Muted",
|
||||
"on-click": "wpctl set-mute @DEFAULT_SOURCE@ toggle",
|
||||
"on-click-right": "pavucontrol",
|
||||
"on-scroll-up": "wpctl set-volume -l 1 @DEFAULT_SOURCE@ 5%+",
|
||||
"on-scroll-down": "wpctl set-volume -l 1 @DEFAULT_SOURCE@ 5%-",
|
||||
"scroll-step": 5
|
||||
},
|
||||
// "pulseaudio#microphone": {
|
||||
// "format": "{format_source}",
|
||||
// "format-source": " {volume}%",
|
||||
// "format-source-muted": " Muted",
|
||||
// "on-click": "wpctl set-mute @DEFAULT_SOURCE@ toggle",
|
||||
// "on-click-right": "pavucontrol",
|
||||
// "on-scroll-up": "wpctl set-volume -l 1 @DEFAULT_SOURCE@ 5%+",
|
||||
// "on-scroll-down": "wpctl set-volume -l 1 @DEFAULT_SOURCE@ 5%-",
|
||||
// "scroll-step": 5
|
||||
// },
|
||||
"temperature": {
|
||||
"thermal-zone": 1,
|
||||
"format": " {temperatureC}°C",
|
||||
|
|
|
|||
|
|
@ -45,21 +45,21 @@
|
|||
"custom/wf-recorder",
|
||||
"custom/randwall",
|
||||
"pulseaudio",
|
||||
"custom/vpn",
|
||||
// "custom/vpn",
|
||||
"custom/notification",
|
||||
"tray",
|
||||
"clock"
|
||||
],
|
||||
"output": [
|
||||
"HDMI-A-1"
|
||||
],
|
||||
"custom/vpn": {
|
||||
"format": "{}",
|
||||
"return-type": "json",
|
||||
"interval": 1,
|
||||
"exec": "/home/forbi/.local/bin/vpn",
|
||||
"on-click": "/home/forbi/.local/bin/vpn toggle"
|
||||
}
|
||||
]
|
||||
// "custom/vpn": {
|
||||
// "format": "{}",
|
||||
// "return-type": "json",
|
||||
// "interval": 1,
|
||||
// "exec": "/home/forbi/.local/bin/vpn",
|
||||
// "on-click": "/home/forbi/.local/bin/vpn toggle"
|
||||
// }
|
||||
},
|
||||
{
|
||||
"include": [
|
||||
|
|
@ -73,10 +73,10 @@
|
|||
"custom/playerlabel"
|
||||
],
|
||||
"modules-right": [
|
||||
"custom/microphone",
|
||||
// "custom/microphone",
|
||||
"custom/randwall",
|
||||
"pulseaudio",
|
||||
"custom/vpn",
|
||||
// "custom/vpn",
|
||||
"custom/notification",
|
||||
"backlight",
|
||||
"battery",
|
||||
|
|
@ -85,20 +85,20 @@
|
|||
],
|
||||
"output": [
|
||||
"eDP-1"
|
||||
],
|
||||
"custom/vpn": {
|
||||
"format": "{}",
|
||||
"return-type": "json",
|
||||
"interval": 1,
|
||||
"exec": "/home/forbi/.local/bin/vpn",
|
||||
"on-click": "/home/forbi/.local/bin/vpn toggle"
|
||||
},
|
||||
"custom/microphone": {
|
||||
"format": "{}",
|
||||
"return-type": "json",
|
||||
"exec": "~/.config/waybar/scripts/mic-status.sh --monitor",
|
||||
"restart-interval": 1,
|
||||
"on-click": "pavucontrol -t 4"
|
||||
}
|
||||
]
|
||||
// "custom/vpn": {
|
||||
// "format": "{}",
|
||||
// "return-type": "json",
|
||||
// "interval": 1,
|
||||
// "exec": "/home/forbi/.local/bin/vpn",
|
||||
// "on-click": "/home/forbi/.local/bin/vpn toggle"
|
||||
// }
|
||||
// "custom/microphone": {
|
||||
// "format": "{}",
|
||||
// "return-type": "json",
|
||||
// "exec": "~/.config/waybar/scripts/mic-status.sh --monitor",
|
||||
// "restart-interval": 1,
|
||||
// "on-click": "pavucontrol -t 4"
|
||||
// }
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ tooltip {
|
|||
#workspaces button {
|
||||
color: #fff;
|
||||
border-radius: 10px;
|
||||
padding: 0px;
|
||||
padding: 5px;
|
||||
margin: 4px 4px;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue