This commit is contained in:
2025-08-17 11:55:32 -04:00
parent 91bf7b150f
commit 5bac05e0de
5 changed files with 65 additions and 86 deletions

View File

@@ -3,16 +3,15 @@
"position": "top", // Waybar position (top|bottom|left|right)
// "width": 1280, // Waybar width
// Choose the order of the modules
"modules-left": ["sway/workspaces"],
"modules-center": ["pulseaudio", "clock"],
"modules-left": ["sway/workspaces", "pulseaudio", "clock"],
"modules-right": ["tray", "memory", "battery", "custom/power"],
"sway/workspaces": {
"disable-scroll": true,
"sort-by-name": true,
"format": " {index} {icon} ",
"format-icons": {
"default": "",
"focused": "",
"default": "",
"focused": "",
},
},
"tray": {