diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-07 15:30:05 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-07 15:30:05 +0100 |
commit | 8df06378acd473d5f996ff65686efc0460f3d403 (patch) | |
tree | 6e5d6130b68a8f2de4955b00a2769b552d37b3b6 /.config/dunst/dunstrc | |
parent | 11c454e13fea28d117464fdce9f86fc8bfd1347b (diff) |
Change transparency with dunst
Diffstat (limited to '.config/dunst/dunstrc')
-rw-r--r-- | .config/dunst/dunstrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 73e1fc7..cfed140 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -6,13 +6,13 @@ offset = 0x19 padding = 1 horizontal_padding = 1 - transparency = 25 - font = Monospace 9 + transparency = 0 + font = Monospace 8 format = "<b>%s</b>\n%b" [urgency_low] background = "#202020" - foreground = "#D0D0D0" + foreground = "#F2F6F3" timeout = 3 [urgency_normal] |