aboutsummaryrefslogtreecommitdiff
path: root/gui/twmn.nix
diff options
context:
space:
mode:
authorAdrian Kummerlaender2019-01-31 20:52:34 +0100
committerAdrian Kummerlaender2019-01-31 20:52:34 +0100
commitb6fb8d0ad3993eccb812750125252dda1764d074 (patch)
tree2f9e8cfafea7b587369d80b688498ef13e9aec5a /gui/twmn.nix
parent8baa7a0b67be91fe22d6f668440466ab857554c5 (diff)
downloadnixos_home-b6fb8d0ad3993eccb812750125252dda1764d074.tar
nixos_home-b6fb8d0ad3993eccb812750125252dda1764d074.tar.gz
nixos_home-b6fb8d0ad3993eccb812750125252dda1764d074.tar.bz2
nixos_home-b6fb8d0ad3993eccb812750125252dda1764d074.tar.lz
nixos_home-b6fb8d0ad3993eccb812750125252dda1764d074.tar.xz
nixos_home-b6fb8d0ad3993eccb812750125252dda1764d074.tar.zst
nixos_home-b6fb8d0ad3993eccb812750125252dda1764d074.zip
Extract hidpi support
Diffstat (limited to 'gui/twmn.nix')
-rw-r--r--gui/twmn.nix8
1 files changed, 4 insertions, 4 deletions
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
'';
}