From 879be95abf6e5a58022431d173f536fde6aee87b Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 6 Jun 2023 12:23:58 +0100 Subject: [PATCH] Move clock module icons after text for consistency --- home/desktop/config/waybar/modules.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/desktop/config/waybar/modules.json b/home/desktop/config/waybar/modules.json index 0968457b..82fd151a 100644 --- a/home/desktop/config/waybar/modules.json +++ b/home/desktop/config/waybar/modules.json @@ -12,7 +12,7 @@ "spacing": 10 }, "clock": { - "format": "{:󰃭 %A %Y-%m-%d | 󰅐 %R}", + "format": "{:%A %Y-%m-%d 󰃭 | %R 󰅐 }", "tooltip-format": "{calendar}", "calendar": { "mode": "year", @@ -37,8 +37,8 @@ } }, "clock#compact": { - "format": "{:󰅐 %R}", - "tooltip-format": "{:󰃭 %A %Y-%m-%d}" + "format": "{:%R 󰅐 }", + "tooltip-format": "{:%A %Y-%m-%d 󰃭 }" }, "cpu": { "format": "{usage}% 󰻠",