diff options
Diffstat (limited to 'link.sh')
| -rwxr-xr-x | link.sh | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -12,6 +12,14 @@ fi ln -sv "$(pwd)"/waylandrc "$HOME"/.waylandrc +# Default to dark if we don't have any conf yet +if ! [ -e mako/config ] ; then + ln -s dark mako/config +fi +if ! [ -e river/theme_conf ] ; then + echo 'mode=dark' > river/theme_conf +fi + for _d in * ; do ! [ -d "$_d" ] && continue |
