* Moved debug functions to separate trait * Broke up module actions and moved assembling of icon and content in main instead of module itself. This will enable disabling of icon or content via options in the future
Unibar
Simple bar written in Rust
Description
- A tool that returns variety of components in a string suitable to use in a status bar
Usage
- Use the
--help
option for usage information:
Usage: unibar [OPTIONS]
Options:
-s, --weather-station <WEATHER_STATION>
Name of the weather station
[default: khio]
-m, --weather-metric
Use Metric units in weather data. Imperial units otherwise
-p, --music-progress
Show music progess
-D, --debug-json
Show JSON data returned by query
-h, --help
Print help (see a summary with '-h')
-V, --version
Print version
Description
Languages
Rust
100%