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