AutoYADM commit: 2025-01-13 23:05:05

This commit is contained in:
Daniel Fichtinger 2025-01-13 23:05:05 -05:00
parent 5b7ee0cb31
commit 00ade31920
2 changed files with 14 additions and 3 deletions

View file

@ -6,11 +6,24 @@
"sway/window": {
"max-length": 50
},
"sway/workspaces": {
"disable-scroll" : false,
},
"battery": {
"format": "{capacity}% {icon}",
"format-icons": ["", "", "", "", ""]
},
"clock": {
"format-alt": "{:%a, %d. %b %H:%M}"
},
"pulseaudio": {
"scroll-step": 5,
"max-volume": 150,
"format": "vol {volume}%",
"format-bluetooth": "{desc} {volume}%",
"format-muted": "mut",
"nospacing": 1,
"on-click": "pavucontrol",
"tooltip": false
}
}