6 lines
266 B
Text
Executable file
6 lines
266 B
Text
Executable file
#wal -i wallpapers --iterative --saturate 0.8 -b "#222222" -s && source ~/.zshrc
|
|
if [[ "$OSTYPE" == "darwin"* ]]; then
|
|
/opt/homebrew/bin/wal -i wallpapers --iterative
|
|
else
|
|
wal -i wallpapers --iterative && swww img --transition-fps 60 $(cat ~/.cache/wal/wal)
|
|
fi
|