53 lines
1.3 KiB
Plaintext
53 lines
1.3 KiB
Plaintext
;=====================================================
|
|
; File Includes
|
|
;=====================================================
|
|
|
|
[section/base]
|
|
include-file = /home/liveuser/.config/polybar/master.conf
|
|
include-file = /home/liveuser/.config/polybar/modules.conf
|
|
|
|
|
|
;=====================================================
|
|
; Openbox Bars
|
|
;=====================================================
|
|
|
|
[bar/openbox-bar]
|
|
inherit = bar/master
|
|
|
|
; Use $ xrandr -q | grep " connected" | cut -d ' ' -f1
|
|
monitor =
|
|
|
|
modules-left = jgmenu workspaces
|
|
modules-center = window_switch clock
|
|
modules-right = ${env:POLYBAR_MODULES:temperature pkg network volume}
|
|
|
|
|
|
;=====================================================
|
|
; i3 Bars
|
|
;=====================================================
|
|
|
|
[bar/i3-bar]
|
|
inherit = bar/master
|
|
|
|
; Use $ xrandr -q | grep " connected" | cut -d ' ' -f1
|
|
monitor =
|
|
|
|
modules-left = i3 menu
|
|
modules-center = clock
|
|
modules-right = ${env:POLYBAR_MODULES:coreuse temperature memory pkg network volume}
|
|
|
|
|
|
;=====================================================
|
|
; Bspwm Bars
|
|
;=====================================================
|
|
|
|
[bar/bspwm-bar]
|
|
inherit = bar/master
|
|
|
|
; Use $ xrandr -q | grep " connected" | cut -d ' ' -f1
|
|
monitor =
|
|
|
|
modules-left = bspwm menu
|
|
modules-center = clock
|
|
modules-right = ${env:POLYBAR_MODULES:coreuse temperature memory pkg network volume}
|