From 143f48996ab30ebd48f7e1a6393b04b047966f85 Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Fri, 26 Apr 2024 14:00:30 -0500 Subject: [PATCH] Move clock to corner --- sericea/.config/waybar/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sericea/.config/waybar/config b/sericea/.config/waybar/config index 103cc4a8..3499a231 100644 --- a/sericea/.config/waybar/config +++ b/sericea/.config/waybar/config @@ -34,8 +34,8 @@ "position": "bottom", "height": 40, "modules-left": ["idle_inhibitor", "gamemode", "mpris"], - "modules-center": ["clock"], - "modules-right": ["network", "pulseaudio", "backlight", "battery"], + "modules-center": [], + "modules-right": ["network", "pulseaudio", "backlight", "battery", "clock"], "clock": { "format": "{:%a %b %d %I:%M %p}", "format-alt": "{:%Y-%m-%d}",