diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-05-10 02:48:11 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-05-10 02:48:11 +0900 |
| commit | 4700b439f86e78ad9daa5a4ed9786b10b3c8559b (patch) | |
| tree | 7f050f2118730301e53b94bbc813462100f93723 /config | |
| parent | 4ff5b6fb30c83fe1e1b5652a759105858756f4b1 (diff) | |
wallust for wlogout forgotten :)
Diffstat (limited to 'config')
| -rw-r--r-- | config/wlogout/style.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/wlogout/style.css b/config/wlogout/style.css index c2e8bc2e..80a9c0ae 100644 --- a/config/wlogout/style.css +++ b/config/wlogout/style.css @@ -1,9 +1,9 @@ /* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ -/* pywal-wlogout */ +/* wallust-wlogout */ /* Importing pywal colors */ -@import '../../.cache/wal/colors-waybar.css'; +@import '../../.config/waybar/wallust/colors-waybar.css'; window { font-family: Fira Code Medium; @@ -28,13 +28,13 @@ button:focus { } button:hover { - background-color: @color2; + background-color: @color12; 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 20px @color7; + box-shadow: 0 0 50px @color15; } |
