AutoYADM commit: 2025-01-14 16:10:05

This commit is contained in:
Daniel Fichtinger 2025-01-14 16:10:05 -05:00
parent 74bfb6f1bd
commit 050de51426
2 changed files with 13 additions and 3 deletions

View file

@ -2,7 +2,7 @@
"layer": "top",
"modules-left": ["sway/workspaces", "sway/mode"],
"modules-center": ["sway/window"],
"modules-right": ["pulseaudio", "battery","tray", "clock"],
"modules-right": ["cpu","memory", "pulseaudio", "battery","tray", "clock"],
"sway/window": {
"max-length": 50
},
@ -20,10 +20,19 @@
"scroll-step": 5,
"max-volume": 150,
"format": "vol {volume}%",
"format-bluetooth": "bt {volume}%",
"format-muted": "mut",
"format-muted": "vol mut",
"nospacing": 1,
"on-click": "pavucontrol",
"tooltip": false
},
"cpu": {
"interval": 10,
"format": "cpu {usage}%",
"max-length": 10
},
"memory": {
"interval": 30,
"format": "mem {percentage}%",
"max-length": 10
}
}