dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit d7e68d4110d708b61c8789ed0fc8e02369e2868a
parent 09294d5bb09f336f6f4971a7104ce3b82f1541a5
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Thu, 12 Feb 2015 15:11:28 +0100

remove vpn info, add i3blocks

Diffstat:
M.i3/config | 1+
M.i3/status | 4++--
Mbin/install_debian_pkgs.sh | 2+-
3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/.i3/config b/.i3/config @@ -235,6 +235,7 @@ bindsym $mod+r mode "resize" bar { #status_command i3status --config ~/.i3/status status_command ~/bin/i3status-mpc.sh + #status_command i3blocks -c ~/.i3/i3blocks #status_command conky -c ~/.i3/conkyrc #position top position bottom diff --git a/.i3/status b/.i3/status @@ -1,7 +1,7 @@ general { output_format = "i3bar" colors = true - interval = 2 + interval = 5 color_good = "#859900" color_bad = "#dc322f" color_degraded = "#cb4b16" @@ -10,7 +10,7 @@ general { #order += "ipv6" #order += "disk /" order += "run_watch DHCP" -order += "run_watch VPN" +#order += "run_watch VPN" order += "wireless wlan1" order += "ethernet eth0" order += "volume master" diff --git a/bin/install_debian_pkgs.sh b/bin/install_debian_pkgs.sh @@ -8,6 +8,6 @@ apt-get install vim tmux git zsh i3 exuberant-ctags haskell-platform \ hsetroot xbacklight i3lock scrot imagemagick mpc htop \ rxvt-unicode-256color texlive cmake sshfs paraview python-numpy \ python-scipy python-matplotlib ipython mplayer zathura okular python-pip \ - dunst latexmk texlive-full screenfetch + dunst latexmk texlive-full screenfetch i3blocks sudo gem install tmuxinator