Moves some blocks

Puts the server statuses on secondary monitor
Puts Now Playing on Primary monitor
master
Jonathan Hodgson 6 years ago
parent 3035b38758
commit 27f8854b1d
  1. 39
      i3/i3blocks-secondary.conf
  2. 42
      i3/i3blocks.conf

@ -42,6 +42,35 @@ command=xset -q | grep Caps 2> /dev/null | cut -c23 | sed "s/n/CAPS/" | sed "s/f
signal=11
color=#00FF00
[vps01status]
command=~/.dotfiles/i3/blocks/serverStatus VPS01
interval=30
separator=false
[vps02status]
command=~/.dotfiles/i3/blocks/serverStatus VPS02
interval=30
separator=false
[vps03status]
command=~/.dotfiles/i3/blocks/serverStatus VPS03
interval=30
separator=false
[freightlinerstatus]
command=~/.dotfiles/i3/blocks/serverStatus Freightliner
interval=30
separator=false
[nhsstatus]
command=~/.dotfiles/i3/blocks/serverStatus NHS
interval=30
separator=false
[vapourtecstatus]
command=~/.dotfiles/i3/blocks/serverStatus Vapourtec
interval=30
[wanip]
label=WAN IP
command=echo "<span foreground='#00FF00'> $(curl -s checkip.dyndns.org | sed -e 's/.*Current IP Address: //' -e 's/<.*$//') </span>"
@ -49,16 +78,6 @@ interval=30
markup=pango
#colorI#=
# Generic media player support
#
# This displays "ARTIST - SONG" if a music is playing.
# Supported players are: spotify, vlc, audacious, xmms2, mplayer, and others.
[mediaplayer]
command=~/.dotfiles/i3/blocks/mediaplayer
instance=spotify
interval=2
signal=10
markup=pango
# Date Time
#

@ -41,35 +41,6 @@ command=xset -q | grep Caps 2> /dev/null | cut -c23 | sed "s/n/CAPS/" | sed "s/f
signal=11
color=#00FF00
[vps01status]
command=~/.dotfiles/i3/blocks/serverStatus VPS01
interval=30
separator=false
[vps02status]
command=~/.dotfiles/i3/blocks/serverStatus VPS02
interval=30
separator=false
[vps03status]
command=~/.dotfiles/i3/blocks/serverStatus VPS03
interval=30
separator=false
[freightlinerstatus]
command=~/.dotfiles/i3/blocks/serverStatus Freightliner
interval=30
separator=false
[nhsstatus]
command=~/.dotfiles/i3/blocks/serverStatus NHS
interval=30
separator=false
[vapourtecstatus]
command=~/.dotfiles/i3/blocks/serverStatus Vapourtec
interval=30
[apachestatus]
command=~/.dotfiles/i3/blocks/apache
interval=5
@ -79,6 +50,19 @@ separator=false
command=~/.dotfiles/i3/blocks/mysql
interval=5
#separator=false
#
# Generic media player support
#
# This displays "ARTIST - SONG" if a music is playing.
# Supported players are: spotify, vlc, audacious, xmms2, mplayer, and others.
[mediaplayer]
command=~/.dotfiles/i3/blocks/mediaplayer
instance=spotify
interval=2
signal=10
markup=pango
#[proftpstatus]
#command=~/.dotfiles/i3/blocks/proftp

Loading…
Cancel
Save