Skip to content

Releases: nwg-piotr/nwg-panel

nwg-panel 0.8.7

01 May 23:13
8008f5b
Compare
Choose a tag to compare
  • optimized Hyprland event check loop
  • added highlighting the focused workspace label

nwg-panel 0.8.6

01 May 00:42
e6e8d96
Compare
Choose a tag to compare
  • fixed some default config keys #208 @moetayuko
  • Hyprland watcher debugged and optimized
  • HyprlandWorkspaces: added optional Xwayland marker

nwg-panel 0.8.5

28 Apr 23:03
ee7fd70
Compare
Choose a tag to compare

nwg-panel 0.8.4

12 Apr 00:02
Compare
Choose a tag to compare

nwg-panel 0.8.3

10 Apr 21:50
Compare
Choose a tag to compare

The on-button-release event used instead of buggy on-button-press; closes #199

nwg-panel 0.8.2

31 Mar 21:48
78c51ce
Compare
Choose a tag to compare

nwg-panel 0.8.1

10 Mar 00:46
Compare
Choose a tag to compare

nwg-panel 0.8.0

05 Mar 00:42
Compare
Choose a tag to compare
  • allowed custom Processes label;
  • added multi-lang support; translating into multiple languages will be available in the nwg-shell-translate utility;
  • added pl_PL translation;
  • added scroll events support to the SwayWorkspace module @mildred;
  • implemented dynamic workspace numbers based on actual workspaces @mildred.

nwg-panel 0.7.17

19 Feb 14:02
7c4eecf
Compare
Choose a tag to compare
  • added the nwg-processes command, as the nwg-panel new entry point. It provides a simple processes browser, with a possibility to watch CPU & memory usage, and a button to kill a process. The 'Background only' check button allows to filter out processes that have a window (belong to the sway tree). The '$USER's only' check button determines if to show the current user's processes, or all of them.

image

You can customize processes polling rate (higher values for slower machines) in the panel Common settings:

image

  • added Battery low notification. You can customize the battery critical level and the notification frequency in the Panel -> Controls settings:

image

Closes #180.

Note for packagers

Please remember to copy:

cp nwg-processes.svg /usr/share/pixmaps/
cp nwg-processes.desktop /usr/share/applications/

nwg-panel 0.7.16

11 Jan 02:14
368de5c
Compare
Choose a tag to compare

This release alternates the way the panel behaves when the number of active displays changes. A new window for "Common settings" has been added. They are stored in /.config/nwg-panel/common-settings.json. Default values:

{
  "restart-on-display": true,
  "restart-delay": 500
}

image

From now on, nothing's going to happen if one of displays disappears. If the "Restart on display connected" box is marked, the panel will be restarted after a "Restart delay [ms]" delay, when a display gets connected/activated.

If some display, e.g. attached by HDMI, needs more time to get ready, you may increase the default restart delay. Depending on your hardware, you may need no delay at all: set 0 if so.

This may (or may not) resolve #173.