bdwmb/config.sh
Ari Archer 92030e7d22
1.1: Switch to GPLv3 and improve the code
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2022-10-30 13:13:15 +02:00

20 lines
489 B
Bash

#!/usr/bin/env bash
# This is an example configuration file for bdwmb
# Config
export MODULES=('pad'
'ram' 'sep1'
'drive' 'sep1'
'battery' 'sep1'
'brightness' 'sep1'
'alsa' 'sep1'
'time')
export DELAY='1s'
# Module config
export TIME_FORMAT='+%Y.%m.%d, %H:%M'
export SEPERATOR1=' | '
export DRIVE_CHECK_MOUNT='/'
export BATTERY_NAME='BAT1'
export BATTERY_SHOW_STATUS=1