diff --git a/modules/applications/packages.nix b/modules/applications/packages.nix index 6efeaa3..485d685 100644 --- a/modules/applications/packages.nix +++ b/modules/applications/packages.nix @@ -51,6 +51,10 @@ with deviceSpecific; { maim mupdf ncmpcpp + + pywal + python27Packages.pygtk + python2 ] ++ lib.optionals isLaptop [ # Important acpi diff --git a/modules/workspace/i3/default.nix b/modules/workspace/i3/default.nix index 07d6e66..e211b8a 100644 --- a/modules/workspace/i3/default.nix +++ b/modules/workspace/i3/default.nix @@ -24,26 +24,48 @@ in { bars = [ ]; + # colors = rec { + # background = thm.bg; + # unfocused = { + # border = thm.dark; + # background = thm.bg; + # text = thm.alt; + # indicator = thm.fg; + # childBorder = thm.dark; + # }; + # focusedInactive = unfocused; + # urgent = unfocused // { + # border = thm.orange; + # text = thm.fg; + # childBorder = thm.orange; + # }; + # focused = unfocused // { + # border = thm.blue; + # background = thm.dark; + # text = thm.fg; + # childBorder = thm.blue; + # }; + # }; colors = rec { - background = thm.bg; + background = "\$bg"; unfocused = { - text = thm.alt; - border = thm.dark; - background = thm.bg; - childBorder = thm.dark; - indicator = thm.fg; + border = "\$color0"; + background = "\$bg"; + text = "\$color8"; + indicator = "\$fg"; + childBorder = "\$color0"; }; focusedInactive = unfocused; urgent = unfocused // { - text = thm.fg; - border = thm.orange; - childBorder = thm.orange; + border = "\$color8"; + text = "\$fg"; + childBorder = "\$color8"; }; focused = unfocused // { - childBorder = thm.blue; - border = thm.blue; - background = thm.dark; - text = thm.fg; + border = "\$color12"; + background = "\$color0"; + text = "\$fg"; + childBorder = "\$color12"; }; }; gaps = {