mirror of
https://github.com/polybar/polybar.git
synced 2026-02-09 13:35:41 +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"}]`