Centralize wallpaper-related filenames in lib/login_variables.sh
[khome.git] / home / bin / wallpaper_fav
... / ...
CommitLineData
1#! /bin/sh
2
3set -e
4
5awk 'NR == 2 {sub("^" $1 " +" $2 " +" $3 " +", ""); print}' ~/.fehbg | xargs sha256sum >> "$FILE_WALLPAPER_FAVS"
6sort -u "$FILE_WALLPAPER_FAVS" | sponge "$FILE_WALLPAPER_FAVS"
This page took 0.017085 seconds and 4 git commands to generate.