mirror of https://github.com/polybar/polybar.git
Add github format-offline
parent
7e775265a4
commit
8bf09810c1
|
@ -36,4 +36,15 @@ format = <label>
|
||||||
; %notifications% (default)
|
; %notifications% (default)
|
||||||
; Default: Notifications: %notifications%
|
; Default: Notifications: %notifications%
|
||||||
label = %notifications%
|
label = %notifications%
|
||||||
|
|
||||||
|
; Used when GitHub can't be reached (unreleased)
|
||||||
|
; Available tags:
|
||||||
|
; <label-offline> (default)
|
||||||
|
format-offline = <label-offline>
|
||||||
|
|
||||||
|
; (unreleased)
|
||||||
|
; Available tokens:
|
||||||
|
; None
|
||||||
|
; Default: Offline
|
||||||
|
label-offline = Offline
|
||||||
~~~
|
~~~
|
||||||
|
|
Loading…
Reference in New Issue