23 lines
460 B
Bash
Executable File
23 lines
460 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
#update waybar
|
|
cp "~/.cache/wal/colors-waybar.css" "~/.config/waybar/"
|
|
|
|
#killall -SIGUSR2 waybar
|
|
#waybar
|
|
|
|
#update oomox
|
|
#cp "~/.cache/wal/colors-oomox" "
|
|
nwg-look -x
|
|
|
|
#refresh qutebrowser if running
|
|
pgrep qutebrowser > /dev/null && qutebrowser ':config-source'
|
|
|
|
notify-send "Wallpaper and colorscheme changed, setting RGB value"
|
|
|
|
#run walcord
|
|
walcord
|
|
|
|
#set RGB last so it doesn't hang
|
|
python /home/Nicholai/scripts/pywal/pywal-openrgb.py
|