From 85869af083741e8230cf66d1acc4a3b2da21dbd5 Mon Sep 17 00:00:00 2001 From: NeodarZ Date: Thu, 3 Nov 2016 23:32:29 +0100 Subject: Add the new i3 configuration --- i3/blocks/firewall | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100755 i3/blocks/firewall (limited to 'i3/blocks/firewall') diff --git a/i3/blocks/firewall b/i3/blocks/firewall deleted file mode 100755 index 6fe26f6..0000000 --- a/i3/blocks/firewall +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/bash - -# Left click -if [[ "${BLOCK_BUTTON}" -eq 1 ]]; then - sudo ufw enable -# Middle click -elif [[ "${BLOCK_BUTTON}" -eq 2 ]]; then - sudo ufw reload -# Right click -elif [[ "${BLOCK_BUTTON}" -eq 3 ]]; then - sudo ufw disable -fi - -status=$(sudo ufw status 2>/dev/null) - -if [[ $? -gt 0 ]]; then - exit -fi - -if [[ "${status}" != *inactive* ]]; then - echo "on" - echo "on" - echo "" -else - echo "off" - echo "off" - echo "" -fi \ No newline at end of file -- cgit v1.2.1