💥 fix(eww): window widget, wrong way of running script

This commit is contained in:
João Dias
2024-11-24 11:32:35 -03:00
parent a2480292eb
commit 81d7eecbb7
+1 -1
View File
@@ -1,6 +1,6 @@
(deflisten active_window :initial ""
`sh -c 'source ./scripts/window.sh; get_active_window'`)
`sh ./scripts/window.sh`)
(defwidget window []
(button :visible { active_window.class == "null" ? false : true }