diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-02-24 23:45:50 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-24 23:45:50 +0900 |
| commit | fc689090f875abd310d97619cc466f90c7396db7 (patch) | |
| tree | cf941fbb4903e2adb4a4b4ac5e0f7a54c8d6425e /config/wlogout | |
| parent | 70b805aea13e112fa734b24b395b70a23cdfd384 (diff) | |
| parent | c40b4015774b8f45a7752e44b4f81b7eed045266 (diff) | |
Merge branch 'main' into main
Diffstat (limited to 'config/wlogout')
| -rw-r--r-- | config/wlogout/icons/hibernate-hover.png | bin | 5721 -> 18289 bytes | |||
| -rw-r--r-- | config/wlogout/icons/hibernate-hover1.png | bin | 0 -> 5721 bytes | |||
| -rw-r--r-- | config/wlogout/icons/sleep-hover.png | bin | 18289 -> 9522 bytes | |||
| -rw-r--r-- | config/wlogout/icons/sleep2.png | bin | 0 -> 14964 bytes | |||
| -rw-r--r-- | config/wlogout/style.css | 22 |
5 files changed, 12 insertions, 10 deletions
diff --git a/config/wlogout/icons/hibernate-hover.png b/config/wlogout/icons/hibernate-hover.png Binary files differindex 0fd3bade..0ac492d1 100644 --- a/config/wlogout/icons/hibernate-hover.png +++ b/config/wlogout/icons/hibernate-hover.png diff --git a/config/wlogout/icons/hibernate-hover1.png b/config/wlogout/icons/hibernate-hover1.png Binary files differnew file mode 100644 index 00000000..0fd3bade --- /dev/null +++ b/config/wlogout/icons/hibernate-hover1.png diff --git a/config/wlogout/icons/sleep-hover.png b/config/wlogout/icons/sleep-hover.png Binary files differindex 0ac492d1..b1a5fabb 100644 --- a/config/wlogout/icons/sleep-hover.png +++ b/config/wlogout/icons/sleep-hover.png diff --git a/config/wlogout/icons/sleep2.png b/config/wlogout/icons/sleep2.png Binary files differnew file mode 100644 index 00000000..b87fabf8 --- /dev/null +++ b/config/wlogout/icons/sleep2.png diff --git a/config/wlogout/style.css b/config/wlogout/style.css index 4e53eded..b8341e9a 100644 --- a/config/wlogout/style.css +++ b/config/wlogout/style.css @@ -5,16 +5,17 @@ @import '../../.config/waybar/wallust/colors-waybar.css'; window { - font-family: Fira Code Medium; - font-size: 16pt; - color: #cdd6f4; /* text */ + font-family: "FantasqueSansM Nerd Font Mono Bold"; + font-size: 24pt; + color: @foreground; /* text */ background-color: rgba(30, 30, 46, 0.6); } button { + margin: 20px; background-repeat: no-repeat; background-position: center; - background-size: 20%; + background-size: 30%; background-color: rgba(200, 220, 255, 0); animation: gradient_f 10s ease-in infinite; transition: all 0.3s cubic-bezier(.55, 0.0, .28, 1.682), box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out; @@ -23,18 +24,19 @@ button { } button:focus { - background-size: 50%; + background-size: 40%; border: 0px; + border-radius: 80px; } button:hover { - background-color: @color12; - color: #1e1e2e; - background-size: 50%; - margin: 30px; + background-color: transparent; + color: @color11; + background-size: 40%; + margin: -20px; border-radius: 80px; - box-shadow: 0 0 30px @color7; + /*box-shadow: 0 0 30px @color7;*/ } |
