eww: size

This commit is contained in:
2025-06-22 08:30:20 +02:00
parent 5539982abd
commit 854b4c670b
3 changed files with 4 additions and 4 deletions

View File

@@ -22,7 +22,7 @@
.time { .time {
font-weight: bold; font-weight: bold;
font-size: 80px; font-size: 80px;
margin-top: 10px; margin-top: 20px;
} }
.date { .date {
@@ -34,7 +34,7 @@
.weather-box { .weather-box {
background-color: $gray-alt; background-color: $gray-alt;
margin: 20px 20px 0px 0px; margin: 20px 20px 0px 0px;
padding: 20px 20px 20px 10px; padding: 20px 10px 10px 20px;
border-radius: 15px; border-radius: 15px;
} }

View File

@@ -96,5 +96,5 @@
:windowtype "normal" :windowtype "normal"
:wm-ignore true :wm-ignore true
:monitor 0 :monitor 0
:geometry (geometry :x 2 :y 0 :width 600 :height 880) :geometry (geometry :x 2 :y 0 :width 600 :height 895)
(main)) (main))

View File

@@ -4,7 +4,7 @@
// ------------------------------------------------------------------------- // -------------------------------------------------------------------------
"layer": "top", "layer": "top",
"position": "top", "position": "top",
"height": 10, "height": 55,
"margin-left": 0, "margin-left": 0,
"margin-bottom": 0, "margin-bottom": 0,
"margin-right": 0, "margin-right": 0,