Skip to content

Commit

Permalink
corrected anchors
Browse files Browse the repository at this point in the history
  • Loading branch information
druskus20 committed Jan 31, 2022
1 parent f1f16eb commit 6aad6e6
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 13 deletions.
3 changes: 1 addition & 2 deletions bar-concept/eww.yuck
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
:monitor 0
:hexpand false
:vexpand false
:geometry (geometry :x 350 :y 30 :width "500px" :height "30px")
:anchor "top left"
:geometry (geometry :anchor "top left" :x 350 :y 30 :width "500px" :height "30px")
(box :class "bar"
:space-evenly false
:halign "end"
Expand Down
3 changes: 1 addition & 2 deletions collapsed-scales-concept/eww.yuck
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
:monitor 0
:hexpand false
:vexpand false
:geometry (geometry :x 350 :y 30 :width "300px" :height "30px")
:anchor "top left"
:geometry (geometry :anchor "top left" :x 350 :y 30 :width "300px" :height "30px")
(box :class "bar"
:space-evenly false
:halign "end"
Expand Down
3 changes: 1 addition & 2 deletions hover-switch-example/eww.yuck
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
:monitor 0
:hexpand false
:vexpand false
:geometry (geometry :x 350 :y 30 :width "200px" :height "50px")
:anchor "top left"
:geometry (geometry :anchor "top left" :x 350 :y 30 :width "200px" :height "50px")
(box :space-evenly false
(hover-switch :var reveal
:varname "reveal")))
Expand Down
3 changes: 1 addition & 2 deletions notification-revealer/eww.yuck
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
:monitor 0
:hexpand false
:vexpand false
:geometry (geometry :x 350 :y 30 :width "900px" :height "50px")
:anchor "top left"
:geometry (geometry :anchor "top left" :x 350 :y 30 :width "900px" :height "50px")
(box
:space-evenly false
(notification-revealer)))
Expand Down
3 changes: 1 addition & 2 deletions polybar-replacement/eww.yuck
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
:monitor 0
:hexpand false
:vexpand false
:geometry (geometry :x 0 :y 0 :width "100%")
:anchor "top left"
:geometry (geometry :anchor "top left" :x 0 :y 0 :width "100%")
:reserve (struts :distance "10px" :side "top")
(bar :screen 0))
; foldend
Expand Down
3 changes: 1 addition & 2 deletions revealer-example/eww.yuck
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
:monitor 0
:hexpand false
:vexpand false
:geometry (geometry :x 350 :y 30 :width "900px" :height "50px")
:anchor "top left"
:geometry (geometry :anchor "top left" :x 350 :y 30 :width "900px" :height "50px")
(box
:space-evenly false
(revealer1)
Expand Down
2 changes: 1 addition & 1 deletion revealer-hover-module/eww.yuck
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
:monitor 0
:hexpand false
:vexpand false
:geometry (geometry :x 350 :y 30 :width "300px" :height "30px")
:geometry (geometry :anchor "top left" :x 350 :y 30 :width "300px" :height "30px")
:anchor "top left"
(box :space-evenly false
:halign "end"
Expand Down

0 comments on commit 6aad6e6

Please sign in to comment.