.dotfiles/.config/polybar/bars.ini

84 lines
1.6 KiB
INI
Raw Normal View History

2020-02-18 01:21:28 +00:00
[bar/base]
width = 100%
height = 27
; offset-x = 1%
; offset-y = 1%
2020-02-18 01:21:28 +00:00
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 = 2
module-margin-left = 1
module-margin-right = 2
font-0 = fixed:pixelsize=10;1
font-1 = Font Awesome 5 Pro Regular:size=12
font-2 = Font Awesome 5 Pro Light:size=12
font-3 = Font Awesome 5 Pro Solid:size=12
font-4 = Font Awesome 5 Brands:size=12
2020-07-15 13:50:56 +00:00
font-5 = Font Awesome 5 Duotone Solid:size=12
font-6 = PowerlineSymbols:size=12
2020-02-18 01:21:28 +00:00
monitor =
tray-position = right
tray-padding = 2
wm-restack = bspwm
; wm-restack = i3
2020-02-18 01:21:28 +00:00
; override-redirect = true
2020-02-18 01:21:28 +00:00
; scroll-up = bspwm-desknext
; scroll-down = bspwm-deskprev
2020-02-18 01:21:28 +00:00
cursor-click = pointer
cursor-scroll = pointer
[bar/portalo-base]
inherit = bar/base
2020-11-18 14:40:59 +00:00
modules-left = bspwm
2020-02-18 01:21:28 +00:00
modules-center = mpd
2020-11-18 14:40:59 +00:00
modules-right = memory cpu temperature eth check-arch-updates date powermenu
2020-02-18 01:21:28 +00:00
eth-interface = enp0s31f6
[bar/portalo-primary]
inherit = bar/portalo-base
2021-03-19 10:55:16 +00:00
monitor = HDMI-A-0
2020-02-18 01:21:28 +00:00
[bar/portalo-secondary]
inherit = bar/portalo-base
2021-03-19 10:55:16 +00:00
monitor = DVI-D-0
2020-02-18 01:21:28 +00:00
tray-position = none
[bar/laptop-primary]
inherit = bar/base
2020-09-22 18:24:00 +00:00
monitor = eDP-1
2020-02-18 01:21:28 +00:00
2020-11-18 14:40:59 +00:00
modules-left = bspwm
2020-02-18 01:21:28 +00:00
modules-center =
2020-08-28 10:53:09 +00:00
modules-right = pulseaudio battery xbacklight memory cpu temperature wlan eth check-arch-updates date powermenu
2020-02-18 01:21:28 +00:00
eth-interface = enp2s0f1
wlan-interface = wlp3s0
; vim: ft=dosini