From ca027172497d86a7662b81b5d31058af12afe864 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Thu, 9 Oct 2025 21:00:02 -0700 Subject: [PATCH] New backup 2025-10-09 21:00:02 --- de/home/.config/eww/eww.scss | 16 ++++++++++++++++ de/home/.config/eww/modules/home/mcstatus.yuck | 16 +++++++++++----- de/home/.librewolf/profiles.ini | 16 ++++++---------- 3 files changed, 33 insertions(+), 15 deletions(-) diff --git a/de/home/.config/eww/eww.scss b/de/home/.config/eww/eww.scss index a78cefe..3bc5509 100644 --- a/de/home/.config/eww/eww.scss +++ b/de/home/.config/eww/eww.scss @@ -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; diff --git a/de/home/.config/eww/modules/home/mcstatus.yuck b/de/home/.config/eww/modules/home/mcstatus.yuck index 3c919ca..173fd54 100644 --- a/de/home/.config/eww/modules/home/mcstatus.yuck +++ b/de/home/.config/eww/modules/home/mcstatus.yuck @@ -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" ) ) diff --git a/de/home/.librewolf/profiles.ini b/de/home/.librewolf/profiles.ini index e590439..0c2c3dc 100644 --- a/de/home/.librewolf/profiles.ini +++ b/de/home/.librewolf/profiles.ini @@ -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 -