diff options
Diffstat (limited to 'modulesrc')
-rw-r--r-- | modulesrc | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/modulesrc b/modulesrc new file mode 100644 index 0000000..eab201c --- /dev/null +++ b/modulesrc @@ -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 " |