diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-02-18 18:08:51 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-02-18 18:08:51 +0100 |
| commit | 798ed274c84f265bdf9a28fd171ff36807ff1b27 (patch) | |
| tree | de94fe4cd2269e73269ee4f25c7a0211002490c8 /.config/dunst | |
| parent | 8b8325da143e88cc1144f5ddc26f717d9b98aafd (diff) | |
dotfiles changes
Diffstat (limited to '.config/dunst')
| -rw-r--r-- | .config/dunst/dunstrc | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 5f0b827..01f3dc0 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -41,7 +41,7 @@ # The transparency of the window. Range: [0; 100]. # This option will only work if a compositing window manager is # present (e.g. xcompmgr, compiz, etc.). - transparency = 0 + transparency = 10 # The height of the entire notification. If the height is smaller # than the font height and padding combined, it will be raised @@ -61,10 +61,10 @@ # Defines width in pixels of frame around the notification window. # Set to 0 to disable. - frame_width = 1 + frame_width = 3 # Defines color of the frame around the notification window. - frame_color = "#547f62"" + frame_color = "#b1628688" # Define a color for the separator. # possible values are: @@ -213,7 +213,7 @@ # corners. # The radius will be automatically lowered if it exceeds half of the # notification height to avoid clipping text and/or icons. - corner_radius = 0 + corner_radius = 15 ### Legacy @@ -275,21 +275,21 @@ [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#191919" - foreground = "#999999" + background = "#28282888" + foreground = "#ebdbb2" timeout = 10 # Icon for notifications with low urgency, uncomment to enable #icon = /path/to/icon [urgency_normal] - background = "#191919" - foreground = "#ffffff" + background = "#28282888" + foreground = "#ebdbb2" timeout = 10 # Icon for notifications with normal urgency, uncomment to enable #icon = /path/to/icon [urgency_critical] - background = "#fd4d4d" + background = "#cc241d88" foreground = "#ffffff" timeout = 0 # Icon for notifications with critical urgency, uncomment to enable |