Skip to content

Releases: nwg-piotr/nwg-drawer

nwg-drawer 0.4.9

29 Jun 18:25
433c05c
Compare
Choose a tag to compare

Added the -pbuseicontheme flag; closes #122.

nwg-drawer 0.4.8

18 Jun 00:31
Compare
Choose a tag to compare

nwg-drawer 0.4.7

08 Feb 02:20
Compare
Choose a tag to compare
  • The /usr/share/nwg-drawer path un-hardcoded, will be searched in XDG_DATA_DIRS from now on; closes #115;
  • if power bar present, pressing the Tab key will move focus to its first button;
  • go 1.21 -> 1.22;
  • golang.org/x/sys v0.16.0 -> v0.17.0.

nwg-drawer 0.4.6

06 Feb 02:48
Compare
Choose a tag to compare

nwg-drawer 0.4.5

05 Feb 00:04
Compare
Choose a tag to compare
  • gotk3 0.6.2 -> 0.6.3.

nwg-drawer 0.4.4

04 Feb 23:41
Compare
Choose a tag to compare
  • fixed installation of README.md & LICENSE;
  • fixed finding the user-dirs.dirs file (necessary to search files inside XDG user directories);
  • added power bar icons below the application grid, requested in #111:

image

For each power icon to appear, you need to provide a corresponding command in arguments:

  -pbexit 'string'
    	command for the Exit power bar icon
  -pblock 'string'
    	command for the Lock power bar icon
  -pbpoweroff 'string'
    	command for the Poweroff power bar icon
  -pbreboot 'string'
    	command for the Reboot power bar icon
  -pbsleep 'string'
    	command for the sleep power bar icon

The pbsize argument determines power icons size.

  -pbsize int
    	power bar icon size (default 64)

nwg-drawer 0.4.3

26 Nov 23:06
223e16f
Compare
Choose a tag to compare
  • The -o <string> argument (name of the Output to display the drawer on) from now on works as well on sway, as on Hyprland.

nwg-drawer 0.4.2

22 Nov 00:27
Compare
Choose a tag to compare
  • Added status-line-wrapper and status-label CSS ids, to allow styling the status line; #104 by @Schuldkroete;
  • removed setting the -wm argument value from the XDG_CURRENT_DESKTOP environment variable by default;

Setting XDG_CURRENT_DESKTOP value as the default -wm argument value basically makes the argument unnecessary. This way on sway and Hyprland we always have auto-detection, and we always launch apps via the compositor. I want users to have a choice, and give up on this feature if they want, by just not using the -wm argument.

  • allow capitalized Hyprland string as the -wm argument value (as the command to run Hyprland is capitalized, people may tend to write the argument this way).

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.