From 8fe1019021e574c2e29d5330b93de90c9c7db44c Mon Sep 17 00:00:00 2001 From: Alexander Bantyev Date: Sat, 13 Jun 2020 17:30:45 +0300 Subject: [PATCH] Updates --- modules/workspace/gtk.nix | 4 ++-- modules/workspace/kde/default.nix | 3 ++- modules/workspace/sway/default.nix | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/modules/workspace/gtk.nix b/modules/workspace/gtk.nix index fc8dcbe..c52d6ce 100644 --- a/modules/workspace/gtk.nix +++ b/modules/workspace/gtk.nix @@ -49,8 +49,8 @@ in { gtk = { enable = true; iconTheme = { - name = "Breeze Dark"; - package = pkgs.breeze-icons; + name = "Adwaita"; + package = pkgs.gnome3.adwaita-icon-theme; }; theme = { name = "Generated"; diff --git a/modules/workspace/kde/default.nix b/modules/workspace/kde/default.nix index b2793dc..eb54d4f 100644 --- a/modules/workspace/kde/default.nix +++ b/modules/workspace/kde/default.nix @@ -8,6 +8,7 @@ with import ../../../support.nix { inherit lib config; }; { pkgs.flatpak pkgs.firefox pkgs.systemd + pkgs.gnome3.adwaita-icon-theme ]; nixpkgs.config.firefox.enablePlasmaBrowserIntegration = true; environment.sessionVariables = { @@ -126,7 +127,7 @@ with import ../../../support.nix { inherit lib config; }; { contrast = 4; widgetStyle = "Breeze"; }; - Icons = { Theme = "Breeze Dark"; }; + Icons = { Theme = "Adwaita"; }; }; home-manager.users.balsoft.home.activation."user-places.xbel" = { data = '' diff --git a/modules/workspace/sway/default.nix b/modules/workspace/sway/default.nix index 397e99c..9626984 100755 --- a/modules/workspace/sway/default.nix +++ b/modules/workspace/sway/default.nix @@ -46,8 +46,8 @@ in { childBorder = thm.orange; }; focused = unfocused // { - childBorder = thm.blue; - border = thm.blue; + childBorder = thm.gray; + border = thm.gray; background = thm.dark; text = thm.fg; };