diff --git a/config/waybar/config b/config/waybar/config index 6e71295..23e517e 100644 --- a/config/waybar/config +++ b/config/waybar/config @@ -57,7 +57,7 @@ "clock": { "tooltip-format": "{calendar}", "format-alt": " {:%a, %d %b %Y}", - "format": "{:%H:%M %A}" + "format": "{:%A %H:%M}" }, "network": { "format-wifi" : "{bandwidthDownBytes:>6} {icon}", diff --git a/config/waybar/style.css b/config/waybar/style.css index 57f6ae0..e3c7d4f 100644 --- a/config/waybar/style.css +++ b/config/waybar/style.css @@ -4,37 +4,33 @@ min-height: 0; font-family: CaskaydiaMono Nerd Font; font-size: 11px; -} - -window#waybar { + color: #cdd6f4; background-color: #1a1b26; - opacity: 0.98; } #workspaces { - margin-left: 5px; + margin-left: 7px; } #workspaces button { all: initial; - /* Remove GTK theme values (waybar #1351) */ - min-width: 0; - /* Use box-shadow instead of border so the text isn't offset */ padding: 2px 6px; margin-right: 3px; - color: #cdd6f4; } #cpu, #battery, #network, #clock { - padding: 6px 8px; - color: #cdd6f4; + padding: 0 8px 0 8px; +} + +#cpu { + padding-left: 10px; } #battery { - margin-right: 10px; + margin-right: 5px; } tooltip {