summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.config/waybar/config10
-rw-r--r--.config/waybar/style.css3
2 files changed, 5 insertions, 8 deletions
diff --git a/.config/waybar/config b/.config/waybar/config
index 80331a5..a6dd28c 100644
--- a/.config/waybar/config
+++ b/.config/waybar/config
@@ -5,8 +5,8 @@
     "height": 30,
 
     "modules-left": ["sway/mode", "sway/workspaces", "sway/window", "custom/media", "custom/toggl"],
-    // "modules-center": ["sway/window"],
-    "modules-right": ["cpu", "memory", "temperature", "idle_inhibitor", "backlight", "pulseaudio", "network#wg", "network", "battery", "clock#local", "clock#utc", "tray"],
+    "modules-center": ["clock#local", "clock#utc"],
+    "modules-right": ["cpu", "memory", "temperature", "idle_inhibitor", "backlight", "pulseaudio", "network#wg", "network", "battery", "tray"],
     "sway/workspaces": {
         "disable-scroll": true,
         "all-outputs": false,
@@ -48,12 +48,12 @@
     },
     "clock#local": {
         "timezone": "Europe/Berlin",
-        "format": "{:<i>%a</i> %d %b %H:%M}",
-	"tooltip-format": "{:%Z %z}"
+        "format": "{:<i>%a</i> %d %b <b>%H:%M</b>}",
+	"tooltip-format": "{:%Z %z}\n\n{calendar}"
     },
     "clock#utc": {
         "timezone": "UTC",
-        "format": "({:%Z %H:%M})",
+        "format": "({:<small>%Z</small> %H:%M})",
 	"tooltip-format": "{:%Z %z}"
     },
     "cpu": {
diff --git a/.config/waybar/style.css b/.config/waybar/style.css
index f832fd6..466921b 100644
--- a/.config/waybar/style.css
+++ b/.config/waybar/style.css
@@ -97,9 +97,6 @@ window#waybar.hidden {
   padding-right: 0;
 }
 #clock.utc {
-  margin: 0;
-  padding: 0;
-  padding-left: 0.3rem;
   color: @dimmed;
 }