From 851ccfefa0cecfb28180904d9d5051067a6e3a0c Mon Sep 17 00:00:00 2001 From: Akshay Date: Sat, 15 Jan 2022 12:48:23 +0530 Subject: minor --- home.nix | 3 ++- programs/bash.nix | 2 +- services/default.nix | 4 ++-- x/2bwm.nix | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/home.nix b/home.nix index 5392ce8..77484ec 100644 --- a/home.nix +++ b/home.nix @@ -58,6 +58,7 @@ libnotify inotify-tools rtorrent + sxiv # meta nixpkgs-review @@ -82,7 +83,7 @@ enable = true; windowManager.command = "2bwm"; initExtra = '' - ${pkgs.hsetroot}/bin/hsetroot -solid "#000" + ${pkgs.hsetroot}/bin/hsetroot -solid "${theme.base00}" xrdb -load $HOME/.Xresources setxkbmap -option 'caps:swapescape' ''; diff --git a/programs/bash.nix b/programs/bash.nix index fcde389..82e5c67 100644 --- a/programs/bash.nix +++ b/programs/bash.nix @@ -63,7 +63,7 @@ GIT_INDEX_MODIFIED_COLOR = "yellow"; BRANCH_COLOR = "bright black"; COMMIT_COLOR = "green"; - PF_INFO = "ascii title os kernel uptime pkgs shell "; + PF_INFO = "ascii title os kernel uptime pkgs shell"; PF_SEP = " "; PF_COL1 = 7; PF_COL2 = 7; diff --git a/services/default.nix b/services/default.nix index 0e85cd9..83955bf 100644 --- a/services/default.nix +++ b/services/default.nix @@ -18,8 +18,8 @@ lorri.enable = true; gpg-agent = { enable = true; - defaultCacheTtl = 86400; - maxCacheTtl = 86400; + defaultCacheTtl = 60 * 60 * 24 * 7; + maxCacheTtl = 60 * 60 * 24 * 7; pinentryFlavor = "curses"; }; }; diff --git a/x/2bwm.nix b/x/2bwm.nix index 09d1a0c..76c2a52 100644 --- a/x/2bwm.nix +++ b/x/2bwm.nix @@ -15,6 +15,6 @@ with theme; "twobwm.unkill_color" = base08; "twobwm.fixed_unkill_color" = base0E; "twobwm.outer_border_color" = base00; - "twobwm.inverted_colors" = true; + "twobwm.inverted_colors" = false; }; } -- cgit v1.2.3