current-config

This commit is contained in:
David Todd 2019-10-16 11:43:29 -05:00
parent 62a40cac7e
commit 7db8ce7574
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[global_config]
enabled_plugins = LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler
enabled_plugins = APTURLHandler, LaunchpadCodeURLHandler, LaunchpadBugURLHandler
inactive_color_offset = 0.84347826087
title_transmit_bg_color = "#243433"
[keybindings]

View File

@ -3,7 +3,7 @@
if ping -c 1 1.1.1.1 > /dev/null 2>&1; then
echo "😛"
else
echo "😤"
echo "🤬"
echo "$(date)" >> /tmp/internet-outages
nfty send "Internet Outage"
fi