Updated Home (markdown)
parent
2155b58ead
commit
c24101dd43
18
Home.md
18
Home.md
|
@ -4,12 +4,12 @@
|
||||||
|
|
||||||
Add following lines to your Polybar configfile:
|
Add following lines to your Polybar configfile:
|
||||||
|
|
||||||
`[module/labstatus]
|
> [module/labstatus]
|
||||||
type = custom/script
|
> type = custom/script
|
||||||
exec = ~/bin/SpaceApiCli.py
|
> exec = ~/bin/SpaceApiCli.py
|
||||||
interval = 300
|
> interval = 300
|
||||||
;format-prefix = ""
|
> ;format-prefix = ""
|
||||||
;format-prefix-foreground = ${colors.foreground-alt}
|
> ;format-prefix-foreground = ${colors.foreground-alt}
|
||||||
format-underline = ${colors.secondary}
|
> format-underline = ${colors.secondary}
|
||||||
click-middle = ~/bin/SpaceApiCli.py
|
> click-middle = ~/bin/SpaceApiCli.py
|
||||||
click-right = ~/bin/SpaceApiCli.py -w`
|
> click-right = ~/bin/SpaceApiCli.py -w
|
Loading…
Reference in New Issue