Skip to content

Commit 7d99a4e

Browse files
authored
Merge pull request #22 from typester/feature/eww-example
Fix example
2 parents 5f06937 + e328552 commit 7d99a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/eww/eww.yuck

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
(box :orientation "h" :halign "start" :hexpand true :space-evenly false
4848
(label :text "" :class "arch-logo")
4949
(river-tags :focused-tags focused-tags :urgent-tags urgent-tags :view-tags view-tags)
50-
(label :text "|" :class "sep"))
50+
(label :text "|" :class "sep")
5151
(focused-view)))
5252

5353
(defwidget bar-right []

0 commit comments

Comments
 (0)