[polybar] Show task icons ordered by application name

This commit is contained in:
Daniel Carrillo 2021-07-14 12:42:06 +02:00
parent cd25d92ac2
commit 2aa99753bc
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ generate_window_list() {
window_count=$(( window_count + 1 ))
done <<-EOF
$(wmctrl -lx)
$(wmctrl -lx | sort -k3)
EOF
# After printing all the windows,