mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 13:35:30 +00:00
21 lines
639 B
Plaintext
21 lines
639 B
Plaintext
|
|
include-file = ~/.config/polybar/config.d/colors
|
|
include-file = ~/.config/polybar/config.d/settings
|
|
include-file = ~/.config/polybar/config.d/modules
|
|
include-file = ~/.config/polybar/config.d/base_bar
|
|
|
|
[bar/workstation]
|
|
inherit = bar/base
|
|
monitor = ${env:MONITOR:DP-4}
|
|
modules-left = i3 xwindow
|
|
modules-right = spotify previous playpause next mpd pulseaudio filesystem cpu gpu memory date xkeyboard
|
|
|
|
font-0 = "Noto Sans:size=12:style=Regular;1"
|
|
font-1 = unifont:fontformat=truetype:size=12:antialias=false;0
|
|
font-2 = FontAwesome:size=12;0
|
|
|
|
[bar/workstation2]
|
|
inherit = bar/workstation
|
|
monitor = ${env:MONITOR:DP-2}
|
|
tray-position = right
|