You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes when changing the volume or brightness when in fullscreen, it might be usefull to display the percentage number in the bar as your will not be able to see your top/bottom panel. This is especially useful when incrementing or decrementing by 1 percent at the time.
The position of the number in the bar. Left, right, top and bottom shows the number outside of the border in the center of their position. Middle displays the number within the bar, in the middle.
--text-color <rrggbb[aa]>
Text color in rrggbb or rrggbbaa.
--font <font>
Sets the font of the text.
--font-size
Fixed font size for the number text. (should not exceed the size of the bar)
--text-margin-right
Set margin on the left side of the text.
--text-margin-left
Set margin on the right side of the text.
--text-margin-top
Set margin above the text.
--text-margin-bottom
Set margin below the text.
Margins should not cause the text to exceed the border of the bar, if a value greater than the possible value is passed, the last possible value is used.
The text was updated successfully, but these errors were encountered:
Maybe we could use fcft for this. It seems to be readily available on many distributions and probably in use by other applications that are common among a Wayland compositor.
Sometimes when changing the volume or brightness when in fullscreen, it might be usefull to display the percentage number in the bar as your will not be able to see your top/bottom panel. This is especially useful when incrementing or decrementing by 1 percent at the time.
I have the following in mind:
Option
Shows the percentage number in the bar.
Config
The position of the number in the bar. Left, right, top and bottom shows the number outside of the border in the center of their position. Middle displays the number within the bar, in the middle.
Text color in rrggbb or rrggbbaa.
Sets the font of the text.
Fixed font size for the number text. (should not exceed the size of the bar)
Set margin on the left side of the text.
Set margin on the right side of the text.
Set margin above the text.
Set margin below the text.
Margins should not cause the text to exceed the border of the bar, if a value greater than the possible value is passed, the last possible value is used.
The text was updated successfully, but these errors were encountered: