This repository has been archived on 2020-09-29. You can view files and clone it, but cannot push or open issues or pull requests.
Files
dotfiles_old/dotfiles/.scripts/wal.sh
2018-08-24 21:43:38 +03:00

6 lines
83 B
Bash
Executable File

#!/bin/bash
files=(~/.wallpapers/*)
wal -i ${files[RANDOM % ${#files[@]}]} -a 80