Merge branch 'master' of github.com:Jab2870/dotfiles

master
Jonathan Hodgson 7 years ago
commit 92bb1b8361
  1. 7
      i3/blocks/homeServerUpdates
  2. 2
      x/xinitrc

@ -1,9 +1,9 @@
#!/usr/bin/sh #!/usr/bin/sh
count=$(ssh homeServer checkupdates | wc -l) count=$(ssh homeServer -t checkupdates | wc -l)
if [ "$count" = "0" ]; then if [ "$count" = "0" ]; then
count="" echo ""
fi else
echo $count echo $count
echo $count echo $count
if [ "$count" -gt "5" ]; then if [ "$count" -gt "5" ]; then
@ -11,3 +11,4 @@ if [ "$count" -gt "5" ]; then
else else
echo "#FF8000" echo "#FF8000"
fi fi
fi

@ -8,4 +8,4 @@ dbus-update-activation-environment --systemd DISPLAY
#exec xrdb .Xresources #exec xrdb .Xresources
xbindkeys xbindkeys
exec i3 -V >> ~/i3log-$(date + '%F-%k-%M-%S') 2>&1 exec i3 -V >> ~/i3log-$(date + '%F-%k-%M-%S') 2>&1
exec sh /home/jonathan/.conky/conky-startup.sh #exec sh /home/jonathan/.conky/conky-startup.sh

Loading…
Cancel
Save