mirror of
https://github.com/aclist/dztui.git
synced 2025-01-01 15:12:05 +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
|
# case $key in
|
||||||
# *) exit 0 ;;
|
# *) exit 0 ;;
|
||||||
# esac
|
# 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
|
return 0
|
||||||
}
|
}
|
||||||
cleanup(){
|
cleanup(){
|
||||||
|
|
Loading…
Reference in a new issue