From c7e8420e8f2951fe260614c9c3aee7b0dd1f394d Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Wed, 17 Apr 2019 20:36:50 +0200 Subject: Update config after system update --- gui/twmn.nix | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'gui/twmn.nix') diff --git a/gui/twmn.nix b/gui/twmn.nix index de0a84f..1420457 100644 --- a/gui/twmn.nix +++ b/gui/twmn.nix @@ -29,21 +29,25 @@ in { home.file.".config/twmn/twmn.conf".text = '' [gui] - always_on_top=true background_color=#909737 - bounce=true font=Iosevka font_size=${if hidpi then "24" else "14"} height=${if hidpi then "32" else "20"} foreground_color=#111111 + always_on_top=true + position=bottom_right + bounce=true + bounce_duration=500 in_animation=6 in_animation_duration=500 - opacity=100 out_animation=5 out_animation_duration=500 - position=bottom_right - screen=0 + max_length=-1 + opacity=100 [main] duration=5000 + host=127.0.0.1 + port=9797 ''; + } -- cgit v1.2.3