mirror of
https://git.adityakumar.xyz/dwmbar.git
synced 2024-11-12 15:19:44 +00:00
17 lines
455 B
Text
17 lines
455 B
Text
# 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 "
|