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