summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/stig/modified.theme18
-rw-r--r--.zshrc2
-rwxr-xr-xbuild3
3 files changed, 14 insertions, 9 deletions
diff --git a/.config/stig/modified.theme b/.config/stig/modified.theme
index bb40f2c..c9d7788 100644
--- a/.config/stig/modified.theme
+++ b/.config/stig/modified.theme
@@ -45,22 +45,22 @@ find.highlight black on yellow
tabs.unfocused white on black
tabs.focused black on white
-tabs.torrentlist.unfocused light cyan on dark gray
+tabs.torrentlist.unfocused light cyan on black
tabs.torrentlist.focused black on dark cyan
-tabs.torrentdetails.unfocused light blue on dark gray
+tabs.torrentdetails.unfocused light blue on black
tabs.torrentdetails.focused black on light blue
-tabs.filelist.unfocused light magenta on dark gray
+tabs.filelist.unfocused light magenta on black
tabs.filelist.focused black on dark magenta
-tabs.peerlist.unfocused light green on dark gray
+tabs.peerlist.unfocused light green on black
tabs.peerlist.focused black on dark green
-tabs.trackerlist.unfocused white on dark gray
-tabs.trackerlist.focused black on light gray
+tabs.trackerlist.unfocused white on black
+tabs.trackerlist.focused black on black
tabs.settinglist.unfocused yellow on dark blue
tabs.settinglist.focused dark blue on yellow
tabs.help.unfocused light green on dark blue
tabs.help.focused dark blue on light green
-$topbar_bg = dark blue
+$topbar_bg = black
topbar light gray on $topbar_bg
topbar.host.connected light green on $topbar_bg
topbar.host.connecting black on light magenta
@@ -70,7 +70,7 @@ topbar.help.equals light cyan on $topbar_bg
topbar.help.label light cyan on $topbar_bg
topbar.help.space light cyan on $topbar_bg
-$bottombar_bg = dark gray
+$bottombar_bg = black
bottombar light gray on $bottombar_bg
bottombar.important light red,bold on $bottombar_bg
bottombar.marked black,bold on yellow
@@ -79,7 +79,7 @@ bottombar.bandwidth.up.highlighted light green on $bottombar_bg
bottombar.bandwidth.down dark cyan on $bottombar_bg
bottombar.bandwidth.down.highlighted light cyan on $bottombar_bg
-$log_bg = dark gray
+$log_bg = black
log light gray on $log_bg
log.timestamp dark cyan on $log_bg
log.info light green on $log_bg
diff --git a/.zshrc b/.zshrc
index 9660822..3aeb442 100644
--- a/.zshrc
+++ b/.zshrc
@@ -59,5 +59,7 @@ autoload -Uz vcs_info
precmd() { vcs_info }
zstyle ':vcs_info:git:*' formats '|%F{3}%b%f'
+gpg-connect-agent updatestartuptty /bye > /dev/null
+
setopt PROMPT_SUBST
PROMPT='<%F{2}%n%f@%F{6}%m%f|%F{5}%~%f${vcs_info_msg_0_}%f> '
diff --git a/build b/build
index e99e7db..a421ed3 100755
--- a/build
+++ b/build
@@ -49,6 +49,9 @@ ln -s $RC_DIR'/.config/user-dirs.dirs' $HOME'/.config/'
# ranger setup
ln -s $RC_DIR'/.config/ranger' $HOME'/.config/'
+# stig setup
+ln -s $RC_DIR'/.config/stig' $HOME'/.config/'
+
# ncmpcpp setup
ln -s $RC_DIR'/.config/ncmpcpp' $HOME'/.config/'