set background color

This commit is contained in:
Cyryl Płotnicki 2019-09-07 08:45:45 +01:00
parent 57bc2510bf
commit 67091edd79
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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; }