fix window-title
This commit is contained in:
@@ -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`)
|
||||||
|
|||||||
Reference in New Issue
Block a user