mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-20 17:15:41 +02:00
wallpaper: fix sorting criteria
This commit is contained in:
parent
3b3a43850e
commit
d49aa95543
1 changed files with 1 additions and 1 deletions
|
@ -14,5 +14,5 @@ join \
|
||||||
| while read name pixels resolution count; do
|
| while read name pixels resolution count; do
|
||||||
printf "%s\t%9s\t%5d\t%s\n" $pixels $resolution ${count:-0} $name
|
printf "%s\t%9s\t%5d\t%s\n" $pixels $resolution ${count:-0} $name
|
||||||
done \
|
done \
|
||||||
| sort -g -b -k3,3r -k1,1 \
|
| sort -b -k3,3rn -k1,1 \
|
||||||
| cut -f2-
|
| cut -f2-
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue