💥 fix(eww): window widget, wrong way of running script
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
(deflisten active_window :initial ""
|
(deflisten active_window :initial ""
|
||||||
`sh -c 'source ./scripts/window.sh; get_active_window'`)
|
`sh ./scripts/window.sh`)
|
||||||
|
|
||||||
(defwidget window []
|
(defwidget window []
|
||||||
(button :visible { active_window.class == "null" ? false : true }
|
(button :visible { active_window.class == "null" ? false : true }
|
||||||
|
|||||||
Reference in New Issue
Block a user