AutoYADM commit: 2025-03-26 11:40:00

This commit is contained in:
Daniel Fichtinger 2025-03-26 11:40:00 -04:00
parent 55eed14417
commit 45199c5ecb
3 changed files with 21 additions and 21 deletions

View file

@ -103,10 +103,9 @@
"custom/delim",
"memory",
"custom/delim",
"pulseaudio",
"custom/delim",
"battery",
"custom/delim"
"custom/delim",
"pulseaudio"
],
"modules-right": [
"custom/recorder",
@ -168,20 +167,20 @@
"pulseaudio": {
"scroll-step": 5,
"max-volume": 150,
"format": "vol {volume}%",
"format-muted": "vol mut",
"format": "󰕾 {volume}%",
"format-muted": "󰖁",
"nospacing": 1,
"on-click": "pavucontrol",
"tooltip": false
},
"cpu": {
"interval": 10,
"format": "cpu {usage}%",
"format": " {usage}%",
"max-length": 10
},
"memory": {
"interval": 30,
"format": "mem {percentage}%",
"format": " {percentage}%",
"max-length": 10
}
},