aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config9
1 files changed, 7 insertions, 2 deletions
diff --git a/config b/config
index ce46b0e..503b487 100644
--- a/config
+++ b/config
@@ -1,5 +1,9 @@
+#!/bin/bash
+
+MODULES_DIR="/home/$USER/.config/dwmbar/modules/"
+
# What modules, in what order
-MODULES="mpd weather volumebar wifi internet cpuload temperature"
+MODULES="mpd weather volumebar wifi internet cpuload temperature date time"
# Modules that require an active internet connection
ONLINE_MODULES="weather internet"
@@ -14,4 +18,5 @@ CUSTOM_DIR="/home/$USER/.config/dwmbar/modules/custom/"
SEPARATOR=" | "
# Padding at the end and beggining of the status bar
-PADDING="$USER@$HOSTNAME "
+RIGHT_PADDING="$USER@$HOSTNAME "
+LEFT_PADDING=" "