From 6f6ec554a99f17c19badcda4eb4352222e4f3778 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Thu, 8 Jan 2026 18:19:01 -0500 Subject: More tweaks for el9. Also compile and setup mako with appropriate theme. --- link.sh | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'link.sh') 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 -- cgit v1.2.3