Skip to content

Releases: nwg-piotr/nwg-panel

nwg-panel 0.9.59

29 Dec 12:14
Compare
Choose a tag to compare

nwg-panel 0.9.58

20 Dec 00:02
Compare
Choose a tag to compare
  • SwayMode & HyprlandSubmap: another icon name used, for compatibility with GTK icon themes.

nwg-panel 0.9.57

19 Dec 12:36
Compare
Choose a tag to compare
  • Hot fix: hyprland-submap added to know_modules.

nwg-panel 0.9.56

19 Dec 01:28
Compare
Choose a tag to compare
  • Fixed default KeyboardLayout module label CSS ID;
  • fixed tray icon when IconThemePath exists but is empty; #365 by @pol-rivero;
  • added HyprlandSubmap module (a counterpart of SwayMode); closes #345;
  • added SwayMode initial mode check, in case we are already in a non-default mode on the panel startup;
  • changed mode/submap indicator icon.

nwg-panel 0.9.55

17 Dec 00:29
60cbd16
Compare
Choose a tag to compare
  • Added #random-wallpaper-button CSS ID; #360;
  • improved install and uninstall scripts; #361 by @pol-rivero;
  • fixed tray icon for electron apps that change the IconThemePath; #362 by @pol-rivero;
  • improved icon search; #363 by @pol-rivero;
  • KeyboardLayout module: added label refresh in time interval; #352.

nwg-panel 0.9.54

12 Dec 01:47
Compare
Choose a tag to compare

Controls module:

  • Removed redundant values refresh, performed on the main thread; this should significantly improve the Controls window sensitivity and decrease CPU load; closes #359;
  • labels visible in the panel given the executor-label name property (CSS ID).

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.