Update
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user