116 lines
1.8 KiB
INI
116 lines
1.8 KiB
INI
# Originally created by - https://github.com/gh0stzk
|
|
|
|
[global/wm]
|
|
|
|
margin-bottom = 0
|
|
margin-top = 0
|
|
|
|
include-file = system.ini
|
|
include-file = colors.ini
|
|
include-file = modules.ini
|
|
|
|
[bar/bar1]
|
|
monitor = ${env:MONITOR:}
|
|
monitor-strict = false
|
|
override-redirect = false
|
|
|
|
bottom = false
|
|
fixed-center = true
|
|
|
|
width = 100%
|
|
height = 30
|
|
|
|
offset-x = 0
|
|
offset-y = 0
|
|
|
|
background = ${bar.bg}
|
|
foreground = ${bar.fg}
|
|
|
|
radius = 0
|
|
|
|
line-size = 2
|
|
line-color = ${bar.blue}
|
|
|
|
border-size = 8
|
|
border-color = ${bar.bg}
|
|
|
|
padding-left = 1
|
|
padding-right = 1
|
|
|
|
module-margin-left = 0
|
|
module-margin-right = 0
|
|
|
|
font-0 = "JetBrainsMono:style=Regular:size=9;2"
|
|
font-1 = "Material Design Icons Desktop:size=13;3"
|
|
|
|
modules-left = sep date sep
|
|
modules-center = bspwm
|
|
modules-right = sep filesystem cpu_bar memory_bar sep network sep battery sep
|
|
|
|
separator =
|
|
dim-value = 1.0
|
|
|
|
wm-restack = bspwm
|
|
enable-ipc = true
|
|
|
|
cursor-click = pointer
|
|
cursor-scroll =
|
|
|
|
[bar/bar2]
|
|
monitor = ${env:MONITOR:}
|
|
monitor-strict = false
|
|
override-redirect = false
|
|
|
|
bottom = true
|
|
fixed-center = true
|
|
|
|
width = 100%
|
|
height = 30
|
|
|
|
offset-x = 0
|
|
offset-y = 0
|
|
|
|
background = ${bar.bg}
|
|
foreground = ${bar.fg}
|
|
|
|
radius = 0
|
|
|
|
line-size = 2
|
|
line-color = ${bar.blue}
|
|
|
|
border-size = 8
|
|
border-color = ${bar.bg}
|
|
|
|
padding-left = 1
|
|
padding-right = 1
|
|
|
|
module-margin-left = 0
|
|
module-margin-right = 0
|
|
|
|
font-0 = "JetBrainsMono:style=Regular:size=9;3"
|
|
font-1 = "Material Design Icons Desktop:size=13;4"
|
|
|
|
modules-left = title
|
|
modules-center = mpd_control sep mpd
|
|
modules-right = mod sep pulseaudio sep sep updates sep
|
|
|
|
separator =
|
|
dim-value = 1.0
|
|
|
|
wm-restack = bspwm
|
|
enable-ipc = true
|
|
|
|
cursor-click = pointer
|
|
cursor-scroll =
|
|
|
|
[settings]
|
|
|
|
screenchange-reload = false
|
|
|
|
compositing-background = source
|
|
compositing-foreground = over
|
|
compositing-overline = over
|
|
compositing-underline = over
|
|
compositing-border = over
|
|
|
|
pseudo-transparency = true |