eww: size
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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))
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user