fix window-title
This commit is contained in:
parent
56ca40cc7a
commit
ad8059b30c
@ -37,7 +37,7 @@
|
|||||||
|
|
||||||
(defwidget window-title []
|
(defwidget window-title []
|
||||||
(label
|
(label
|
||||||
:text "(${windowtitle})"))
|
:text "${windowtitle == "" ? "" : "[[${windowtitle}]]"}"))
|
||||||
|
|
||||||
(defpoll windowtitle :interval "1s" `scripts/currentWindow.fish`)
|
(defpoll windowtitle :interval "1s" `scripts/currentWindow.fish`)
|
||||||
(defpoll currentworkspace :interval "1s" `scripts/currentWorkspace.fish`)
|
(defpoll currentworkspace :interval "1s" `scripts/currentWorkspace.fish`)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user