Last active
March 29, 2018 05:47
-
-
Save 3rn3st0/62a4aa69c962348981e9f427c429fc39 to your computer and use it in GitHub Desktop.
Configuración de Polybar (.config/polybar/)
This file contains hidden or 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/tureco/.config/polybar/master.conf | |
include-file = /home/tureco/.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 = pkg memory temperature coreuse network volume | |
;===================================================== | |
; i3 Bars | |
;===================================================== | |
[bar/i3-bar] | |
inherit = bar/master | |
; Use $ xrandr -q | grep " connected" | cut -d ' ' -f1 | |
monitor = | |
modules-left = jgmenu i3 menu | |
modules-center = clock | |
modules-right = pkg memory temperature coreuse 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 = pkg memory temperature coreuse network volume |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment