Skip to content

Releases: nwg-piotr/nwg-panel

nwg-panel 0.9.22

29 Jan 01:41
Compare
Choose a tag to compare
  • added nwg-readme-browser Controls menu entry + settings;
  • fixed field widths in Controls custom items & user menu settings.

nwg-panel 0.9.21

10 Jan 23:19
Compare
Choose a tag to compare
  • fixed typo in setup.py; closes #281;
  • light replaced with brightnessctl in default configs, as the light package disappeared from Arch repos (upstream repository has been archived by the owner). Packagers: please revise dependencies.

nwg-panel 0.9.20

09 Jan 00:14
Compare
Choose a tag to compare

Added nwg-clipman icons.

nwg-panel 0.9.19

10 Dec 02:13
Compare
Choose a tag to compare
  • added possibility to have css ID for urgent sway taskbar; #278 by @grimpy;
  • added try/except clause to communication w/ the Hyprland socket; possibly fixes #277, but this error does not occur on my machine, so I'm not sure.

nwg-panel 0.9.18

02 Dec 00:20
7a24f03
Compare
Choose a tag to compare
  • 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
}

sliders

cssids

nwg-panel 0.9.17

10 Nov 23:58
e778309
Compare
Choose a tag to compare
  • 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

25 Oct 01:42
fb5e97c
Compare
Choose a tag to compare

Hot fix: allow 0 value in battery low level spin button.

nwg-panel 0.9.15

25 Oct 00:20
0932f6b
Compare
Choose a tag to compare
  • 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

12 Oct 23:25
Compare
Choose a tag to compare
  • 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

20 Sep 23:44
Compare
Choose a tag to compare
  • 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).