wrong bash test syntax

This commit is contained in:
Michel-FK 2020-05-31 22:49:07 +02:00
parent 1b3716ff8c
commit e88aaa1a8d
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ while true; do
ram_swap=$(printf "%.1f\n" $(free | grep Swap | awk '{print $3/$2 * 100.0}'))
# Notif
if [ ${notif_dirty} == 1 ]]; then
if [ ${notif_dirty} -eq 1 ]; then
notif_clear
notif_dirty=0
else