hypr scripts

This commit is contained in:
Miguel Palhas
2024-10-06 17:07:58 +01:00
parent 907321cc59
commit cf47ffea96
5 changed files with 47 additions and 10 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
if eww active-windows | grep bar; then
eww close bar
else
eww open bar
fi