diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-09-25 12:38:20 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-09-25 12:38:20 +0200 |
commit | 6f471473abf3ce5b79bc413fcbd1658276c89577 (patch) | |
tree | 82947b966c4733889953f52a66b32836cbf94ef1 | |
parent | 4171a126380acc3851414de14aeb24b6f04c23c5 (diff) |
rounded dunst notifications with smaller image size
-rw-r--r-- | .config/dunst/base | 10 | ||||
-rw-r--r-- | .config/picom.conf##template | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/.config/dunst/base b/.config/dunst/base index 2c7a847..7a33849 100644 --- a/.config/dunst/base +++ b/.config/dunst/base @@ -1,7 +1,7 @@ [global] monitor = 0 follow = none -height = 50 +height = 100 width = 300 origin = top-right offset = 22x42 @@ -30,15 +30,15 @@ hide_duplicate_count = false show_indicators = yes icon_position = left min_icon_size = 0 -max_icon_size = 128 +max_icon_size = 68 icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/ sticky_history = yes history_length = 20 browser = /usr/bin/firefox -new-tab always_run_script = true -title = Dunst -class = Dunst -corner_radius = 0 +title = dunst +class = dunst +corner_radius = 10 ignore_dbusclose = false force_xinerama = false mouse_left_click = do_action diff --git a/.config/picom.conf##template b/.config/picom.conf##template index 1cb9800..a737618 100644 --- a/.config/picom.conf##template +++ b/.config/picom.conf##template @@ -19,7 +19,7 @@ shadow-exclude = [ ] rounded-corners-exclude = [ - "!I3_FLOATING_WINDOW@:c && WM_CLASS@:s != 'rofi'" + "!I3_FLOATING_WINDOW@:c && WM_CLASS@:s != 'rofi' && WM_CLASS@:s != 'dunst'" ] wintypes: { |