aboutsummaryrefslogtreecommitdiff
path: root/gui/twmn.nix
diff options
context:
space:
mode:
authorAdrian Kummerlaender2019-04-17 20:36:50 +0200
committerAdrian Kummerlaender2019-04-17 20:36:50 +0200
commitc7e8420e8f2951fe260614c9c3aee7b0dd1f394d (patch)
tree81c2d483aa692c7701be9ca123da8fbfec78f224 /gui/twmn.nix
parenta28061ac275ae665f6e8bdd131e7b56422176f1d (diff)
downloadnixos_home-c7e8420e8f2951fe260614c9c3aee7b0dd1f394d.tar
nixos_home-c7e8420e8f2951fe260614c9c3aee7b0dd1f394d.tar.gz
nixos_home-c7e8420e8f2951fe260614c9c3aee7b0dd1f394d.tar.bz2
nixos_home-c7e8420e8f2951fe260614c9c3aee7b0dd1f394d.tar.lz
nixos_home-c7e8420e8f2951fe260614c9c3aee7b0dd1f394d.tar.xz
nixos_home-c7e8420e8f2951fe260614c9c3aee7b0dd1f394d.tar.zst
nixos_home-c7e8420e8f2951fe260614c9c3aee7b0dd1f394d.zip
Update config after system update
Diffstat (limited to 'gui/twmn.nix')
-rw-r--r--gui/twmn.nix14
1 files changed, 9 insertions, 5 deletions
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
'';
+
}