Lots of changes including capslock block and fellowship latex template
This commit is contained in:
parent
bb1c4a14a6
commit
a97618b270
5 changed files with 262 additions and 4 deletions
|
@ -34,16 +34,20 @@ markup=none
|
|||
#
|
||||
# bindsym --release Caps_Lock exec pkill -S5
|
||||
# bindsym --release Num_Lock exec pkill -SIGRTMIN+11 i3blocks
|
||||
|
||||
[keyindicator]
|
||||
instance=CAPS
|
||||
interval=once
|
||||
command=xset -q | grep Caps 2> /dev/null | cut -c23 | sed "s/n/CAPS/" | sed "s/f//"
|
||||
signal=11
|
||||
|
||||
color=#00FF00
|
||||
|
||||
[wanip]
|
||||
command=curl -s checkip.dyndns.org | sed -e 's/.*Current IP Address: //' -e 's/<.*$//'
|
||||
interval=10
|
||||
color=#00FF00
|
||||
label=WAN IP
|
||||
command=echo "<span foreground='#00FF00'> $(curl -s checkip.dyndns.org | sed -e 's/.*Current IP Address: //' -e 's/<.*$//') </span>"
|
||||
interval=30
|
||||
markup=pango
|
||||
#colorI#=
|
||||
|
||||
# Generic media player support
|
||||
#
|
||||
|
|
|
@ -37,7 +37,9 @@ markup=none
|
|||
[keyindicator]
|
||||
instance=CAPS
|
||||
interval=once
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue