commit 1cc179c6cbe86d413fab8d9edb19d5dbd2594117 Author: ray Date: Tue Apr 7 21:12:04 2020 +0100 initial commit diff --git a/config b/config new file mode 100644 index 0000000..93f810f --- /dev/null +++ b/config @@ -0,0 +1,90 @@ +[colors] +background = #170808 +foreground = #ea7607 +primary = #d6651a +secondary = #663303 +tertiary = #381c02 +tertiary-dark = #241201 +alert = #a60000 + +[bar/base] +enable-ipc = true +width = 100% +height = 40 +fixed-center = false +background = ${colors.background} +foreground = ${colors.foreground} +line-size = 0 +border-size = 0 +padding-left = 2 +padding-right = 2 +module-margin-left = 1 +module-margin-right = 2 +font-0 = Source Serif Pro:weight=semibold:size=16;2 +font-1 = fixed:pixelsize=10;1 +font-2 = unifont:fontformat=truetype:size=8:antialias=false;0 +modules-left = bspwm +modules-right = xwindow +;wm-restack = bspwm +override-redirect = true + +[bar/HDMI-0] +inherit = bar/base +monitor = ${env:MONITOR:HDMI-0} + +[bar/DVI-0] +inherit = bar/base +monitor = ${env:MONITOR:DVI-0} + +[bar/eDP-1-1] +inherit = bar/base +monitor = ${env:MONITOR:eDP-1-1} + +[bar/VGA-1-1] +inherit = bar/base +monitor = ${env:MONITOR:VGA-1-1} + +[bar/HDMI-1-1] +inherit = bar/base +monitor = ${env:MONITOR:HDMI-1-1} + +[module/xwindow] +type = internal/xwindow +label = %title:0:90:...% + +[module/bspwm] +type = internal/bspwm + +pin-workspaces = false + +label-focused = %name% +label-focused-padding = 2 + +label-occupied = %name% +label-occupied-foreground = ${colors.secondary} +label-occupied-padding = 2 + +label-urgent = %name% +label-urgent-background = ${colors.alert} +label-urgent-padding = 2 + +label-empty = %name% +label-empty-foreground = ${colors.tertiary-dark} +label-empty-padding = 2 + +; Separator in between workspaces +; label-separator = | + +[settings] +screenchange-reload = true +;compositing-background = xor +;compositing-background = screen +;compositing-foreground = source +;compositing-border = over +;pseudo-transparency = false + +[global/wm] +margin-top = 5 +margin-bottom = 5 + +; vim:ft=dosini