Cycle previewed list of wallpapers
[khome.git] / home / bin / wallpaper_select
... / ...
CommitLineData
1#! /bin/bash
2
3set -euo pipefail
4
5WALL_FILE=~/wallpaper.txt
6FAVS_FILE=~/wallpaper_favs.txt # TODO Centralize in lib/vars
7
8sort -k 2 "$FAVS_FILE" | khomenu -l 50 | awk '{sub("^" $1 " +", ""); print}' > "$WALL_FILE"
9~/.xlaunch.d/background
This page took 0.023945 seconds and 4 git commands to generate.