chore: update dunst
0a53dd5f
1 file(s) · +17 −1
| 11 | 11 | width = 350 |
|
| 12 | 12 | height = (0, 300) |
|
| 13 | 13 | origin = top-right |
|
| 14 | - | offset = (12, 32) |
|
| 14 | + | # Polybar sits at y=8 with a height of 32 (24pt @ 96dpi), so its bottom |
|
| 15 | + | # edge is y=40; 48 clears it by the same 8px gap the bar leaves at the top. |
|
| 16 | + | offset = (12, 48) |
|
| 15 | 17 | ||
| 16 | 18 | frame_width = 2 |
|
| 17 | 19 | frame_color = "#2b2b2b" |
|
| 18 | 20 | separator_color = frame |
|
| 19 | 21 | separator_height = 2 |
|
| 20 | 22 | ||
| 23 | + | # Progress bar (dunstify -h int:value:N — the vol-* scripts use it). |
|
| 24 | + | # min == max so the bar is always flush with the text column: |
|
| 25 | + | # width - 2*frame_width - 2*horizontal_padding = 350 - 4 - 20. |
|
| 26 | + | progress_bar = true |
|
| 27 | + | progress_bar_height = 8 |
|
| 28 | + | progress_bar_frame_width = 1 |
|
| 29 | + | progress_bar_min_width = 326 |
|
| 30 | + | progress_bar_max_width = 326 |
|
| 31 | + | progress_bar_corner_radius = 4 |
|
| 32 | + | progress_bar_corners = all |
|
| 33 | + | ||
| 21 | 34 | padding = 10 |
|
| 22 | 35 | horizontal_padding = 10 |
|
| 23 | 36 | corner_radius = 6 |
|
| 48 | 61 | background = "#121113" |
|
| 49 | 62 | foreground = "#999999" |
|
| 50 | 63 | frame_color = "#2b2b2b" |
|
| 64 | + | highlight = "#5f8787" |
|
| 51 | 65 | timeout = 4 |
|
| 52 | 66 | ||
| 53 | 67 | [urgency_normal] |
|
| 54 | 68 | background = "#1c1b1d" |
|
| 55 | 69 | foreground = "#ffffff" |
|
| 56 | 70 | frame_color = "#e78a53" |
|
| 71 | + | highlight = "#e78a53" |
|
| 57 | 72 | timeout = 6 |
|
| 58 | 73 | ||
| 59 | 74 | [urgency_critical] |
|
| 60 | 75 | background = "#1c1b1d" |
|
| 61 | 76 | foreground = "#ffffff" |
|
| 62 | 77 | frame_color = "#e75353" |
|
| 78 | + | highlight = "#e75353" |
|
| 63 | 79 | timeout = 0 |
|
| 64 | 80 | ||