Releases: nwg-piotr/nwg-panel
Releases · nwg-piotr/nwg-panel
nwg-panel 0.9.12
- added the SwayMode module, requested on Discussions.
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:
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
nwg-panel 0.9.10
- 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
nwg-panel 0.9.8
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.
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
nwg-panel 0.9.6
- Hyprland watcher: fixed activewindow* events check;
- HyprlandWorkspaces: fixed icon creation for floating & pinned windows.
nwg-panel 0.9.5
What's Changed
- Special workspace support in HyprlandTaskbar by @nwg-piotr in #228
Full Changelog: v0.9.4...v0.9.5
nwg-panel 0.9.4
nwg-panel 0.9.3
- fixed #226