aboutsummaryrefslogtreecommitdiff
path: root/link.sh
diff options
context:
space:
mode:
Diffstat (limited to 'link.sh')
-rwxr-xr-xlink.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/link.sh b/link.sh
index a7440eb..21bed0d 100755
--- a/link.sh
+++ b/link.sh
@@ -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