Update dotfiles (2026-05-08 15:35:43)

This commit is contained in:
2026-05-08 15:35:43 +02:00
parent 362e7e51a5
commit afd1b5bd53
77 changed files with 127 additions and 347 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/bin/zsh
rm -rf /home/inorishio/.cache/wal/schemes/*
for file in /home/inorishio/Pictures/Backgrounds/*; do
wal -i "$file" -n -b '#000000' -I cursor
done
for file in /home/inorishio/.cache/wal/schemes/*; do
name="$(basename "$file" | sed 's/^_home_inorishio_Pictures_Backgrounds_//' | sed 's/_.*$//')"
mv "$file" /home/inorishio/.cache/wal/schemes/"$name".json
done