diff options
Diffstat (limited to 'config/wayland/waybar')
| -rwxr-xr-x | config/wayland/waybar/status.sh | 2 | ||||
| -rw-r--r-- | config/wayland/waybar/style.css | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/config/wayland/waybar/status.sh b/config/wayland/waybar/status.sh index 6d5bd66..25288ab 100755 --- a/config/wayland/waybar/status.sh +++ b/config/wayland/waybar/status.sh @@ -1,2 +1,2 @@ #!/bin/sh -printf '%s' "$(date '+%-d %b %R')" +printf '%s' "$(date '+%T %-d %b %R')" diff --git a/config/wayland/waybar/style.css b/config/wayland/waybar/style.css index 31eacf0..084ffdc 100644 --- a/config/wayland/waybar/style.css +++ b/config/wayland/waybar/style.css @@ -6,12 +6,12 @@ min-height: 16px; } -window#waybar, #workspaces button.active { - background-color: #4c566a; +window#waybar { + background-color: #2e3440; } -#workspaces button, #custom-layout, #custom-status { - background-color: #2e3440; +#workspaces button.visible, #custom-status { + background-color: #4c566a; } #workspaces button { |
