Fixed module locations in dwmbarrc

This commit is contained in:
Manuel Palenzuela 2019-10-22 01:19:44 +01:00
parent c17df9b011
commit 730ff65338

View file

@ -3,8 +3,8 @@
# Example file, designed to be edited. # Example file, designed to be edited.
DELAY=5 DELAY=5
MODULES_DIR="modules/" MODULES_DIR="/home/$USER/.config/dwmbar/modules/"
CUSTOM_DIR="modules/custom/" CUSTOM_DIR="$MODULES_DIR/custom/"
SEPARATOR=" | " SEPARATOR=" | "
MODULES="wifi internet bluetooth volume temperature date time battery" MODULES="wifi internet bluetooth volume temperature date time battery"