This commit is contained in:
end-4
2024-02-22 15:35:06 +07:00
commit 8db26e9707
4220 changed files with 208544 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
#!/usr/bin/bash
state=$(eww get rev_dash)
if [[ "$state" == "true" || "$1" == "--close" ]]; then
eww update anim_open_dash=false
eww update rev_dash=false
sleep 0.08
eww close dashboard
else
scripts/toggle-overview.sh --close &
scripts/toggle-osettings.sh --close &
scripts/toggle-onotify.sh --close &
eww update anim_open_dash=true
eww open dashboard
eww update rev_dash=true
fi