leftwm / leftwm-theme

A tool to help manage themes for LeftWM
BSD 3-Clause "New" or "Revised" License
117 stars 12 forks source link

[feature] command to externally fetch settings from theme.toml #35

Closed blackdragon2447 closed 3 years ago

blackdragon2447 commented 3 years ago

add a command that is able to fetch settings from the theme.toml file. the command could be something like leftwm-theme current (field name), which would on being run return the value of (theme name) from the current theme.toml file. such a command would be useful when implementing themes with external programs like dmenu.

blackdragon2447 commented 3 years ago

opened a pr (#37) for the feature.