New backup 2025-10-09 21:00:02
This commit is contained in:
parent
b4a96ab374
commit
ca02717249
3 changed files with 33 additions and 15 deletions
|
@ -155,8 +155,24 @@ revealer.home {
|
|||
margin: 10px;
|
||||
}
|
||||
.details {
|
||||
// * { border: 2px solid red; }
|
||||
.title {
|
||||
font-size: 1.1em;
|
||||
font-weight: bold;
|
||||
color: $home-button-fg-color;
|
||||
}
|
||||
.motd {
|
||||
color: $home-widget-subtitle-color;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
margin: 10px;
|
||||
}
|
||||
.button {
|
||||
color: $home-button-fg-color;
|
||||
background-color: $home-button-bg-color;
|
||||
border-radius: $home-button-border-radius;
|
||||
margin: 0px 10px 10px;
|
||||
}
|
||||
}
|
||||
.weather {
|
||||
color: $home-button-fg-color;
|
||||
|
|
|
@ -27,18 +27,24 @@
|
|||
:orientation 'h'
|
||||
:space-evenly false
|
||||
(box
|
||||
:class 'icon'
|
||||
:width 75
|
||||
:height 75
|
||||
:style 'background-image: url("${server.icon_path}");'
|
||||
(box
|
||||
:class 'icon'
|
||||
:valign 'center'
|
||||
:width 75
|
||||
:height 75
|
||||
:style 'background-image: url("${server.icon_path}");'
|
||||
)
|
||||
)
|
||||
(box
|
||||
:class 'details'
|
||||
:space-evenly false
|
||||
:orientation 'v'
|
||||
(label
|
||||
:class 'title'
|
||||
:text "${server.address}"
|
||||
)
|
||||
(label
|
||||
:class 'motd'
|
||||
:text "${replace(server.status.motd,'§.','')}"
|
||||
:wrap true
|
||||
:wrap-mode 'word'
|
||||
|
@ -50,7 +56,7 @@
|
|||
)
|
||||
(button
|
||||
(label
|
||||
:class 'reload_button'
|
||||
:class 'button'
|
||||
:text "reload now"
|
||||
)
|
||||
)
|
||||
|
|
|
@ -17,17 +17,18 @@ Name=Penelope
|
|||
IsRelative=1
|
||||
Path=penelope
|
||||
Default=1
|
||||
<<<<<<< HEAD
|
||||
StoreID=a61d59be
|
||||
=======
|
||||
StoreID=0585997e
|
||||
>>>>>>> 8e7e73b9e5e394ce653266225535002e60e9cffe
|
||||
StoreID=bf331188
|
||||
ShowSelector=0
|
||||
|
||||
[General]
|
||||
StartWithLastProfile=1
|
||||
Version=2
|
||||
|
||||
[Profile4]
|
||||
Name=testing
|
||||
IsRelative=1
|
||||
Path=4z689ygf.testing
|
||||
|
||||
[Install6C4726F70D182CF7]
|
||||
Default=penelope
|
||||
Locked=1
|
||||
|
@ -37,8 +38,3 @@ Name=School
|
|||
IsRelative=1
|
||||
Path=school
|
||||
|
||||
[Profile4]
|
||||
Name=testing
|
||||
IsRelative=1
|
||||
Path=4z689ygf.testing
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue