Skip to content

Releases: nwg-piotr/nwg-drawer

nwg-drawer 0.4.1

18 Nov 00:49
Compare
Choose a tag to compare
  • changed command execution logic to use /usr/bin/env -S <command>; #103 by @gouvinb

nwg-drawer 0.4.0

08 Nov 01:57
Compare
Choose a tag to compare
  • added -wm sway | hyprland argument; if set, programs will be launched via either swaymsg exec <command> or hyprctl dispatch exec <command>; #101, #102 by @gouvinb;
  • golang and libraries versions updated.

nwg-drawer 0.3.9

27 Jul 23:25
Compare
Choose a tag to compare
  • added -k argument to set GTK layer shell Keyboard interactivity to 'on-demand' mode #95 by @trinitronx;
  • added -ft argument to Force Theme for libadwaita/GTK4 apps, by adding 'GTK_THEME=' environment variable #96.

nwg-drawer 0.3.8

22 Jan 21:51
820848d
Compare
Choose a tag to compare

Added -i flag to force an icon theme. Closes #84

nwg-drawer 0.3.7

12 Jan 22:03
0e5d389
Compare
Choose a tag to compare

Button labels, status line: fixed trimming strings on non-ASCII characters #82

nwg-drawer 0.3.6

11 Dec 22:34
c4629e0
Compare
Choose a tag to compare

Fixed #79, that appeared on multi-user machines.

nwg-drawer 0.3.5

30 Nov 23:15
d22609f
Compare
Choose a tag to compare
  • fixed userDirsFile path; affects non-Arch OSes, e.g. NixOS; closes #68
  • go updated to 1.19
  • go-sway updated to v1.2.0
  • logrus updated to v1.9.0

nwg-drawer 0.3.4

12 Nov 22:42
2058f12
Compare
Choose a tag to compare
  • Added a fix to hide invalid pinned items (.desktop file not found, probably uninstalled). The first modification of the pinned cache file will remove the invalid entry. Closes #74.

If you run the drawer residently, after the app deinstallation, the pinned icon remains visible (but possible to unpin), until you restart the drawer.

nwg-drawer 0.3.3

30 Oct 23:18
3fe6d71
Compare
Choose a tag to compare
  • fixed inconsistent behaviour of the resident instance

If the pinned apps list is not empty, and the window has just been opened/shown, the first pinned app button should grab focus. Otherwise - the first item in the app flowbox. This was not the case if it comes to the resident instance. See: #72.

nwg-drawer 0.3.2

26 Oct 00:22
f68678f
Compare
Choose a tag to compare

Hopefully fixed random crash of resident instance on SIGUSR1: closes #45 (reopened for actually a new reason).