Updated Home (markdown)
parent
2155b58ead
commit
c24101dd43
18
Home.md
18
Home.md
|
@ -4,12 +4,12 @@
|
|||
|
||||
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`
|
||||
> [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