diff options
author | Adrian Kummerlaender | 2014-10-11 11:25:13 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2014-10-11 11:25:13 +0200 |
commit | e3ea04eba322159c7f47c77fe83c81b1ef71e71b (patch) | |
tree | feba53a1ab8f6fe3cb6b064e871afa3b30dbe5d4 | |
parent | 97a0c7e7611848fd47d28b629207e240c9d50db1 (diff) | |
download | dotfiles-e3ea04eba322159c7f47c77fe83c81b1ef71e71b.tar dotfiles-e3ea04eba322159c7f47c77fe83c81b1ef71e71b.tar.gz dotfiles-e3ea04eba322159c7f47c77fe83c81b1ef71e71b.tar.bz2 dotfiles-e3ea04eba322159c7f47c77fe83c81b1ef71e71b.tar.lz dotfiles-e3ea04eba322159c7f47c77fe83c81b1ef71e71b.tar.xz dotfiles-e3ea04eba322159c7f47c77fe83c81b1ef71e71b.tar.zst dotfiles-e3ea04eba322159c7f47c77fe83c81b1ef71e71b.zip |
Added twmn notification daemon configuration
-rw-r--r-- | twmn/.config/twmn/twmn.conf | 28 |
1 files changed, 28 insertions, 0 deletions
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= |