Releases: nwg-piotr/nwg-panel
Releases · nwg-piotr/nwg-panel
nwg-panel 0.7.9
- added (back) check box to disable the panel homogeneity. See #95: if we use Center modules in a panel, the panel's box "columns" need to be homogeneous, if we want the center columns content (e.g. clock) to be centered in the screen. If some columns width exceeds 1/3 of the screen width, it results in cutting off the panel edges. If one really needs 3 columns and wide content, the only solution is to turn the columns' homogeneity off, and give up on centering.
- Playerctl module: added possibility to scroll track metadata longer than the label length limit (instead of shortening).
nwg-panel 0.7.8
One more fix to scaling tray icons.
nwg-panel 0.7.7
- fixed improper Tray icon size on outputs scaled up;
- fixed output dimensions detection on compositors other than sway: closes #134, reported from Wayfire.
nwg-panel 0.7.6
Preparation for nwg-shell 0.2.4 release:
- added
grid
(launcher) icon; - CustomButton module: added tooltip text.
nwg-panel v0.7.5
nwg-panel 0.7.4
nwg-panel 0.7.3
Clock module: added Calendar window, with the ability to save a simple note for each day.
Hint: by default, calendar data is stored in the /home/$USER/.local/share/nwg-panel/calendar.json
file. Use a folder that you sync over the web to access the same calendar on various machines. E.g. you may install Dropbox and use the /home/$USER/Dropbox/calendar.json
path.
nwg-panel 0.7.2
Openweather module:
- added precipitation volume
- added Romanian translation by drLobes
- added Watherbit.io weather alerts (requires a separate API key)
Controls module:
- brightness slider now supports
ddcutil
to control external displays @az01101001
BrightnessSlider module
- allows to have a separate brightness slider, especially on ddcutil-controlled outputs, without multiple instances of the Controls module. @az01101001