dotfiles

beau's configuration files
Log | Files | Refs

config (385B)


      1 #!/bin/bash
      2 
      3 # What modules, in what order
      4 MODULES="archupdates mpd volume cputemp battery date time"
      5 
      6 # Delay between showing the status bar
      7 DELAY="0.05"
      8 
      9 # Where the custom modules are stored
     10 CUSTOM_DIR="/home/$USER/.config/dwmbar/modules/custom/"
     11 
     12 # Separator between modules
     13 SEPARATOR=" | "
     14 
     15 # Padding at the end and beggining of the status bar
     16 RIGHT_PADDING="  "
     17 LEFT_PADDING=" "