set background color
This commit is contained in:
parent
57bc2510bf
commit
67091edd79
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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; }
|
||||
|
|
Loading…
Reference in a new issue