From 736f09219084d24d18f3e312f542cff6bccc0f5d Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Tue, 13 Feb 2024 14:26:49 +0000 Subject: [PATCH] waybar: tweaks --- waybar/config | 2 +- waybar/style.css | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/waybar/config b/waybar/config index 7a4c77a..e9f42e8 100644 --- a/waybar/config +++ b/waybar/config @@ -65,7 +65,7 @@ "spacing": 10 }, "clock": { - "format": "{: %H:%M  %d/%m/%Y}", + "format": "{: %H:%M  %d/%m/%Y}", "tooltip-format": "{:%Y %B}\n{calendar}", "format-alt": "{:%Y-%m-%d}" }, diff --git a/waybar/style.css b/waybar/style.css index 9b02b3e..5d0f93b 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -82,17 +82,18 @@ button { /* If workspaces is the leftmost module, omit left margin */ .modules-left > widget:first-child > #workspaces { - margin-left: 0; + /* margin-left: 0; */ } /* If workspaces is the rightmost module, omit right margin */ .modules-right > widget:last-child > #workspaces { - margin-right: 0; + /* margin-right: 4; */ } #clock { background-color: #a9b665; color: #282828; + margin-right: 6px; } #bluetooth { @@ -183,6 +184,7 @@ button { background-color: #473c29; color: #d4be98; font-size: 16px; + margin-left: 6px; } #custom-wakatime {