mirror of
https://github.com/polybar/polybar.git
synced 2026-03-14 04:05:25 +00:00
Returns a list of key-value pairs starting with a prefix.
If you have in config:
```
env-FOO = bar
env-CAT = dog
```
then `get_with_prefix("env-")` will return
`[{"FOO", "bar"}, {"CAT", "dog"}]`