From 120d95ddaa17fa022d3a689afbf5de232316dbc2 Mon Sep 17 00:00:00 2001 From: ambertia <95402631+ambertia@users.noreply.github.com> Date: Fri, 18 Oct 2024 22:26:25 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Update=20Mako=20theme=20in=20the?= =?UTF-8?q?meSwitcher=20process?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .scripts/themeSwitcher.sh | 4 ++++ .config/mako/update-theme.sh => .scripts/update-mako-theme.sh | 0 2 files changed, 4 insertions(+) rename .config/mako/update-theme.sh => .scripts/update-mako-theme.sh (100%) diff --git a/.scripts/themeSwitcher.sh b/.scripts/themeSwitcher.sh index 20857e4..d7fbd26 100755 --- a/.scripts/themeSwitcher.sh +++ b/.scripts/themeSwitcher.sh @@ -10,3 +10,7 @@ wal -i $1 --cols16 -n --contrast 3 -a 50 gradience-cli import -p ~/.cache/wal/pywal.json # Apply Gradience pallete to GTK theme gradience-cli apply -n pywal +# Run script to apply pywal theme to Mako notifications +~/.scripts/update-mako-theme.sh +# Send a notification +notify-send "Theme updated" diff --git a/.config/mako/update-theme.sh b/.scripts/update-mako-theme.sh similarity index 100% rename from .config/mako/update-theme.sh rename to .scripts/update-mako-theme.sh