diff options
| author | Sam Chudnick <sam@chudnick.com> | 2023-06-11 08:00:24 -0400 |
|---|---|---|
| committer | Sam Chudnick <sam@chudnick.com> | 2023-06-11 08:00:24 -0400 |
| commit | 12ce8bdd65d3b5fcd6e8227eaecd5f772a90f8da (patch) | |
| tree | 5be7566c5ef41877e1d03a013667fdae1aedf252 /.config/dunst | |
| parent | 9e82c96713989a7565eadac505b36e3dbe91cd5a (diff) | |
Configuration file updates and additions.
Diffstat (limited to '.config/dunst')
| -rw-r--r-- | .config/dunst/dunstrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index fda72f3..efb0582 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc | |||
| @@ -5,12 +5,12 @@ | |||
| 5 | geometry = "0x5-2+25" | 5 | geometry = "0x5-2+25" |
| 6 | indicate_hidden = yes | 6 | indicate_hidden = yes |
| 7 | shrink = no | 7 | shrink = no |
| 8 | transparency = 10 | 8 | #transparency = 10 |
| 9 | notification_height = 0 | 9 | notification_height = 0 |
| 10 | separator_height = 2 | 10 | separator_height = 2 |
| 11 | padding = 8 | 11 | padding = 8 |
| 12 | horizontal_padding = 8 | 12 | horizontal_padding = 8 |
| 13 | frame_width = 3 | 13 | #frame_width = 3 |
| 14 | frame_color = "#666666" | 14 | frame_color = "#666666" |
| 15 | separator_color = frame | 15 | separator_color = frame |
| 16 | sort = yes | 16 | sort = yes |
