aboutsummaryrefslogtreecommitdiff
path: root/bar.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bar.sh')
-rwxr-xr-xbar.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/bar.sh b/bar.sh
index 44c4ec0..f9866f4 100755
--- a/bar.sh
+++ b/bar.sh
@@ -16,13 +16,14 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
-CONFIG_FILE="/home/$USER/.config/dwmbar/config"
-
-source $CONFIG_FILE
+MODULES_DIR="/usr/share/dwmbar/modules/"
OUTPUT_CACHE="/home/$USER/.config/dwmbar/.cache/"
OUTPUT=""
+CONFIG_FILE="/home/$USER/.config/dwmbar/config"
+source $CONFIG_FILE
+
INTERNET=1 #0 being true
get_internet()