Created
April 10, 2020 23:47
-
-
Save b-ggs/cb5d2da6193f2032e834f11df30beda2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;===================================================== | |
; File Includes | |
;===================================================== | |
[section/base] | |
include-file = $HOME/.config/polybar/master.conf | |
include-file = $HOME/.config/polybar/modules.conf | |
;===================================================== | |
; Openbox Bars | |
;===================================================== | |
[bar/openbox-bar] | |
inherit = bar/master | |
; $ polybar -m | cut -d ':' -f 1 | |
; $ xrandr -q | grep " connected" | cut -d ' ' -f1 | |
; $ xrandr -q | grep " connected primary" | cut -d ' ' -f1 | |
monitor = | |
monitor-fallback = | |
;tray-position = center | |
;tray-padding = | |
;tray-transparent = true | |
;tray-background = #0063ff | |
modules-left = jgmenu workspaces window_switch | |
modules-center = | |
modules-right = wired_network wireless_network pkg battery memory thermal0 thermal1 thermal2 coreuse alsa clock |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment