.dotfiles/.config/polybar/bars.ini

94 lines
1.9 KiB
INI

[bar/base]
width = 100%
height = 27
; offset-x = 1%
; offset-y = 1%
radius = 0.0
fixed-center = true
bottom = true
background = ${colors.background}
foreground = ${colors.foreground}
line-size = 3
line-color = #f00
border-size = 0
border-color = #00000000
padding-left = 0
padding-right = 1
module-margin-left = 1
module-margin-right = 1
font-0 = Open Sans:size=12
font-1 = Font Awesome 6 Pro Regular:size=12
font-4 = Font Awesome 6 Brands:size=12
font-6 = JetBrains Mono Nerd Font:size=12
monitor =
tray-position = right
tray-padding = 1
wm-restack = bspwm
; wm-restack = i3
; override-redirect = true
; scroll-up = bspwm-desknext
; scroll-down = bspwm-deskprev
cursor-click = pointer
cursor-scroll = pointer
[bar/portalo-base]
inherit = bar/base
modules-left = bspwm title
modules-right = openweather memory cpu temperature eth check-arch-updates date
eth-interface = enp0s31f6
[bar/portalo-primary]
inherit = bar/portalo-base
modules-left = bspwm bsp-layout-primary title
modules-center = player-mpris-simple
monitor = ${env:MONITOR_PRIMARY}
[bar/portalo-secondary]
inherit = bar/portalo-base
modules-left = bspwm bsp-layout-secondary title
monitor = ${env:MONITOR_SECONDARY}
tray-position = none
[bar/laptop-base]
inherit = bar/base
modules-left = bspwm bsp-layout
modules-center = mpd
modules-right = pulseaudio battery xbacklight memory cpu temperature wlan eth check-arch-updates date powermenu
eth-interface = enp2s0f1
wlan-interface = wlp3s0
[bar/laptop-primary]
inherit = bar/laptop-base
monitor = ${env:MONITOR_PRIMARY}
[bar/laptop-secondary]
inherit = bar/laptop-base
monitor = ${env:MONITOR_SECONDARY}
tray-position = none
; vim: ft=dosini