From b4fb27fd60a64c608319c97826ec2f09f5c26732 Mon Sep 17 00:00:00 2001 From: "Archie Hilton (thytom)" Date: Thu, 24 Oct 2019 16:50:31 +0100 Subject: Just use the source command, and added left padding. --- config | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'config') 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=" " -- cgit v1.2.3