From 1a2f97a2ebea8f31d8ba80cfe21c7d49ae46e53e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Tue, 10 Jan 2023 20:21:19 +0100 Subject: [PATCH] fix: gtk theming --- hosts/neodymium/configuration.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/hosts/neodymium/configuration.nix b/hosts/neodymium/configuration.nix index e8fa419..a6ee11c 100644 --- a/hosts/neodymium/configuration.nix +++ b/hosts/neodymium/configuration.nix @@ -168,7 +168,7 @@ in { home.pointerCursor = { name = "Catppuccin-Mocha-Dark-Cursors"; package = pkgs.catppuccin-cursors.mochaDark; - size = 32; + size = 20; gtk.enable = true; x11.enable = true; }; @@ -185,7 +185,7 @@ in { package = pkgs.papirus-icon-theme; }; theme = { - name = "Catppuccin-Mocha-Standard-Blue-Dark"; + name = "Catppuccin-Dark"; package = pkgs.catppuccin-gtk; }; }; @@ -391,7 +391,8 @@ in { names = [ "FiraCode" ]; size = 10.0; }; - bars = [{ command = "${pkgs.waybar}/bin/waybar"; }]; + bars = + [{ command = "env GTK_THEME=adwaita ${pkgs.waybar}/bin/waybar"; }]; gaps = { smartGaps = true; inner = 5;