From e3ea04eba322159c7f47c77fe83c81b1ef71e71b Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 11 Oct 2014 11:25:13 +0200 Subject: Added twmn notification daemon configuration --- twmn/.config/twmn/twmn.conf | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 twmn/.config/twmn/twmn.conf (limited to 'twmn') diff --git a/twmn/.config/twmn/twmn.conf b/twmn/.config/twmn/twmn.conf new file mode 100644 index 0000000..63ac4d6 --- /dev/null +++ b/twmn/.config/twmn/twmn.conf @@ -0,0 +1,28 @@ +[gui] +absolute_position= +always_on_top=true +background_color=#909737 +bounce=true +font=DejaVu Sans Mono +font_size=15 +foreground_color=#111111 +height=20 +in_animation=38 +in_animation_duration=1000 +opacity=100 +out_animation=13 +out_animation_duration=1000 +position=bottom_right +screen=0 + +[icons] +critical_icon= +info_icon= +warning_icon= + +[main] +activate_command= +duration=3000 +enable_shortcuts=true +port=9797 +sound_command= -- cgit v1.2.3