From 7db8ce7574792e77fd193e612f002437094a4aad Mon Sep 17 00:00:00 2001 From: David Todd Date: Wed, 16 Oct 2019 11:43:29 -0500 Subject: [PATCH] current-config --- home/terminator/config | 2 +- i3/i3blocks/internet | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/home/terminator/config b/home/terminator/config index 9228679..4f3cba3 100644 --- a/home/terminator/config +++ b/home/terminator/config @@ -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] diff --git a/i3/i3blocks/internet b/i3/i3blocks/internet index 1f1584f..20423bd 100755 --- a/i3/i3blocks/internet +++ b/i3/i3blocks/internet @@ -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