scorpion-26 / gBar

Blazingly fast status bar written with GTK
MIT License
478 stars 17 forks source link

Feature Request - Options for Numbers Instead of Sliders #35

Closed AlexMcCutcheon429 closed 10 months ago

AlexMcCutcheon429 commented 1 year ago

I am loving the project. It is so much lighter than Waybar. Very well done.

However, I do have some feature requests to have the same functionality that I have on Waybar. I am currently using a customized version of LinuxMobile's Waybar config, and these are some features that I would love to see in gBar.

I personally prefer to use numbers for my workspaces, brightness, microphone, and volume sliders. numbered_brightness,volume,microphone numbered_workspaces

I understand that this is a personal project so there is no shame in saying "no" to these features.

scorpion-26 commented 1 year ago

workspaces

That should already be possible (albeit a bit clunky) with WorkspaceSymbol-x: "x"

brightness

gBar doesn't have such a widget yet. If you want it, please let me know.

microphone, and volume sliders

Should be a quick implementation.

scorpion-26 commented 1 year ago

Alright, should be implemented now. The option can be found under AudioNumbers. Currently this only affects the bar and not the audio fly-in widget. If you want that to display numbers too, please let me know.

AlexMcCutcheon429 commented 1 year ago

Awesome. Thanks so much!