From 86336d80d2933cfc24ede94d1a66b8d1bacc99c1 Mon Sep 17 00:00:00 2001 From: Botspot Date: Sat, 10 Jul 2021 00:38:31 -0500 Subject: [PATCH] logviewer run always on top --- etc/logviewer | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/logviewer b/etc/logviewer index 92a52f9..3d99792 100755 --- a/etc/logviewer +++ b/etc/logviewer @@ -53,8 +53,8 @@ $file" done LIST="$(echo "$LIST" | grep .)" -echo "$LIST" -output="$(echo -e "$LIST" | yad --center --title='Log file viewer' --width=500 --height=400 \ +#echo "$LIST" +output="$(echo -e "$LIST" | yad --center --title='Log file viewer' --width=500 --height=400 --on-top \ --text="Review the errors from installing or uninstalling apps."$'\n'"Week-old log files will be deleted." \ --list --separator='\n' --window-icon="${DIRECTORY}/icons/logo.png" \ --column=Day --column=I:IMG --column=A:IMG --column=R:IMG --column=Description --column=tooltip:HD \