Skip to content

Releases: nwg-piotr/nwg-panel

nwg-panel 0.9.53

29 Nov 21:48
Compare
Choose a tag to compare
  • Allowed setting panel width as percentage; closes #355;
  • added option to add new tray items on the left; closes #351.

nwg-panel 0.9.52

26 Nov 00:30
Compare
Choose a tag to compare
  • HyprlandWorkspaces -> "show-workspaces" set True by default; #353;
  • hypr_watcher & RandomWallpaper load_apply_wallhaven_image() Threads daemonized, in attempt to resolve #354.

nwg-panel 0.9.51

21 Nov 01:31
Compare
Choose a tag to compare
  • Corrected pt_BR translation; #342 by @msmafra;
  • HyprlandWorkspaces: added check button to disable workspaces display (and leave just active window); closes #338;
  • Controls: bottom separator will only be added if custom-items not empty; closes #347.

nwg-panel 0.9.50

04 Nov 00:49
Compare
Choose a tag to compare
  • Fixed overflow on homogeneous panels; #341 by @p-rivero.

nwg-panel 0.9.49

01 Nov 01:40
Compare
Choose a tag to compare
  • added RandomWallpaper module, see Wiki;
  • improved stability on Hyprland, by fixing occasional hyprctl function crash on utf-8 decode errors;
  • Config -> panel item menu wrapped in a scrolled window; closes #336;
  • added pt_BR lang file; #339 by @msmafra.

nwg-panel 0.9.48

23 Oct 22:17
Compare
Choose a tag to compare
  • cmd_through_compositor(): check if XDG_SESSION_DESKTOP even set; fixes a bug introduced in #333; closes #337.

nwg-panel 0.9.47

21 Oct 23:59
Compare
Choose a tag to compare

Last minute change from Fedora Miracle, oops!

  • Fix detection of miracle-wm for run_through_compositor; #333.

nwg-panel 0.9.46

21 Oct 22:29
Compare
Choose a tag to compare
  • signal handler unsubscribed from signal.SIGCHLD to avoid numerous unnecessary calls;
  • Controls: brightness and volume sliders increments set to 0.5, 0.5, to allow more granular control, especially with the mouse scroller; requested here: nwg-piotr/nwg-shell#417.

nwg-panel 0.9.45

16 Oct 23:10
Compare
Choose a tag to compare
  • Added support for using miraclemsg when miracle-wm is detected; #330 by @Conan-Kudo;
  • Controls -> per-app volume sliders: skipped slider creation for sinks w/o the application.name or media.name property; closes #327.

nwg-panel 0.9.44

15 Oct 06:54
Compare
Choose a tag to compare
  • F-string in cmd_through_compositor() fixed for python<3.12.