eww: formatting
This commit is contained in:
parent
42cd641f30
commit
5fb62e7dcc
@ -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`)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user