mirror of
https://github.com/aclist/dztui.git
synced 2024-12-29 13:52:03 +01:00
Add notifier
This commit is contained in:
parent
1e835a7c63
commit
f4bb28429b
2 changed files with 1 additions and 1 deletions
BIN
helpers/d.webp
Normal file
BIN
helpers/d.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.9 MiB |
|
@ -283,7 +283,7 @@ return_to_dzg(){
|
|||
# case $key in
|
||||
# *) exit 0 ;;
|
||||
# esac
|
||||
zenity --text-info --title="DZGUI" --width=390 --height=452 --html --filename="$HOME/.local/share/dzgui/helpers/d.html" --cancel-label="OK"
|
||||
$(cd $HOME/.local/share/dzgui/helpers; zenity --text-info --html --width=390 --height=452 --filename="d.html" 2>/dev/null)
|
||||
return 0
|
||||
}
|
||||
cleanup(){
|
||||
|
|
Loading…
Reference in a new issue