From 4dd8aae2f0aa2f36b3729abcfbdc12abdc6a25b7 Mon Sep 17 00:00:00 2001 From: nevaforget Date: Thu, 9 Apr 2026 12:15:59 +0200 Subject: [PATCH] fix: change drawer transition direction for sound and brightness groups Open drawers to the right instead of left, matching their position on the right side of the bar. --- defaults/xdg/waybar/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/defaults/xdg/waybar/config b/defaults/xdg/waybar/config index f4ae831..1941f40 100644 --- a/defaults/xdg/waybar/config +++ b/defaults/xdg/waybar/config @@ -55,7 +55,7 @@ ], "drawer": { "transition-duration": 500, - "transition-left-to-right": true + "transition-left-to-right": false } }, "group/brightness": { @@ -67,7 +67,7 @@ ], "drawer": { "transition-duration": 500, - "transition-left-to-right": true + "transition-left-to-right": false } }, "group/bat": {