diff options
author | awy <awy@awy.one> | 2024-11-24 13:29:56 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2024-11-24 13:29:56 +0300 |
commit | 511afc41829d5626e9e9b84cbc3d4a7c14d63165 (patch) | |
tree | 14e7cb05f7206e39828bc49e6689f530615a41b9 /.config/dunst | |
parent | 7b52375768323ce6b88156aa48b0d50ec2c8dafc (diff) |
upload
Diffstat (limited to '.config/dunst')
-rw-r--r-- | .config/dunst/dunstrc | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc new file mode 100644 index 0000000..69ad8c5 --- /dev/null +++ b/.config/dunst/dunstrc @@ -0,0 +1,27 @@ +[global] + monitor = 0 + follow = keyboard + width = 400 + height = 400 + offset = 0x19 + padding = 2 + horizontal_padding = 2 + transparency = 25 + font = monospace 14 + format = "<b>%s</b>\n%b" + +[urgency_low] + background = "#282828" + foreground = "#ebdbb2" + timeout = 3 + +[urgency_normal] + foreground = "#ebdbb2" + background = "#282828" + timeout = 5 + +[urgency_critical] + background = "#282828" + foreground = "#ebdbb2" + frame_color = "#fabd2f" + timeout = 10 |