diff --git a/config/waybar/style/Aurora Blossom.css b/config/waybar/style/Aurora Blossom.css index 03ea651..6a0ff19 100644 --- a/config/waybar/style/Aurora Blossom.css +++ b/config/waybar/style/Aurora Blossom.css @@ -25,7 +25,7 @@ window#waybar.empty #window { tooltip { color: black; - background-image: linear-gradient(0deg, #FA8BFF 0%, #2BD2FF 52%, #2BD2FF 90%); + background-image: linear-gradient(45deg, #7287fd 10%, #209fb5 54%, #8839ef 90%); opacity: 0.8; border-radius: 10px; } @@ -35,7 +35,7 @@ tooltip label{ } /*-----module groups----*/ .modules-right { - background-image: linear-gradient(270deg, #FA8BFF 0%, #2BD2FF 52%, #2BD2FF 90%); + background-image: linear-gradient(45deg, #7287fd 10%, #209fb5 54%, #8839ef 90%); color: black; border-radius: 6px; padding-top: 2px; @@ -44,7 +44,7 @@ tooltip label{ padding-left: 4px; } .modules-center { - background-image: linear-gradient(180deg, #FA8BFF 0%, #2BD2FF 52%, #2BD2FF 90%); + background-image: linear-gradient(0deg, #7287fd 10%, #209fb5 54%, #8839ef 90%); color: black; border-radius: 6px; padding-top: 2px; @@ -53,7 +53,7 @@ tooltip label{ padding-left: 4px; } .modules-left { - background-image: linear-gradient(90deg, #FA8BFF 0%, #2BD2FF 52%, #2BD2FF 90%); + background-image: linear-gradient(225deg, #7287fd 10%, #209fb5 54%, #8839ef 90%); color: black; border-radius: 6px; padding-top: 2px; diff --git a/config/wlogout/layout b/config/wlogout/layout index 5f00658..4c6b5c4 100644 --- a/config/wlogout/layout +++ b/config/wlogout/layout @@ -18,7 +18,7 @@ } { "label" : "logout", - "action" : "hyprctl dispatch exit 0", + "action" : "hyprctl dispatch exit", "text" : "Logout", "keybind" : "e" }