Skip to content

Display GTK4/libadwaita dialogs from terminal and scripts.

License

Notifications You must be signed in to change notification settings

Vanilla-OS/AdwDialog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdwDialog

Display GTK4/libadwaita dialogs from terminal and scripts.


Help

Usage:
  adwdialog [OPTION…]

Help Options:
  -h, --help                 Show help options
  --help-all                 Show all help options
  --help-gapplication        Show GApplication options

Application Options:
  -t, --title                The dialog title
  -d, --description          The dialog description
  -i, --icon                 The dialog icon (optional)
  -y, --type                 The dialog type

Build

meson setup build
ninja -C build install