From 2808138791d1859a692d1902df81ad9ffb25b6d1 Mon Sep 17 00:00:00 2001 From: Manuel Palenzuela Date: Thu, 24 Oct 2019 14:48:04 +0100 Subject: Changed names of files --- config | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 config (limited to 'config') diff --git a/config b/config new file mode 100644 index 0000000..eab201c --- /dev/null +++ b/config @@ -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 " -- cgit v1.2.3