This commit is contained in:
elkowar 2020-08-11 13:18:46 +02:00
parent 77c32b7c9d
commit f5b202f0ce
6 changed files with 18 additions and 16 deletions

View file

@ -1,4 +1,10 @@
{ {
"optOut": false, "optOut": false,
"lastUpdateCheck": 1596968361979 "lastUpdateCheck": 1597140285958,
"update": {
"latest": "6.14.7",
"current": "6.14.6",
"type": "patch",
"name": "npm"
}
} }

View file

@ -1 +1 @@
/nix/store/khgb01ah9qx65314m2i6klylm5brkvnj-home-manager-files/.config/htop/htoprc /nix/store/spsy6k9bx1rvrfqwmd848r2j6pw1w3bi-home-manager-files/.config/htop/htoprc

View file

@ -33,6 +33,7 @@ import Data.Foldable ( for_ )
import Data.Function ((&)) import Data.Function ((&))
import qualified XMonad.Layout.Decoration
import XMonad hiding ((|||)) import XMonad hiding ((|||))
import XMonad.Actions.CopyWindow import XMonad.Actions.CopyWindow
import XMonad.Actions.PhysicalScreens ( horizontalScreenOrderer ) import XMonad.Actions.PhysicalScreens ( horizontalScreenOrderer )
@ -158,21 +159,16 @@ aqua = "#8ec07c"
-- }}} -- }}}
-- Layout ---------------------------------------- {{{ -- Layout ---------------------------------------- {{{
myTabTheme :: Theme
myTabTheme = def -- defaultThemeWithButtons myTabTheme = def -- defaultThemeWithButtons
{ -- activeColor = "#8ec07c" { activeColor = "#1d2021"
activeColor = "#1d2021"
--activeColor = "#1d2021"
--activeColor = "#504945"
--, inactiveColor = "#282828"
, inactiveColor = "#282828" , inactiveColor = "#282828"
, activeBorderColor = "#1d2021" , activeBorderColor = "#1d2021"
, inactiveBorderColor = "#282828" , inactiveBorderColor = "#282828"
, activeTextColor = "#fbf1c7" , activeTextColor = "#fbf1c7"
, inactiveTextColor = "#fbf1c7" , inactiveTextColor = "#fbf1c7"
, decoHeight = 15 , decoHeight = 20
, fontName = "-misc-cozettevector-*-*-*-*-10-*-*-*-*-*-*-*" , fontName = "-misc-cozettevector-*-*-*-*-10-*-*-*-*-*-*-*"
--, fontName = "-misc-scientifica-*-*-*-*-10-*-*-*-*-*-*-*"
} }
data EmptyShrinker = EmptyShrinker deriving (Show, Read) data EmptyShrinker = EmptyShrinker deriving (Show, Read)

View file

@ -8,7 +8,8 @@
#iconTheme.name = "Numix"; #iconTheme.name = "Numix";
#iconTheme.package = pkgs.arc-icon-theme; #iconTheme.package = pkgs.arc-icon-theme;
iconTheme.name = "Numix"; iconTheme.name = "Numix";
font.name = "Terminus (TTF) 12"; #font.name = "Terminus (TTF) 12";
font.name = "xos4 Terminus 12";
gtk2.extraConfig = ''gtk-theme-name = "Adwaita-dark"''; gtk2.extraConfig = ''gtk-theme-name = "Adwaita-dark"'';
@ -16,7 +17,7 @@
gtk-menu-images = 1; gtk-menu-images = 1;
gtk-xft-hinting = 1; gtk-xft-hinting = 1;
gtk-xft-rgba = "rgb"; gtk-xft-rgba = "rgb";
gtk-application-prefer-dark-theme = true; gtk-application-prefer-dark-theme = 1;
gtk-decoration-layout = ":"; gtk-decoration-layout = ":";
gtk-toolbar-style = "GTK_TOOLBAR_ICONS"; gtk-toolbar-style = "GTK_TOOLBAR_ICONS";
gtk-toolbar-icon-size = "GTK_ICON_SIZE_LARGE_TOOLBAR"; gtk-toolbar-icon-size = "GTK_ICON_SIZE_LARGE_TOOLBAR";

View file

@ -31,6 +31,9 @@ in
desktop.enable = true; desktop.enable = true;
}; };
gtk = import ./config/gtk.nix { inherit pkgs; inherit myConf; };
imports = [ ./profiles/base.nix ./profiles/desktop.nix ]; imports = [ ./profiles/base.nix ./profiles/desktop.nix ];

View file

@ -11,14 +11,10 @@ in
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
gtk = import ../config/gtk.nix { inherit pkgs; inherit myConf; };
home.packages = with pkgs; [ home.packages = with pkgs; [
elkowar_local.bashtop elkowar_local.bashtop
elkowar_local.liquidctl elkowar_local.liquidctl
cool-retro-term cool-retro-term
simplescreenrecorder simplescreenrecorder
gromit-mpx gromit-mpx