Skip to content

Instantly share code, notes, and snippets.

@3rn3st0
Last active March 29, 2018 05:47
Show Gist options
  • Save 3rn3st0/62a4aa69c962348981e9f427c429fc39 to your computer and use it in GitHub Desktop.
Save 3rn3st0/62a4aa69c962348981e9f427c429fc39 to your computer and use it in GitHub Desktop.
Configuración de Polybar (.config/polybar/)
;=====================================================
; 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