6 lines
135 B
Plaintext
6 lines
135 B
Plaintext
|
|
if [ $(eww get notification_reveal) == true ]; then
|
||
|
|
eww update notification_reveal=false
|
||
|
|
else
|
||
|
|
eww update notification_reveal=true
|
||
|
|
fi
|