This commit is contained in:
@@ -10,10 +10,14 @@
|
||||
(overlay
|
||||
(box
|
||||
:orientation "v"
|
||||
(button
|
||||
:class "hour" hour)
|
||||
(button
|
||||
:class "minute" minute))
|
||||
(button
|
||||
:class "hour"
|
||||
(label :show-truncated false
|
||||
:text {hour}))
|
||||
(button
|
||||
:class "minute"
|
||||
(label :show-truncated false
|
||||
:text {minute})))
|
||||
(revealer
|
||||
:reveal date_rev
|
||||
(box
|
||||
@@ -22,11 +26,15 @@
|
||||
(button
|
||||
:onclick "${EWW_CMD} open --toggle calendar"
|
||||
:onrightclick "${EWW_CMD} open --toggle powermenu"
|
||||
:class "day" day)
|
||||
:class "day"
|
||||
(label :show-truncated "false"
|
||||
:text {day}))
|
||||
(button
|
||||
:onclick "${EWW_CMD} open --toggle calendar"
|
||||
:onrightclick "${EWW_CMD} open --toggle powermenu"
|
||||
:class "month" month))
|
||||
:class "month"
|
||||
(label :show-truncated "false"
|
||||
:text {month})))
|
||||
)
|
||||
)
|
||||
)
|
||||
|
@@ -11,6 +11,7 @@
|
||||
(button
|
||||
:onclick "hyprctl dispatch workspace ${ws.number}"
|
||||
(label
|
||||
:show-truncated false
|
||||
:class "icon-text ${ws.color}"
|
||||
:text `${ws.focused ? "" : ""}`
|
||||
)
|
||||
|
Reference in New Issue
Block a user