aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorManuel Palenzuela <manuelpalenzuelamerino@gmail.com>2019-10-24 14:48:04 +0100
committerManuel Palenzuela <manuelpalenzuelamerino@gmail.com>2019-10-24 14:48:04 +0100
commit2808138791d1859a692d1902df81ad9ffb25b6d1 (patch)
tree12028aa0b9b848f42f4a36e564a30ede02191244 /config
parentdb377935940948f1b61a3194a922265c47ac69ef (diff)
Changed names of files
Diffstat (limited to 'config')
-rw-r--r--config17
1 files changed, 17 insertions, 0 deletions
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 "