diff --git a/waybar.d/config b/waybar.d/config index 04a8089..df18a0b 100644 --- a/waybar.d/config +++ b/waybar.d/config @@ -83,7 +83,7 @@ "exec": "$HOME/.config/sway/bin/waybar_mediaplayer.py 2> /dev/null" }, "clock": { - "format": "{: %b %d, %H:%M}", + "format": "{: %H:%M, %b %d }", // "on-click": "foot -T float khal interactive" }, "cpu": { diff --git a/waybar.d/config_bslxkos02 b/waybar.d/config_bslxkos02 index a00d5d2..1f8863e 100644 --- a/waybar.d/config_bslxkos02 +++ b/waybar.d/config_bslxkos02 @@ -5,7 +5,7 @@ // green #b8bb26 { "layer": "top", - "height": 25, + "height": 26, "modules-left": [ "sway/workspaces", "custom/separator#left", @@ -26,7 +26,9 @@ "network#wl0", "custom/separator#center", "cpu", + "custom/separator#center", "memory", + "custom/separator#center", "temperature", "custom/separator#space", "custom/separator#center", @@ -42,7 +44,6 @@ "format": " " }, "custom/separator#center": { - // "format": "" "format": "|" }, "custom/separator#right": { @@ -82,8 +83,8 @@ "exec": "$HOME/.config/sway/bin/waybar_mediaplayer.py 2> /dev/null" }, "clock": { - "format": "{: %b %d, %H:%M}", - "on-click": "foot -T float khal interactive" + "format": "{: %H:%M, %b %d }", + // "on-click": "foot -T float khal interactive" }, "cpu": { "format": "{usage:3}%",