diff options
author | neodarz <neodarz@neodarz.net> | 2017-09-06 14:58:03 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2017-09-06 14:58:03 +0200 |
commit | ba1e3d3494e6422d86b16f2db934e89018f456a0 (patch) | |
tree | c5503ad6c51a9c7bf4a696bda1f51fb7ad81986c /twmn | |
parent | fa0de57b744bb664e202fe7eee41b4c7d8c83cf7 (diff) | |
download | dotfiles_ascii-ba1e3d3494e6422d86b16f2db934e89018f456a0.tar.xz dotfiles_ascii-ba1e3d3494e6422d86b16f2db934e89018f456a0.zip |
Add twmn
Diffstat (limited to 'twmn')
-rw-r--r-- | twmn/.config/twmn/twmn.conf | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/twmn/.config/twmn/twmn.conf b/twmn/.config/twmn/twmn.conf new file mode 100644 index 0000000..07cee78 --- /dev/null +++ b/twmn/.config/twmn/twmn.conf @@ -0,0 +1,31 @@ +[gui] +absolute_position=1440x25 +always_on_top=true +background_color=#ffffff +bounce=true +bounce_duration=500 +font=Sans +font_size=13 +font_variant=medium +foreground_color=#000000 +height=18 +in_animation=38 +in_animation_duration=1000 +opacity=100 +out_animation=13 +out_animation_duration=1000 +position=top_right +screen= + +[icons] +critical_icon= +info_icon="!" +warning_icon= + +[main] +activate_command= +duration=3000 +enable_shortcuts=true +host=127.0.0.1 +port=9797 +sound_command= |