From 4796a8b14e641f3db8f2decc17329606c588fbcc Mon Sep 17 00:00:00 2001 From: pmcc Date: Sat, 1 Aug 2026 22:38:26 -0400 Subject: [PATCH] Preserve waybar comments and install.sh exec bit --- .chezmoitemplates/bar-primary | 7 ++++--- .chezmoitemplates/waybar-modules | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) 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": {