From 3ca656d5f3af5fc9232d8de3a78534f1fdea649c Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Thu, 21 Jul 2022 21:41:48 +0200 Subject: [PATCH] polywins: farben --- scripts/polybar/polywins.sh | 4 ++-- scripts/polybar/time.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"