diff --git a/scripts/polybar/polywins.sh b/scripts/polybar/polywins.sh index ec9a89f..575eef4 100755 --- a/scripts/polybar/polywins.sh +++ b/scripts/polybar/polywins.sh @@ -4,7 +4,7 @@ # SETTINGS {{{ --- active_text_color="#FFFFFF" -active_bg="#FF8800" +active_bg="#32CD32" active_underline="#FF8800" inactive_text_color="#FFFFFF" @@ -14,7 +14,7 @@ inactive_underline= separator="|" show="window_class" # options: window_title, window_class, window_classname forbidden_classes="Polybar Conky Gmrun" -empty_desktop_message="Desktop" +empty_desktop_message="" char_limit=10 max_windows=15 diff --git a/scripts/polybar/time.sh b/scripts/polybar/time.sh index 5e60964..12b8ba1 100755 --- a/scripts/polybar/time.sh +++ b/scripts/polybar/time.sh @@ -1,3 +1,3 @@ #!/bin/bash -date +"%d.%e.%Y %R" +date +"%d.%m.%Y %R"