From 7b4f562d501e6fe8c7ceced63edb85d245533aa6 Mon Sep 17 00:00:00 2001 From: Sarthak <118442597+sarthak1337-alt@users.noreply.github.com> Date: Fri, 4 Sep 2026 00:55:25 +0530 Subject: [PATCH] dunst: translucent notifications, matching polybar at 75% Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01Cn3dHfbgNYdbZvzb1b3GQt --- .config/dunst/dunstrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 583fe51..ed02b7e 100755 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -65,14 +65,14 @@ mouse_right_click = close_current [urgency_low] - background = "#0f0d17e6" + background = "#0f0d17bf" foreground = "#a9a2bd" frame_color = "#2e2842" highlight = "#7f7796" timeout = 4 [urgency_normal] - background = "#0f0d17e6" + background = "#0f0d17bf" foreground = "#e9eefb" frame_color = "#3d3752" highlight = "#92b9ea" @@ -80,7 +80,7 @@ timeout = 6 [urgency_critical] - background = "#1a0f18e6" + background = "#1a0f18cc" foreground = "#ffe9ee" frame_color = "#cf6a80" highlight = "#cf6a80"