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

View file

@ -12,6 +12,7 @@
border: none; border: none;
border-radius: 0; border-radius: 0;
min-height: 0; min-height: 0;
font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif;
font-weight: 500; font-weight: 500;
font-size: 14px; font-size: 14px;
padding: 0; padding: 0;