update usage

This commit is contained in:
piotr
2023-07-28 01:13:57 +02:00
parent 58ea8ea8db
commit d65d075bdb

View File

@@ -34,7 +34,7 @@ To close the window w/o running a program, you may use `Esc` key, or right-click
### Dependencies ### Dependencies
- go >=1.16 (just to build) - go >=1.20 (just to build)
- gtk3 - gtk3
- gtk-layer-shell - gtk-layer-shell
- xdg-utils - xdg-utils
@@ -68,14 +68,25 @@ Usage of nwg-drawer:
File Search result COLumns (default 2) File Search result COLumns (default 2)
-fslen int -fslen int
File Search name LENgth Limit (default 80) File Search name LENgth Limit (default 80)
-ft
Force Theme for libadwaita apps, by adding GTK_THEME=<default-gtk-theme> env var
-g string -g string
GTK theme name, eg. "Adwaita-dark" GTK theme name
-i string
GTK icon theme name
-is int -is int
Icon Size (default 64) Icon Size (default 64)
-k -k set GTK layer shell Keyboard interactivity to 'on-demand' mode
Set GTK layer shell keyboard interactivity to "on-demand" mode (default "exclusive")
-lang string -lang string
force lang, e.g. "en", "pl" force lang, e.g. "en", "pl"
-mb int
Margin Bottom
-ml int
Margin Left
-mr int
Margin Right
-mt int
Margin Top
-nocats -nocats
Disable filtering by category Disable filtering by category
-nofs -nofs
@@ -90,7 +101,7 @@ Usage of nwg-drawer:
-spacing uint -spacing uint
icon spacing (default 20) icon spacing (default 20)
-term string -term string
Terminal emulator (default "alacritty") Terminal emulator (default "foot")
-v display Version information -v display Version information
``` ```