diff options
author | Archie Hilton (thytom) <archie.hilton1@gmail.com> | 2019-11-04 09:21:40 +0000 |
---|---|---|
committer | Archie Hilton (thytom) <archie.hilton1@gmail.com> | 2019-11-04 09:21:40 +0000 |
commit | 71da49fab712a47a7969f70c6a29a4bc4b6d5a03 (patch) | |
tree | 71406c76c582b3cef01efbc9997a9de9d03282ca /config | |
parent | 15dc3c709fb7138f3402f872634a2e3d0dc9bd60 (diff) |
Internet is off on startup. Cleaned up bar.sh and config
Diffstat (limited to 'config')
-rw-r--r-- | config | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,5 +16,5 @@ CUSTOM_DIR="/home/$USER/.config/dwmbar/modules/custom/" SEPARATOR=" | " # Padding at the end and beggining of the status bar -RIGHT_PADDING="$USER@$HOSTNAME " -LEFT_PADDING=" " +RIGHT_PADDING="" +LEFT_PADDING="" |