This commit is contained in:
Marco Thomas
2022-01-13 23:38:21 +01:00
parent fc02553f69
commit 61628a5400
20 changed files with 504 additions and 148 deletions

View File

@@ -3,11 +3,11 @@
# SETTINGS {{{ ---
active_text_color="#5c6773"
active_text_color="#ffffff"
active_bg=
active_underline="#a6cc70"
inactive_text_color="#5c6773"
inactive_text_color="#ffffff"
inactive_bg=
inactive_underline=
@@ -167,14 +167,14 @@ generate_window_list() {
window_count=$(( window_count + 1 ))
continue
fi
# Show the user-selected window property
case "$show" in
"window_class") w_name="$cls" ;;
"window_classname") w_name="$cname" ;;
"window_title") w_name="$title" ;;
esac
# Use user-selected character case
case "$char_case" in
"lower") w_name=$(
@@ -232,7 +232,7 @@ generate_window_list() {
if [ "$window_count" = 0 ]; then
printf "%s" "$empty_desktop_message"
fi
# Print newline
echo ""
}