diff options
author | Manuel Palenzuela <manuelpalenzuelamerino@gmail.com> | 2019-10-24 14:48:04 +0100 |
---|---|---|
committer | Manuel Palenzuela <manuelpalenzuelamerino@gmail.com> | 2019-10-24 14:48:04 +0100 |
commit | 2808138791d1859a692d1902df81ad9ffb25b6d1 (patch) | |
tree | 12028aa0b9b848f42f4a36e564a30ede02191244 /config | |
parent | db377935940948f1b61a3194a922265c47ac69ef (diff) |
Changed names of files
Diffstat (limited to 'config')
-rw-r--r-- | config | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -0,0 +1,17 @@ +# What modules, in what order +MODULES="mpd weather volumebar wifi internet cpuload temperatu + +# Modules that require an active internet connection +ONLINE_MODULES="weather internet" + +# Delay between showing the status bar +DELAY="0.05" + +# Where the custom modules are stored +CUSTOM_DIR="/home/$USER/.config/dwmbar/modules/custom/" + +# Separator between modules +SEPARATOR=" | " + +# Padding at the end and beggining of the status bar +PADDING="$USER@$HOSTNAME " |