From 28667b7c6f3e187a3b550d9d62ac1e503c054a92 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sun, 16 Oct 2022 20:59:27 +0200 Subject: Add idefix config, optional xmonad, deprecate hidpi option --- gui/gtk.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'gui/gtk.nix') diff --git a/gui/gtk.nix b/gui/gtk.nix index 06e76c1..150fab0 100644 --- a/gui/gtk.nix +++ b/gui/gtk.nix @@ -1,9 +1,6 @@ { config, pkgs, pkgs-personal, ... }: -let - hidpi = config.custom.hidpi; - -in { +{ gtk = { enable = true; @@ -28,7 +25,7 @@ in { txt_fg = "101010"; gradient = 0.0; roundness = 0; - spacing = if hidpi then 5 else 1; + spacing = 1; wm_border_focus = "909636"; wm_border_unfocus = "909636"; gtk3_generate_dark = false; -- cgit v1.2.3