polywins: farben
This commit is contained in:
parent
37593bf100
commit
3ca656d5f3
2 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
||||||
# SETTINGS {{{ ---
|
# SETTINGS {{{ ---
|
||||||
|
|
||||||
active_text_color="#FFFFFF"
|
active_text_color="#FFFFFF"
|
||||||
active_bg="#FF8800"
|
active_bg="#32CD32"
|
||||||
active_underline="#FF8800"
|
active_underline="#FF8800"
|
||||||
|
|
||||||
inactive_text_color="#FFFFFF"
|
inactive_text_color="#FFFFFF"
|
||||||
|
@ -14,7 +14,7 @@ inactive_underline=
|
||||||
separator="|"
|
separator="|"
|
||||||
show="window_class" # options: window_title, window_class, window_classname
|
show="window_class" # options: window_title, window_class, window_classname
|
||||||
forbidden_classes="Polybar Conky Gmrun"
|
forbidden_classes="Polybar Conky Gmrun"
|
||||||
empty_desktop_message="Desktop"
|
empty_desktop_message=""
|
||||||
|
|
||||||
char_limit=10
|
char_limit=10
|
||||||
max_windows=15
|
max_windows=15
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
date +"%d.%e.%Y %R"
|
date +"%d.%m.%Y %R"
|
||||||
|
|
Loading…
Reference in a new issue