debian-dots

dotfiles (does the obvious)
git clone [email protected]:dracuxan/debian-dots.git
Log | Files | Refs | README | LICENSE

config.ini (470B)


      1 ; Colorscheme
      2 include-file = ${env:POLYBAR_COLLECTION}/colorscheme/gruvbox.ini
      3 
      4 ; Theme
      5 include-directory = ${env:POLYBAR_COLLECTION}/themes/murz
      6 
      7 [bar/main]
      8 width = 100%
      9 height = 30
     10 
     11 bottom = true
     12 fixed-center = true
     13 
     14 offset-x = 0
     15 offset-y = 0
     16 
     17 background = ${colors.semi-trans}
     18 foreground = ${colors.fg0}
     19 
     20 ; Options: bspwm, i3
     21 wm-restack = bspwm
     22 
     23 ; Font file
     24 include-file = fonts.ini
     25 
     26 ; Set enabled modules
     27 include-file = ${env:POLYBAR_COLLECTION}/enabled-modules.ini