From 318a7d965e664d95d4435061413e6289417bf022 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sun, 24 Sep 2023 17:00:25 +0100 Subject: [PATCH] Update wlogout text colour on hover Adjust bezier curve for hyprland animations --- home/hyprland/config.nix | 2 +- home/hyprland/wlogout/default.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/home/hyprland/config.nix b/home/hyprland/config.nix index fba7b92e..c6ff412c 100644 --- a/home/hyprland/config.nix +++ b/home/hyprland/config.nix @@ -81,7 +81,7 @@ in '' animations { enabled = yes - bezier = myBezier, 0.05, 0.9, 0.1, 1.05 + bezier = myBezier, 0, 0, 0.58, 1 animation = windows, 1, 7, myBezier animation = windowsOut, 1, 7, default, popin 80% animation = border, 1, 10, default diff --git a/home/hyprland/wlogout/default.nix b/home/hyprland/wlogout/default.nix index f2f690ad..ae6cd60c 100644 --- a/home/hyprland/wlogout/default.nix +++ b/home/hyprland/wlogout/default.nix @@ -46,6 +46,7 @@ button:hover { background-color: rgba(183, 189, 248, .05); + color: #cad3f5; } button:focus {