Accept a name for dl and include starter script file
[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.016318 seconds and 4 git commands to generate.