Centralize wallpaper-related filenames in lib/login_variables.sh
[khome.git] / home / bin / wallpaper_select
1 #! /bin/bash
2
3 set -euo pipefail
4
5 sort -k 2 "$FILE_WALLPAPER_FAVS" | khomenu -l 50 | awk '{sub("^" $1 " +", ""); print}' > "$FILE_WALLPAPER_CURR"
6 ~/.xlaunch.d/background
This page took 0.05782 seconds and 4 git commands to generate.