eww: formatting

This commit is contained in:
Simon Gardling 2025-02-04 14:51:37 -05:00
parent 42cd641f30
commit 5fb62e7dcc
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -11,9 +11,7 @@
(defwidget statusbar []
(centerbox
(brightness-ctl)
; (window-title)
(time)
(box :space-evenly false :halign 'end' :class 'padded'
@ -37,8 +35,7 @@
(defwidget window-title []
(label
:text windowtitle
:tooltip windowtitle))
:text windowtitle))
(defpoll windowtitle :interval "1s" `scripts/currentWindow.fish`)
(defpoll currentworkspace :interval "1s" `scripts/currentWorkspace.fish`)