Add Polybar config example
parent
c24101dd43
commit
7b536380f3
17
Home.md
17
Home.md
|
@ -2,14 +2,11 @@
|
||||||
|
|
||||||
## Polybar https://github.com/polybar/polybar
|
## Polybar https://github.com/polybar/polybar
|
||||||
|
|
||||||
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 = ""
|
click-middle = ~/bin/SpaceApiCli.py
|
||||||
> ;format-prefix-foreground = ${colors.foreground-alt}
|
click-right = ~/bin/SpaceApiCli.py -w
|
||||||
> format-underline = ${colors.secondary}
|
|
||||||
> click-middle = ~/bin/SpaceApiCli.py
|
|
||||||
> click-right = ~/bin/SpaceApiCli.py -w
|
|
Loading…
Reference in New Issue