init
This commit is contained in:
118
config/polybar/config.ini
Normal file
118
config/polybar/config.ini
Normal file
@@ -0,0 +1,118 @@
|
||||
[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"
|
||||
font-2 = "Material Design Icons Desktop:size=16;4"
|
||||
font-3 = "MesloLGS NF:style=Regular:size=17;4"
|
||||
|
||||
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"
|
||||
font-2 = "Font Awesome 6 Free Solid:size=10;3"
|
||||
font-3 = "MesloLGS NF:style=Regular:size=17;4"
|
||||
|
||||
modules-left = title
|
||||
modules-center = mpd_control sep mpd
|
||||
modules-right = mod sep weather 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
|
Reference in New Issue
Block a user