aboutsummaryrefslogtreecommitdiff
path: root/modulesrc
blob: eab201cb89d7b9d132994350560dd9ad6b734fc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 "