diff options
author | eug-vs <eugene@eug-vs.xyz> | 2022-03-31 18:21:39 +0300 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2022-03-31 18:21:39 +0300 |
commit | cf97189756b42282f94828c3df9d26eb3d01e2db (patch) | |
tree | 186383ab859e58b36ea0f82e8c6987f0ec8e5a42 /dunst | |
parent | ec5661417755fd13f9a0d163349c14effbd32a9d (diff) | |
download | dotfiles-cf97189756b42282f94828c3df9d26eb3d01e2db.tar.gz |
faet(dunst): move notifications to top-center
Diffstat (limited to 'dunst')
-rw-r--r-- | dunst/.config/dunst/dunstrc | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc index b0cc4f0..af056b2 100644 --- a/dunst/.config/dunst/dunstrc +++ b/dunst/.config/dunst/dunstrc @@ -7,19 +7,20 @@ show_age_threshold = 60 word_wrap = yes ignore_newline = no - width=300 - offset=8x36 + width=400 + offset=0x12 + origin = top-center transparency = 0 notification_limit = 3 idle_threshold = 60 follow = keyboard sticky_history = yes - line_height = 8 - padding = 12 - horizontal_padding = 12 + line_height = 6 + padding = 6 + horizontal_padding = 6 separator_height = 1 separator_color = "#1d2021" - max_icon_size = 72 + max_icon_size = 48 frame_width = 1 [urgency_low] |