From 44434920a92a2e47a26e075e6ac9fea01c24bd70 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Tue, 1 Feb 2022 23:40:17 +0100 Subject: Update athena config --- gui/twmn.nix | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'gui/twmn.nix') 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 -- cgit v1.2.3