dotfiles/polybar/config

28 lines
682 B
Text
Raw Normal View History

include-directory = /home/mg/dotfiles/polybar/conf.d
2021-06-04 19:59:17 +02:00
2021-06-05 17:42:28 +02:00
[bar/bar]
2021-06-06 18:07:36 +02:00
monitor = ${env:MONITOR:}
; launch.sh setzt die Variable damit die Bar auf jedem Monitor erscheint
2021-06-04 19:59:17 +02:00
background = ${colors.background}
foreground = ${colors.foreground}
padding-left = 0
padding-right = 2
module-margin-left = 1
module-margin-right = 2
font-0 = fixed:pixelsize=10;1
font-1 = unifont:fontformat=truetype:size=8:antialias=false;0
font-2 = siji:pixelsize=10;1
2021-06-05 17:42:28 +02:00
modules-left = i3
2021-07-01 08:05:15 +02:00
modules-center =
2022-07-10 22:23:04 +02:00
modules-right = alsa backlight cpu system-cpu-loadavg memory df battery time powermenu
2021-06-04 19:59:17 +02:00
tray-position = right
tray-padding = 2
2021-06-05 17:59:33 +02:00
2021-06-04 19:59:17 +02:00
[settings]
screenchange-reload = true
[global/wm]
margin-top = 5
margin-bottom = 5