diff options
author | Karel Kočí <cynerd@email.cz> | 2022-12-08 10:38:17 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2022-12-08 10:38:17 +0100 |
commit | c657fe4bbede8efa95cdbb2c0784729cc8c05da7 (patch) | |
tree | 34bcb707a0872c310f1ec19dc456ad0b7790c88f | |
parent | 9312535c5f7daa3e55dd639d652801047a054618 (diff) | |
download | myconfigs-c657fe4bbede8efa95cdbb2c0784729cc8c05da7.tar.gz myconfigs-c657fe4bbede8efa95cdbb2c0784729cc8c05da7.tar.bz2 myconfigs-c657fe4bbede8efa95cdbb2c0784729cc8c05da7.zip |
config/dunst: move notifications to the top middle of the screen
-rw-r--r-- | config/dunst/dunstrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/dunst/dunstrc b/config/dunst/dunstrc index c0d5334..d4d1ef4 100644 --- a/config/dunst/dunstrc +++ b/config/dunst/dunstrc @@ -21,6 +21,8 @@ frame_width = 1 frame_color = "#4c7899" + origin = top-center + [urgency_low] background = "#000000" foreground = "#ffffff" |