Mahesh Asolkar b7f83b4810
Refactoring of bar modules
* 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
2025-05-11 16:02:14 -07:00
2025-05-11 16:02:14 -07:00
2025-05-04 17:36:09 +00:00
2025-05-10 20:39:43 -07:00
2025-05-04 17:36:09 +00:00
2025-05-05 05:15:52 +00:00

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
A tool that returns variety of components in a string suitable to use in a status bar
Readme 52 KiB
Languages
Rust 100%