From 67091edd7969709b314ef4931e643d970a8b2cf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sat, 7 Sep 2019 08:45:45 +0100 Subject: [PATCH] set background color --- nixos/home.nix | 2 +- nixos/i3.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/nixos/home.nix b/nixos/home.nix index d9bf1867..409d28ef 100644 --- a/nixos/home.nix +++ b/nixos/home.nix @@ -14,7 +14,7 @@ in }; }; home.packages = with pkgs; [ - cabal-install stack + cabal-install stack hsetroot wirelesstools ranger xpdf apvlv unstable.xidlehook blueman fontconfig nodejs rustup gcc gdb steam binutils xclip pkgconfig veracrypt gitAndTools.diff-so-fancy diff --git a/nixos/i3.nix b/nixos/i3.nix index cecec02c..c25b7bf0 100644 --- a/nixos/i3.nix +++ b/nixos/i3.nix @@ -9,6 +9,7 @@ in package = pkgs.i3-gaps; config = { startup = [ + { command = "exec hsetroot -solid '#002b36'"; always = true; notification = false; } { command = "exec setxkbmap -layout pl"; always = true; notification = false; } { command = "exec autorandr -c"; always = true; notification = false; } { command = "exec i3-sensible-terminal"; always = false; notification = false; }