12 lines
157 B
Bash
12 lines
157 B
Bash
|
# ~/.bashrc
|
||
|
|
||
|
# Update Wallpaper with pywal
|
||
|
wal -i ~/wallpaper/
|
||
|
|
||
|
# Wait for 1 sec
|
||
|
sleep 1
|
||
|
|
||
|
# Reload qtile to color bar
|
||
|
qtile cmd-obj -o cmd -f reload_config
|
||
|
|