Skip to content

Releases: nwg-piotr/nwg-panel

nwg-panel 0.9.12

22 Aug 23:21
d5e25d2
Compare
Choose a tag to compare

This is a simple indicator of the currently selected binding mode. You may list modes currently defined in your config with:

$ swaymsg -t get_binding_modes
[
  "default",
  "resize"
]

By default the indicator will only show up when a mode other than "default" is selected. You may change this behaviour in settings:

sway-mode-module

The module has been added to the default config file. For your panels defined earlier, you need to add the Sway-mode module on your own.

nwg-panel 0.9.11

03 Aug 23:08
Compare
Choose a tag to compare
  • improved reading long Hyprland socket messages; #242 by @BatyStar;
  • fixed determining screen dimensions for scaled displays on Hyprland; closes #240.

nwg-panel 0.9.10

10 Jul 21:36
Compare
Choose a tag to compare
  • Controls: ensure that last refresh is finished before starting the next one #239 by @moetayuko, hopefully closes #225;
  • Bluetooth and Network interface components removed from Controls, as no longer necessary (since we have the Tray module) #238 by @moetayuko;
  • minor code cleanup #238 by @moetayuko;
  • glyph reported to be missing from nwg-processes replaced with the "<" character.

nwg-panel 0.9.9

07 Jul 01:45
42f8b23
Compare
Choose a tag to compare
  • nwg-processes: added buttons to change processes sort order

image

nwg-panel 0.9.8

27 Jun 22:48
2fcaf55
Compare
Choose a tag to compare

Added support for signals in range SIRTMIN > signal_number <= SIGRTMAX to hide/show panels. The signal number (= SIGRTMAX by default) must be defined for each panel separately. Requested in #234.

hide-show

You may define a key binding in your hyprland.conf file to hide/show certain panels e.g. as below:

bind = $mainMod, F3, exec, pkill -f -64 nwg-panel

nwg-panel 0.9.7

12 Jun 23:44
Compare
Choose a tag to compare
  • Added support for pactl, dropped pamixer dependency, #229 by @t0fik;
  • fixed typo in Calendar placement (bottom-right);
  • panel homogeneousness turned off for new panels;
  • removed hardcoded layer selection for top and bottom panels.

nwg-panel 0.9.6

06 Jun 01:02
Compare
Choose a tag to compare
  • Hyprland watcher: fixed activewindow* events check;
  • HyprlandWorkspaces: fixed icon creation for floating & pinned windows.

nwg-panel 0.9.5

02 Jun 00:24
a4e18fc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.4...v0.9.5

nwg-panel 0.9.4

27 May 00:29
Compare
Choose a tag to compare
  • added error protection for the Tray module #227 by @t-gitt
  • added error protection for Hyprland modules running accidentally on sway
  • added missing reading settings["workspace-buttons"]

nwg-panel 0.9.3

22 May 22:34
Compare
Choose a tag to compare