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 [] (defwidget statusbar []
(centerbox (centerbox
(brightness-ctl) (brightness-ctl)
; (window-title) ; (window-title)
(time) (time)
(box :space-evenly false :halign 'end' :class 'padded' (box :space-evenly false :halign 'end' :class 'padded'
@ -37,8 +35,7 @@
(defwidget window-title [] (defwidget window-title []
(label (label
:text windowtitle :text windowtitle))
:tooltip 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`)