From f373a71fe06372425d1aa420b966ee7d379324af Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sun, 9 Jan 2022 20:07:31 +0100 Subject: Update dunst look --- .config/dunst/dunstrc | 11 +++++++---- .config/dunst/reload | 13 +++++++++++++ 2 files changed, 20 insertions(+), 4 deletions(-) create mode 100755 .config/dunst/reload diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index cfed140..014f82b 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -4,11 +4,14 @@ width = 256 height = 192 offset = 0x19 - padding = 1 - horizontal_padding = 1 - transparency = 0 - font = Monospace 8 + padding = 8 + horizontal_padding = 8 + transparency = 20 + font = monospace 7 format = "%s\n%b" + separator_height = 0 + separator_color = "#202020" + frame_width = 0 [urgency_low] background = "#202020" diff --git a/.config/dunst/reload b/.config/dunst/reload new file mode 100755 index 0000000..9e8ee07 --- /dev/null +++ b/.config/dunst/reload @@ -0,0 +1,13 @@ +#!/bin/bash +pkill dunst +dunst -config ~/.config/dunst/dunstrc & + +notify-send -u critical "Test message: critical test 1" +notify-send -u normal "Test message: normal test 2" +notify-send -u low "Test message: low test 3" +notify-send -u critical "Test message: critical test 4" +notify-send -u normal "Test message: normal test 5" +notify-send -u low "Test message: low test 6" +notify-send -u critical "Test message: critical test 7" +notify-send -u normal "Test message: normal test 8" +notify-send -u low "Test message: low test 9" -- cgit v1.2.3-70-g09d2