From fe2bc4694b783cb33591dbfe7194ffa5ec111880 Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Tue, 11 Aug 2026 00:29:23 +0200 Subject: [PATCH] update due yad changes --- bin/mabox-todo.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/mabox-todo.sh b/bin/mabox-todo.sh index dbbbee7..5cc3c26 100755 --- a/bin/mabox-todo.sh +++ b/bin/mabox-todo.sh @@ -105,7 +105,7 @@ clearfilter(){ sd "filter.*$" "filter=" ${CFG_FILE} } addtask(){ -task=$(yad --width=400 --center --border=40 --undecorated --no-buttons --close-on-unfocus --text-align=center --text "$_ADD_NEWTASK\n Enter - $_ADD | Esc - $_ABORT" --entry --entry-text="$_TASKDESC" --ricon=gtk-clear) +task=$(yad --width=400 --center --borders=40 --undecorated --no-buttons --close-on-unfocus --text-align=center --text "$_ADD_NEWTASK\n Enter - $_ADD | Esc - $_ABORT" --entry --entry-text="$_TASKDESC" --ricon=gtk-clear) if [ ! -z "${task}" ];then #notify-send.sh "okej" "${task}" pass_to_todo_sh add "${task}" @@ -114,7 +114,7 @@ else fi } addfile(){ -file=$(yad --skip-taskbar --width=400 --center --border=40 --undecorated --no-buttons --text-align=center --text "$_ADD_NEWTODOLIST" --entry --entry-text="$_TODONAME" --ricon=gtk-clear) +file=$(yad --skip-taskbar --width=400 --center --borders=40 --undecorated --no-buttons --text-align=center --text "$_ADD_NEWTODOLIST" --entry --entry-text="$_TODONAME" --ricon=gtk-clear) if [ ! -z "${file}" ];then #Remove spaces file=${file// /_}