mirror of https://github.com/polybar/polybar.git
Fixed assumed typo (weather instead of whether)
parent
e5d777d192
commit
6c2c091384
|
@ -13,7 +13,7 @@ token = ${file:/path/to/file/containing/github/access.token}
|
||||||
; Accessing an access token stored in an environment variable
|
; Accessing an access token stored in an environment variable
|
||||||
token = ${env:GITHUB_ACCESS_TOKEN}
|
token = ${env:GITHUB_ACCESS_TOKEN}
|
||||||
|
|
||||||
; Weather empty notifications should be displayed or not
|
; Whether empty notifications should be displayed or not
|
||||||
empty-notifications = false
|
empty-notifications = false
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue