Releases: nwg-piotr/nwg-drawer
Releases · nwg-piotr/nwg-drawer
nwg-drawer 0.6.0
nwg-drawer 0.5.2
nwg-drawer 0.5.1
- Added calculations in the search box.
If the search box is not empty, and you press Enter, the search box content will be evaluated as an arithmetic operation.
If the result is not an error, it will be displayed in a small window, and copied to the clipboard with wl-copy.
Press any key to close the window.
This feature uses the expr library by Anton Medvedev.
nwg-drawer 0.5.0
nwg-drawer 0.4.9
Added the -pbuseicontheme
flag; closes #122.
nwg-drawer 0.4.8
- Added
-open
and-close
flags and signals; @121 by @rrrrrm; - dependencies updated, except for gotk3 0.6.4, that refuses to build.
nwg-drawer 0.4.7
- The
/usr/share/nwg-drawer
path un-hardcoded, will be searched inXDG_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
- fixed #110
nwg-drawer 0.4.5
- gotk3 0.6.2 -> 0.6.3.
nwg-drawer 0.4.4
- 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:
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)