From 02af7859055d8a5dffe7c450486c1ffe210a73b7 Mon Sep 17 00:00:00 2001 From: pmcc Date: Tue, 4 Aug 2026 18:37:03 -0400 Subject: [PATCH] feat(waybar): show tray on both bars with per-position styling --- .chezmoitemplates/bar-secondary | 5 +++++ dot_config/waybar/style.css | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.chezmoitemplates/bar-secondary b/.chezmoitemplates/bar-secondary index 0bd8359..132ca78 100644 --- a/.chezmoitemplates/bar-secondary +++ b/.chezmoitemplates/bar-secondary @@ -3,8 +3,13 @@ "layer": "top", "position": "top", "height": 44, + "modules-left": ["tray"], "modules-right": ["clock"], "modules-center": ["sway/workspaces"], + "tray": { + "icon-size": 21, + "spacing": 10 + }, {{ template "workspaces" (dict "out" "DP-2" "ws" (list "5" "6" "7" "8")) }} "clock": { "timezone": "America/Montreal", diff --git a/dot_config/waybar/style.css b/dot_config/waybar/style.css index cdcc38a..223a474 100644 --- a/dot_config/waybar/style.css +++ b/dot_config/waybar/style.css @@ -81,6 +81,6 @@ color: @crust; } -#tray { +window#waybar.left #tray { padding-bottom: 2rem; }