aboutsummaryrefslogtreecommitdiffstats
path: root/config/dunst
diff options
context:
space:
mode:
authorJaKooLit <jimmielovejay@gmail.com>2023-12-07 11:17:40 +0900
committerJaKooLit <jimmielovejay@gmail.com>2023-12-07 11:17:40 +0900
commite5aaed60240f41fde318ab957703cbab76d0c99c (patch)
tree603e870aa2d7e9903ecf6bb8c20875871d53d1d7 /config/dunst
parent86ccfafed6083d36a38714867202545ed83ae8b2 (diff)
dunst with a more brighter text on dark mode
Diffstat (limited to 'config/dunst')
-rwxr-xr-xconfig/dunst/dunstrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/dunst/dunstrc b/config/dunst/dunstrc
index e20c4cc8..74d500d9 100755
--- a/config/dunst/dunstrc
+++ b/config/dunst/dunstrc
@@ -281,7 +281,7 @@
[urgency_low]
# IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment.
- background = "#00000080"
+ background = "#00000095"
foreground = "#fafafa"
frame_color = "#3C27C7"
timeout = 2
@@ -289,7 +289,7 @@
icon = $HOME/.config/dunst/images/bell.png
[urgency_normal]
- background = "#00000080"
+ background = "#00000095"
foreground = "#fafafa"
frame_color = "#3C27C7"
timeout = 5
@@ -297,7 +297,7 @@
icon = $HOME/.config/dunst/images/bell.png
[urgency_critical]
- background = "#00000080"
+ background = "#00000095"
foreground = "#fafafa"
frame_color = "#3C27C7"
timeout = 0
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage