fix window-title

This commit is contained in:
Simon Gardling 2025-02-05 17:21:06 -05:00
parent 56ca40cc7a
commit ad8059b30c
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -37,7 +37,7 @@
(defwidget window-title []
(label
:text "(${windowtitle})"))
:text "${windowtitle == "" ? "" : "[[${windowtitle}]]"}"))
(defpoll windowtitle :interval "1s" `scripts/currentWindow.fish`)
(defpoll currentworkspace :interval "1s" `scripts/currentWorkspace.fish`)