91 lines
1.7 KiB
INI
91 lines
1.7 KiB
INI
[colors]
|
|
background = #170808
|
|
foreground = #663303
|
|
primary = #ea7607
|
|
secondary = #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-foreground = ${colors.primary}
|
|
label = %title:0:90:...%
|
|
|
|
[module/bspwm]
|
|
type = internal/bspwm
|
|
|
|
pin-workspaces = true
|
|
|
|
label-focused = %name%
|
|
label-focused-foreground = ${colors.primary}
|
|
label-focused-padding = 2
|
|
|
|
label-occupied = %name%
|
|
label-occupied-padding = 2
|
|
|
|
label-urgent = %name%
|
|
label-urgent-background = ${colors.alert}
|
|
label-urgent-padding = 2
|
|
|
|
label-empty = %name%
|
|
label-empty-foreground = ${colors.secondary}
|
|
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
|