diff --git a/private_dot_config/waybar/config.jsonc b/private_dot_config/waybar/config.jsonc index b4c1165..6849cf5 100644 --- a/private_dot_config/waybar/config.jsonc +++ b/private_dot_config/waybar/config.jsonc @@ -20,6 +20,11 @@ "pulseaudio", "battery" ], + "clock": { + "format": "{:L%A %H:%M}", + "format-alt": "{:L%d %B W%V %Y}", + "tooltip": false + }, "niri/workspaces": { "active-only": false, "all-outputs": false, @@ -31,11 +36,6 @@ "empty": "◦" } }, - "clock": { - "format": "{:L%A %H:%M}", - "format-alt": "{:L%d %B W%V %Y}", - "tooltip": false - }, "network": { "interface": "wl*", "format-icons": [ diff --git a/private_dot_config/waybar/style.css b/private_dot_config/waybar/style.css index 7a4f6a6..2efcfa4 100644 --- a/private_dot_config/waybar/style.css +++ b/private_dot_config/waybar/style.css @@ -1,5 +1,5 @@ * { - background-color: #3B224C; + background-color: transparent; color: #eeeeee; border: none;