diff --git a/.chezmoitemplates/bar-primary b/.chezmoitemplates/bar-primary index ebfc4d4..3e8e662 100644 --- a/.chezmoitemplates/bar-primary +++ b/.chezmoitemplates/bar-primary @@ -1,8 +1,9 @@ { "output": "{{ .out }}", - "layer": "top", - "position": "left", - "width": 44, + "layer": "top", // Waybar at top layer + "position": "left", // Waybar position (top|bottom|left|right) + "width": 44, // Waybar width + // Choose the order of the modules "modules-left": ["clock", "pulseaudio"], "modules-center": ["sway/workspaces"], "modules-right": ["tray", "battery", "custom/power"], diff --git a/.chezmoitemplates/waybar-modules b/.chezmoitemplates/waybar-modules index a0f45d5..9cd35ea 100644 --- a/.chezmoitemplates/waybar-modules +++ b/.chezmoitemplates/waybar-modules @@ -35,6 +35,7 @@ } }, "pulseaudio": { + // "scroll-step": 1, // %, can be a float "format": "{icon}\n{volume}", "format-muted": "", "format-icons": {