forked from Shinonome/dots-hyprland
stuff
This commit is contained in:
Executable
+13
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/bash
|
||||
state=$(eww get rev_winlang)
|
||||
|
||||
if [[ "$state" == "true" || "$1" == "--close" ]]; then
|
||||
eww update anim_open_winlang=false
|
||||
eww update rev_winlang=false
|
||||
sleep 0.1
|
||||
eww close winlang 2>/dev/null
|
||||
else
|
||||
eww update anim_open_winlang=true
|
||||
eww open winlang
|
||||
eww update rev_winlang=true
|
||||
fi
|
||||
Reference in New Issue
Block a user