Initial commit with fish, i3, nvim and polybar configuration

This commit is contained in:
Marc Sastre Rienitz
2020-05-17 20:00:08 +02:00
commit e15ad6aa30
30 changed files with 4032 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
#!/bin/bash
script_name=${BASH_SOURCE[0]}
for pid in $(pidof -x $script_name); do
if [ $pid != $$ ]; then
kill -9 $pid
fi
done
# source /home/marc/venv/marc/bin/activate
while true
do
# python /home/marc/Pictures/Pixel/render.py
# feh --bg-center /home/marc/Pictures/Pixel/rendered.bmp
feh --randomize --bg-fill ~/Pictures/Island/extra/*.jpg
sleep 5m
done