diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-01-12 20:42:42 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-01-12 20:42:42 +0900 |
| commit | b8d9b73aaad1b00410e1b2b8468f4b33021408e7 (patch) | |
| tree | de1a4c9e309113cc3b417e304011ffa0a03d9844 | |
| parent | e67462e7dc5eaa10ab57446c67fa05623f9eb1ab (diff) | |
minor changes
| -rw-r--r-- | config/kitty/kitty.conf | 2 | ||||
| -rw-r--r-- | config/wlogout/style.css | 13 |
2 files changed, 9 insertions, 6 deletions
diff --git a/config/kitty/kitty.conf b/config/kitty/kitty.conf index 21944c9d..0edc0382 100644 --- a/config/kitty/kitty.conf +++ b/config/kitty/kitty.conf @@ -10,6 +10,8 @@ italic_font auto bold_italic_font auto background_opacity 0.7 +dynamic_background_opacity 1 + confirm_os_window_close 0 # change to x11 or wayland or leave auto diff --git a/config/wlogout/style.css b/config/wlogout/style.css index f7489a70..4e53eded 100644 --- a/config/wlogout/style.css +++ b/config/wlogout/style.css @@ -16,12 +16,14 @@ button { background-position: center; background-size: 20%; background-color: rgba(200, 220, 255, 0); - animation: gradient_f 20s ease-in infinite; - border-radius: 80px; /* Increased border radius for a more rounded look */ + 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; + border-radius: 80px; + border:0px; } button:focus { - background-size: 25%; + background-size: 50%; border: 0px; } @@ -31,9 +33,8 @@ button:hover { color: #1e1e2e; background-size: 50%; margin: 30px; - border-radius: 80px; - 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; - box-shadow: 0 0 50px @color7; + border-radius: 80px; + box-shadow: 0 0 30px @color7; } |
