.dotfiles/.config/polybar/bars.ini

94 lines
1.9 KiB
INI
Raw Permalink 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
2023-03-20 11:32:57 +00:00
padding-right = 1
2020-02-18 01:21:28 +00:00
module-margin-left = 1
2023-03-20 11:32:57 +00:00
module-margin-right = 1
2020-02-18 01:21:28 +00:00
2022-12-13 23:07:33 +00:00
font-0 = Open Sans:size=12
2021-04-09 20:15:26 +00:00
font-1 = Font Awesome 6 Pro Regular:size=12
font-4 = Font Awesome 6 Brands:size=12
2022-12-13 23:07:33 +00:00
font-6 = JetBrains Mono Nerd Font:size=12
2020-02-18 01:21:28 +00:00
monitor =
tray-position = right
2023-03-20 11:32:57 +00:00
tray-padding = 1
2020-02-18 01:21:28 +00:00
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
2022-07-08 22:42:46 +00:00
modules-left = bspwm title
2021-07-09 22:52:01 +00:00
modules-right = openweather memory cpu temperature eth check-arch-updates date
2020-02-18 01:21:28 +00:00
eth-interface = enp0s31f6
[bar/portalo-primary]
inherit = bar/portalo-base
2022-07-08 22:42:46 +00:00
modules-left = bspwm bsp-layout-primary title
2023-03-09 11:57:37 +00:00
modules-center = player-mpris-simple
2021-04-30 14:31:30 +00:00
2022-01-10 13:25:26 +00:00
monitor = ${env:MONITOR_PRIMARY}
2020-02-18 01:21:28 +00:00
[bar/portalo-secondary]
inherit = bar/portalo-base
2022-07-08 22:42:46 +00:00
modules-left = bspwm bsp-layout-secondary title
2021-04-30 14:31:30 +00:00
2022-01-10 13:25:26 +00:00
monitor = ${env:MONITOR_SECONDARY}
2020-02-18 01:21:28 +00:00
tray-position = none
2021-04-07 10:39:01 +00:00
[bar/laptop-base]
2020-02-18 01:21:28 +00:00
inherit = bar/base
2021-04-16 08:20:05 +00:00
modules-left = bspwm bsp-layout
2021-04-07 10:39:01 +00:00
modules-center = mpd
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
2021-04-07 10:39:01 +00:00
[bar/laptop-primary]
inherit = bar/laptop-base
2022-01-10 13:25:26 +00:00
monitor = ${env:MONITOR_PRIMARY}
2021-04-07 10:39:01 +00:00
[bar/laptop-secondary]
inherit = bar/laptop-base
2022-01-10 13:25:26 +00:00
monitor = ${env:MONITOR_SECONDARY}
2021-04-07 10:39:01 +00:00
tray-position = none
2020-02-18 01:21:28 +00:00
; vim: ft=dosini