aboutsummaryrefslogtreecommitdiff
path: root/gui/twmn.nix
diff options
context:
space:
mode:
Diffstat (limited to 'gui/twmn.nix')
-rw-r--r--gui/twmn.nix9
1 files changed, 3 insertions, 6 deletions
diff --git a/gui/twmn.nix b/gui/twmn.nix
index 1420457..c3c35cb 100644
--- a/gui/twmn.nix
+++ b/gui/twmn.nix
@@ -1,9 +1,6 @@
{ config, pkgs, ... }:
-let
- hidpi = config.custom.hidpi;
-
-in {
+{
home.packages = with pkgs; [
twmn
libnotify
@@ -31,8 +28,8 @@ in {
[gui]
background_color=#909737
font=Iosevka
- font_size=${if hidpi then "24" else "14"}
- height=${if hidpi then "32" else "20"}
+ font_size=14
+ height=20
foreground_color=#111111
always_on_top=true
position=bottom_right