Skip to content

Instantly share code, notes, and snippets.

View journey-ad's full-sized avatar
🍭
关注嘉然,顿顿解馋

Jad journey-ad

🍭
关注嘉然,顿顿解馋
View GitHub Profile
@journey-ad
journey-ad / gnome_wallpaper_helper.sh
Last active February 26, 2024 07:30
生成壁纸列表xml并应用到系统,适用于gnome
#!/bin/bash
DIR1="`dirname $BASH_SOURCE`"
DIR=`readlink -f "$DIR1"`
files=$(find "$DIR" -maxdepth 3 -iregex ".*\.\(png\|jpg\|jpeg\|bmp\|gif\)$")
last_file="empty"
mode=${1:-zoom}
xml=${2:-"mylist.xml"}
static=${3:-600.0}
transition=${4:-5.0}
echo `date`