| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- [global]
- # Display
- monitor = 0
- follow = mouse
- # Geometry
- width = 350
- height = 150
- origin = top-right
- offset = 20x20
- notification_limit = 5
- # Progress bar
- progress_bar = true
- progress_bar_height = 10
- progress_bar_frame_width = 1
- progress_bar_min_width = 150
- progress_bar_max_width = 300
- # Appearance
- transparency = 0
- padding = 16
- horizontal_padding = 16
- text_icon_padding = 16
- frame_width = 2
- frame_color = "#c4a7e7"
- gap_size = 8
- separator_height = 2
- separator_color = frame
- corner_radius = 8
- sort = yes
- # Text
- font = monospace 11
- line_height = 0
- markup = full
- format = "<b>%s</b>\n%b"
- alignment = left
- vertical_alignment = center
- show_age_threshold = 60
- ellipsize = middle
- ignore_newline = no
- stack_duplicates = true
- hide_duplicate_count = false
- show_indicators = yes
- word_wrap = yes
- # Icons
- enable_recursive_icon_lookup = true
- icon_theme = Papirus-Dark
- icon_position = left
- min_icon_size = 32
- max_icon_size = 64
- # Interaction
- sticky_history = yes
- history_length = 20
- mouse_left_click = close_current
- mouse_middle_click = do_action, close_current
- mouse_right_click = close_all
- [urgency_low]
- background = "#191724"
- foreground = "#908caa"
- frame_color = "#26233a"
- timeout = 5
- [urgency_normal]
- background = "#191724"
- foreground = "#e0def4"
- frame_color = "#c4a7e7"
- timeout = 10
- [urgency_critical]
- background = "#191724"
- foreground = "#e0def4"
- frame_color = "#eb6f92"
- timeout = 0
|