mirror of https://github.com/polybar/polybar.git
Updated Configuration (markdown)
parent
126a3c4993
commit
544aa83d65
|
@ -84,6 +84,10 @@ format-foreground = ${colors.white}
|
||||||
; $ xrandr -q | grep " connected" | cut -d ' ' -f1
|
; $ xrandr -q | grep " connected" | cut -d ' ' -f1
|
||||||
monitor =
|
monitor =
|
||||||
|
|
||||||
|
; Require the monitor to be in connected state
|
||||||
|
; XRandR sometimes report my monitor as being disconnected (when in use)
|
||||||
|
monitor-strict = false
|
||||||
|
|
||||||
; Put the bar at the bottom of the screen
|
; Put the bar at the bottom of the screen
|
||||||
bottom = false
|
bottom = false
|
||||||
|
|
||||||
|
@ -232,6 +236,7 @@ enable-ipc = false
|
||||||
click-left =
|
click-left =
|
||||||
click-middle =
|
click-middle =
|
||||||
click-right =
|
click-right =
|
||||||
|
click-double =
|
||||||
scroll-up =
|
scroll-up =
|
||||||
scroll-down =
|
scroll-down =
|
||||||
~~~
|
~~~
|
||||||
|
|
Loading…
Reference in New Issue