Skip to content

Instantly share code, notes, and snippets.

@craftyguy
Created July 31, 2017 19:22
Show Gist options
  • Save craftyguy/9513402d323cc7e3b9bf1e7194f7eee1 to your computer and use it in GitHub Desktop.
Save craftyguy/9513402d323cc7e3b9bf1e7194f7eee1 to your computer and use it in GitHub Desktop.
[kernel]
command=~/.config/i3blocks/scripts/reboot_required.sh
border=#e95355
markup=pango
interval=300
#!/bin/bash
if [ ! -d /lib/modules/`uname -r` ]; then
echo " | ! "
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment