1
0
forked from extern/nix-config
donovanglover-nix-config/wal/.config/wal/done.sh
Donovan Glover 1c44cd55f6
wal: Modularize done.sh
Instead of trying to do everything at once, done.sh will instead call
other scripts for each individual program that needs to be manipulated.
2018-11-19 20:12:22 -05:00

10 lines
146 B
Bash
Executable File

#!/bin/sh
if [ -e ~/.config/bspwm/wal.sh ]; then
~/.config/bspwm/wal.sh
fi
if [ -e ~/.config/dunst/wal.sh ]; then
~/.config/dunst/wal.sh
fi