Changes tm

This commit is contained in:
2025-01-15 23:33:33 -07:00
parent 213d8bf9c8
commit 7f7c20cfda
13 changed files with 74 additions and 67 deletions

View File

@@ -20,8 +20,13 @@ END {
PROCINFO["sorted_in"] = "@val_num_asc";
d = "feh --bg-center";
for(i in b) {
d=d " $HOME/.local/share/le_wallpaper/" c[i] ".png";
p="$HOME/.local/share/le_wallpaper/." c[i] ".png";
if(system("test -f " p)) {
p = lp;
}
lp = p;
d=d " " p;
}
system(d)
system(d);
}
'