diff --git a/config/profiles/desktop/default.nix b/config/profiles/desktop/default.nix index 36216594..f8710ed3 100644 --- a/config/profiles/desktop/default.nix +++ b/config/profiles/desktop/default.nix @@ -48,6 +48,7 @@ in { pkgs.gimp-with-plugins pkgs.vscode pkgs.cryptsetup + pkgs.pcmanfm pkgs.neofetch pkgs.htop ]; @@ -61,12 +62,6 @@ in { indicator = true; }; - services.redshift = { - enable = true; - latitude = "51.5074"; - longitude = "0.1278"; - }; - gtk = { enable = true; iconTheme = { @@ -74,7 +69,7 @@ in { package = pkgs.numix-icon-theme-square; }; theme = { - name = "Arc"; + name = "Arc-Dark"; package = pkgs.arc-theme; }; }; diff --git a/config/profiles/sway/default.nix b/config/profiles/sway/default.nix index fdfe97de..95a8ced2 100644 --- a/config/profiles/sway/default.nix +++ b/config/profiles/sway/default.nix @@ -224,14 +224,14 @@ in { childBorder = colors.bright.black; }; focusedInactive = { - border = colors.bright.black; - background = colors.bright.green; - text = colors.black; + border = colors.base16.color0; + background = colors.base16.color11; + text = colors.base16.color12; indicator = colors.green; childBorder = colors.bright.black; }; unfocused = { - border = colors.bright.black; + border = colors.base16.color0; background = colors.base16.color8; text = colors.base16.color12; indicator = colors.bright.black;