mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-07-01 19:49:25 +00:00
[polybar] Show task icons ordered by application name
This commit is contained in:
@ -265,7 +265,7 @@ generate_window_list() {
|
|||||||
|
|
||||||
window_count=$(( window_count + 1 ))
|
window_count=$(( window_count + 1 ))
|
||||||
done <<-EOF
|
done <<-EOF
|
||||||
$(wmctrl -lx)
|
$(wmctrl -lx | sort -k3)
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# After printing all the windows,
|
# After printing all the windows,
|
||||||
|
Reference in New Issue
Block a user