diff options
| author | kd <kdam0@localhost.localdomain> | 2020-05-25 01:28:57 +0000 |
|---|---|---|
| committer | kd <kdam0@localhost.localdomain> | 2020-05-25 01:28:57 +0000 |
| commit | c069868af4dfb59fa98c898126625f6e632c8940 (patch) | |
| tree | f854e8c23f9bdfee97d524810ca97acd8b06d3a5 /Scripts/.config | |
| parent | 20deaf64bd3638779135280454f3da17cdb66c52 (diff) | |
added fedora configs
Diffstat (limited to 'Scripts/.config')
| -rwxr-xr-x | Scripts/.config/Scripts/done.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Scripts/.config/Scripts/done.sh b/Scripts/.config/Scripts/done.sh index 1cfd1e4..71e2970 100755 --- a/Scripts/.config/Scripts/done.sh +++ b/Scripts/.config/Scripts/done.sh @@ -1,9 +1,9 @@ #!/bin/sh -if [ -e ~/.config/bspwm/wal.sh ]; then +if [ -e ~/.config/wal/update_bspwm.sh ]; then ~/.config/wal/update_bspwm.sh fi -if [ -e ~/.config/dunst/wal.sh ]; then +if [ -e ~/.config/wal/update_dunst.sh ]; then ~/.config/wal/update_dunst.sh fi |
