Browse Source

Closes #39

red-hat-laptop
Kevin Mok 6 years ago
parent
commit
f922e56b50
  1. 5
      configs/NZXT/i3blocks.conf
  2. 2
      configs/NZXT/sam-i3blocks.conf
  3. 3
      dotfiles/bashrc

5
configs/NZXT/i3blocks.conf

@ -101,11 +101,6 @@ interval=6000
# interval=10
# separator=false
# [wifi]
# #instance=wlp3s0
# interval=10
# separator=false
# [bandwidth]
# #instance=eth0
# interval=5

2
configs/NZXT/sam-i3blocks.conf

@ -12,5 +12,5 @@ markup=pango
command=python /usr/share/i3blocks/spotify.py
label=
# label=
color=#009900
color=#006600
interval=10

3
dotfiles/bashrc

@ -124,8 +124,11 @@ fi
# Path to the bash it configuration
export BASH_IT="$DIR_BASH_IT"
# Lock and Load a custom theme file
# location /.bash_it/themes/
PROMPT_COMMAND='pwd > "${HOME}/.cwd"'
[[ -f "${HOME}/.cwd" ]] && cd "$(< ${HOME}/.cwd)"
export BASH_IT_THEME='nwinkler'
# (Advanced): Change this to the name of your remote repo if you

Loading…
Cancel
Save