Skip to content

Releases: nwg-piotr/nwg-panel

nwg-panel 0.9.38

25 Aug 15:03
Compare
Choose a tag to compare

nwg-panel 0.9.37

27 Jul 23:24
434d365
Compare
Choose a tag to compare
  • Fixed crash on wrl-randr if a monitor is disabled; #314 by @Marc-Pierre-Barbier;
  • fixed crash on HyprlandWorkspaces module added before HyprlandTaskbar; closes #315.

nwg-panel 0.9.36

17 Jul 23:12
Compare
Choose a tag to compare
  • Fixed Hyprland taskbar refresh (spoiled in v0.9.35).

nwg-panel 0.9.35

16 Jul 01:25
d53e500
Compare
Choose a tag to compare
  • improved ja_JP translation #308 by @kusanaginoturugi;
  • added hyprctl activeworkspace check in order to fix #310;
  • added name property (CSS ID) for non-empty workspace labels; closes #311:

Add the #workspace-occupied ID in your css file, to distinguish non-empty workspaces in both sway- and Hyprland workspaces module, e.g.:

#workspace-occupied {
    color: #09f;
    font-weight: bold
}

The "Mark non-empty workspaces" setting works independently and only determines if to add a dot.

nwg-panel 0.9.34

15 Jun 14:40
Compare
Choose a tag to compare

I keep forgetting about it, being on python 3.12, sorry. Does not affect Arch, by the way. ;)

nwg-panel 0.9.33

15 Jun 00:59
Compare
Choose a tag to compare
  • Added jp_JP translation; #304 by @kusanaginoturugi;
  • Playerctl: added support for multiple players, and a possibility to switch between them with mouse scroll; closes #303.

switch-players

nwg-panel 0.9.32

17 May 23:25
ea45367
Compare
Choose a tag to compare

We used to assign a Gdk.Monitor to an output on the basis of x and y coordinates, but it no longer works, starting from gtk3-1:3.24.42: all monitors have x=0, y=0. This is most likely a bug, but from now on we must rely on gdk monitors order. Hope it's going to work.

nwg-panel 0.9.31

03 May 09:31
Compare
Choose a tag to compare

Sorry about this saga of errors. They originated from a simple copy-paste and were invisible from python3.12, as it allows syntax like this.

nwg-panel 0.9.30

02 May 22:54
Compare
Choose a tag to compare

In v0.9.28, while adding support for upcoming new Hyprland socket files location, I mistakenly used syntax invalid in python<3.12. #296 should be fixed now.

nwg-panel 0.9.29

01 May 23:16
Compare
Choose a tag to compare
  • Minor fixes to satisfy Fedora linter #295.