mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
Update alacritty, kitty, bspwm, i3wm, vim,tmux configs & sctipts
This commit is contained in:
parent
246dc34d13
commit
c7da10d076
22 changed files with 256 additions and 282 deletions
7
script/random-wallpaper.sh
Normal file
7
script/random-wallpaper.sh
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
WALLPATH="~/Pictures/wallp"
|
||||
|
||||
while true; do
|
||||
feh --randomize --bg-scale $WALLPATH
|
||||
sleep 900
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue