aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/dunst/base10
-rw-r--r--.config/picom.conf##template8
2 files changed, 13 insertions, 5 deletions
diff --git a/.config/dunst/base b/.config/dunst/base
index 7a33849..a1f26d8 100644
--- a/.config/dunst/base
+++ b/.config/dunst/base
@@ -9,13 +9,13 @@ indicate_hidden = yes
shrink = no
transparency = 0
separator_height = 2
-padding = 16
-horizontal_padding = 16
+padding = 12
+horizontal_padding = 12
frame_width = 2
separator_color = frame
sort = yes
idle_threshold = 10
-font = Inter 11
+font = Inter 9
line_height = 0
markup = full
format = "<b>%s</b>\n%b"
@@ -30,7 +30,7 @@ hide_duplicate_count = false
show_indicators = yes
icon_position = left
min_icon_size = 0
-max_icon_size = 68
+max_icon_size = 48
icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/
sticky_history = yes
history_length = 20
@@ -38,7 +38,7 @@ browser = /usr/bin/firefox -new-tab
always_run_script = true
title = dunst
class = dunst
-corner_radius = 10
+corner_radius = 14
ignore_dbusclose = false
force_xinerama = false
mouse_left_click = do_action
diff --git a/.config/picom.conf##template b/.config/picom.conf##template
index 4ab586f..a45a6c3 100644
--- a/.config/picom.conf##template
+++ b/.config/picom.conf##template
@@ -14,6 +14,10 @@ shadow-offset-x = -48;
{% endif %}
corner-radius = 8;
+fade-in-step = 0.3;
+fade-out-step = 0.18;
+fade-delta = 16;
+
shadow-exclude = [
"!I3_FLOATING_WINDOW@:c && class_g != 'st' && _NET_WM_WINDOW_TYPE@:32a *= '_NET_WM_WINDOW_TYPE_NORMAL'",
"!I3_FLOATING_WINDOW@:c && WM_CLASS@:s = 'st'",
@@ -47,6 +51,10 @@ wintypes: {
utility = {
shadow = false;
};
+
+ notification = {
+ fade = true;
+ };
};
animations = true;