Initial Home page
commit
2155b58ead
|
@ -0,0 +1,15 @@
|
||||||
|
# Integrations
|
||||||
|
|
||||||
|
## Polybar https://github.com/polybar/polybar
|
||||||
|
|
||||||
|
Add following lines to your Polybar configfile:
|
||||||
|
|
||||||
|
`[module/labstatus]
|
||||||
|
type = custom/script
|
||||||
|
exec = ~/bin/SpaceApiCli.py
|
||||||
|
interval = 300
|
||||||
|
;format-prefix = ""
|
||||||
|
;format-prefix-foreground = ${colors.foreground-alt}
|
||||||
|
format-underline = ${colors.secondary}
|
||||||
|
click-middle = ~/bin/SpaceApiCli.py
|
||||||
|
click-right = ~/bin/SpaceApiCli.py -w`
|
Loading…
Reference in New Issue