From 1c8cf1869a202833cfa88f1a73b5426914d0a35c Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Wed, 23 Jan 2019 23:14:49 +0100 Subject: Some athena-specific changes not ready for master --- gui/twmn.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gui/twmn.nix') diff --git a/gui/twmn.nix b/gui/twmn.nix index 5d26619..09409f4 100644 --- a/gui/twmn.nix +++ b/gui/twmn.nix @@ -30,9 +30,9 @@ background_color=#909737 bounce=true font=Iosevka - font_size=15 + font_size=24 foreground_color=#111111 - height=20 + height=32 in_animation=6 in_animation_duration=500 opacity=100 -- cgit v1.2.3 From b6fb8d0ad3993eccb812750125252dda1764d074 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 31 Jan 2019 20:52:34 +0100 Subject: Extract hidpi support --- gui/twmn.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gui/twmn.nix') diff --git a/gui/twmn.nix b/gui/twmn.nix index 09409f4..fc90ec6 100644 --- a/gui/twmn.nix +++ b/gui/twmn.nix @@ -25,14 +25,14 @@ }; home.file.".config/twmn/twmn.conf".text = '' + [main] + duration=5000 [gui] always_on_top=true background_color=#909737 bounce=true font=Iosevka - font_size=24 foreground_color=#111111 - height=32 in_animation=6 in_animation_duration=500 opacity=100 @@ -40,7 +40,7 @@ out_animation_duration=500 position=bottom_right screen=0 - [main] - duration=5000 + font_size=15 + height=20 ''; } -- cgit v1.2.3 From 259408dd40cffbc46400e182f366b2e139a07950 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 31 Jan 2019 21:23:09 +0100 Subject: Explicity define some lowdpi values --- gui/twmn.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'gui/twmn.nix') diff --git a/gui/twmn.nix b/gui/twmn.nix index fc90ec6..e2dcbcb 100644 --- a/gui/twmn.nix +++ b/gui/twmn.nix @@ -25,8 +25,6 @@ }; home.file.".config/twmn/twmn.conf".text = '' - [main] - duration=5000 [gui] always_on_top=true background_color=#909737 @@ -40,7 +38,7 @@ out_animation_duration=500 position=bottom_right screen=0 - font_size=15 - height=20 + [main] + duration=5000 ''; } -- cgit v1.2.3