From 4700b439f86e78ad9daa5a4ed9786b10b3c8559b Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 10 May 2024 02:48:11 +0900 Subject: [PATCH] wallust for wlogout forgotten :) --- config/wlogout/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/wlogout/style.css b/config/wlogout/style.css index c2e8bc2..80a9c0a 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; }