12 lines
222 B
Plaintext
Raw Normal View History

#!/bin/sh
# Menu with wallpapers to set.
if [ "$(cat /etc/hostname)" = "pc" ]; then
2020-05-13 15:07:01 +02:00
res="1920x1080"
elif [ "$(cat /etc/hostname)" = "laptop" ]; then
2020-05-13 15:07:01 +02:00
res="1366x768"
fi
2021-01-19 20:56:51 +01:00
find ~/.config/wallpapers/"$res"/* | sxiv - -tb