aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr/scripts
diff options
context:
space:
mode:
authorJaKooLit <jimmielovejay@gmail.com>2023-12-01 18:30:47 +0900
committerJaKooLit <jimmielovejay@gmail.com>2023-12-01 18:30:47 +0900
commit5004a2b8cf65e524d5d9b3b4fe8f1dce95554696 (patch)
tree5908e2f02733b5d3326714dd5d03770eb09e14f4 /config/hypr/scripts
parent9dab3c204048bc2285c723222fdcf86e2f7e6e21 (diff)
small adjustment on dunst
Diffstat (limited to 'config/hypr/scripts')
-rwxr-xr-xconfig/hypr/scripts/DarkLight.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/hypr/scripts/DarkLight.sh b/config/hypr/scripts/DarkLight.sh
index fc75bf74..2072e1be 100755
--- a/config/hypr/scripts/DarkLight.sh
+++ b/config/hypr/scripts/DarkLight.sh
@@ -47,10 +47,10 @@ notify_user "$next_mode"
# Change background for dunst
if [ "$next_mode" = "dark" ]; then
sed -i '/background = /s/.*/ background = "#00000080"/' "${dunst_config}/dunstrc"
- sed -i '/foreground = /s/.*/ foreground = "#FFFFFF90"/' "${dunst_config}/dunstrc"
+ sed -i '/foreground = /s/.*/ foreground = "#fafafa"/' "${dunst_config}/dunstrc"
else
sed -i '/background = /s/.*/ background = "#FFFFFF80"/' "${dunst_config}/dunstrc"
- sed -i '/foreground = /s/.*/ foreground = "#00000090"/' "${dunst_config}/dunstrc"
+ sed -i '/foreground = /s/.*/ foreground = "#00000095"/' "${dunst_config}/dunstrc"
fi
# Symlink for rofi theme
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage