mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 21:45:30 +00:00
25 lines
624 B
Plaintext
25 lines
624 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/laptop]
|
|
inherit = bar/base
|
|
monitor = ${env:MONITOR:}
|
|
|
|
modules-left = i3 xwindow
|
|
modules-right = previous playpause next spotify pulseaudio cpu memory battery1 date notifyd
|
|
|
|
tray-position = right
|
|
tray-padding = 2
|
|
|
|
[bar/laptop_secondary]
|
|
inherit = bar/base
|
|
monitor = ${env:MONITOR:}
|
|
|
|
modules-left = i3 xwindow
|
|
modules-right = previous playpause next spotify pulseaudio cpu memory battery1 date
|
|
|
|
tray-position = none
|