oleander / bitbar

A clone of the BitBar app written in Swift 3
MIT License
40 stars 2 forks source link

Fine tune support for config files #1

Open oleander opened 7 years ago

oleander commented 7 years ago

Example

refreshOnWake=true
startOnBoot=true
cycleInterval=10s
font.size=10
font.family=Mono
ignoreFiles=.*,.git
terminalApp=iTerm

[plugin1.10m.sh]
enabled=true
position=1
env.arg1=ABC
env.arg2=DEF

[plugin2.2d.sh]
enabled=true
position=1
env.arg1=ABC
env.arg2=DEF
oleander commented 7 years ago