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;
|
margin: 10px;
|
||||||
}
|
}
|
||||||
.details {
|
.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;
|
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 {
|
.weather {
|
||||||
color: $home-button-fg-color;
|
color: $home-button-fg-color;
|
||||||
|
|
|
@ -27,18 +27,24 @@
|
||||||
:orientation 'h'
|
:orientation 'h'
|
||||||
:space-evenly false
|
:space-evenly false
|
||||||
(box
|
(box
|
||||||
:class 'icon'
|
(box
|
||||||
:width 75
|
:class 'icon'
|
||||||
:height 75
|
:valign 'center'
|
||||||
:style 'background-image: url("${server.icon_path}");'
|
:width 75
|
||||||
|
:height 75
|
||||||
|
:style 'background-image: url("${server.icon_path}");'
|
||||||
|
)
|
||||||
)
|
)
|
||||||
(box
|
(box
|
||||||
:class 'details'
|
:class 'details'
|
||||||
|
:space-evenly false
|
||||||
:orientation 'v'
|
:orientation 'v'
|
||||||
(label
|
(label
|
||||||
|
:class 'title'
|
||||||
:text "${server.address}"
|
:text "${server.address}"
|
||||||
)
|
)
|
||||||
(label
|
(label
|
||||||
|
:class 'motd'
|
||||||
:text "${replace(server.status.motd,'§.','')}"
|
:text "${replace(server.status.motd,'§.','')}"
|
||||||
:wrap true
|
:wrap true
|
||||||
:wrap-mode 'word'
|
:wrap-mode 'word'
|
||||||
|
@ -50,7 +56,7 @@
|
||||||
)
|
)
|
||||||
(button
|
(button
|
||||||
(label
|
(label
|
||||||
:class 'reload_button'
|
:class 'button'
|
||||||
:text "reload now"
|
:text "reload now"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
|
@ -17,17 +17,18 @@ Name=Penelope
|
||||||
IsRelative=1
|
IsRelative=1
|
||||||
Path=penelope
|
Path=penelope
|
||||||
Default=1
|
Default=1
|
||||||
<<<<<<< HEAD
|
StoreID=bf331188
|
||||||
StoreID=a61d59be
|
|
||||||
=======
|
|
||||||
StoreID=0585997e
|
|
||||||
>>>>>>> 8e7e73b9e5e394ce653266225535002e60e9cffe
|
|
||||||
ShowSelector=0
|
ShowSelector=0
|
||||||
|
|
||||||
[General]
|
[General]
|
||||||
StartWithLastProfile=1
|
StartWithLastProfile=1
|
||||||
Version=2
|
Version=2
|
||||||
|
|
||||||
|
[Profile4]
|
||||||
|
Name=testing
|
||||||
|
IsRelative=1
|
||||||
|
Path=4z689ygf.testing
|
||||||
|
|
||||||
[Install6C4726F70D182CF7]
|
[Install6C4726F70D182CF7]
|
||||||
Default=penelope
|
Default=penelope
|
||||||
Locked=1
|
Locked=1
|
||||||
|
@ -37,8 +38,3 @@ Name=School
|
||||||
IsRelative=1
|
IsRelative=1
|
||||||
Path=school
|
Path=school
|
||||||
|
|
||||||
[Profile4]
|
|
||||||
Name=testing
|
|
||||||
IsRelative=1
|
|
||||||
Path=4z689ygf.testing
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue