Releases: nwg-piotr/nwg-panel
Releases · nwg-piotr/nwg-panel
nwg-panel 0.9.22
- added
nwg-readme-browser
Controls menu entry + settings; - fixed field widths in Controls custom items & user menu settings.
nwg-panel 0.9.21
- fixed typo in setup.py; closes #281;
light
replaced withbrightnessctl
in default configs, as thelight
package disappeared from Arch repos (upstream repository has been archived by the owner). Packagers: please revise dependencies.
nwg-panel 0.9.20
Added nwg-clipman icons.
nwg-panel 0.9.19
nwg-panel 0.9.18
- Controls module: added per-app volume sliders; closes #274 by @Caliel666 (good idea, thank you!); you need to turn it on in nwg-panel-config -> Controls -> Settings -> Per-app volume;
- added and/or described CSS IDs for taskbar and workspaces modules; closes #243;
- some misbehavior fixed in the Playerctl module.
By the way: to change the appearance of hovered nwg-panel elements, use the *:selected
, pseudo-class e.g.:
/* Selected (hovered) UI elements */
*:selected {
border: none;
background: #cd7ebf;
color: #fff
}
nwg-panel 0.9.17
- added missing battery state empty/loading; closes #270;
@DEFAULT_SINK@
used for pactl commands instead of sink 0; #271 by @Schievel1; closes #258.
nwg-panel 0.9.16
Hot fix: allow 0 value in battery low level spin button.
nwg-panel 0.9.15
- search .desktop files the case-insensitive way; fixes #259;
- battery critical: notify if level < battery-low-level (not <=); this way setting 0 will turn notifications off.
nwg-panel 0.9.14
- Weather module: fixed error that made the alerts icon permanently visible;
- added "Start hidden" panel property & check button (for use with "Show/hide on signal"); #255 by @Ferdi265;
- added "left-box", "center-box" and "right-box" CSS IDs to allow styling center and side boxes separately; #256 by @pferreir
nwg-panel 0.9.13
- Executor module: markup allowed in executor label, closes #250;
- Weather module: added fix to avoid error on Weatherbit key not working;
- Controls module: added support for multiple batteries, #253 by @janhieber (requires
upower
).