From a81ebc02678f33d902240ae64aeb3cf7af41b1d1 Mon Sep 17 00:00:00 2001 From: iFargle Date: Sat, 6 Jan 2024 21:00:33 +0900 Subject: [PATCH] test --- .../desktops/hyprland/components/wlogout.nix | 23 ------------------- 1 file changed, 23 deletions(-) diff --git a/home-manager/common/desktops/hyprland/components/wlogout.nix b/home-manager/common/desktops/hyprland/components/wlogout.nix index bdecee38..f9bbecd4 100644 --- a/home-manager/common/desktops/hyprland/components/wlogout.nix +++ b/home-manager/common/desktops/hyprland/components/wlogout.nix @@ -51,29 +51,6 @@ enable = true; target = "./wlogout/style.css"; text = '' - * { - background-image: none; - } - window { - background-color: #${config.lib.stylix.colors.base00}; - } - button { - color: #${config.lib.stylix.colors.base04}; - font-size: 0px; - border-radius: 5000px; - margin: 25px; - background-color: #${config.lib.stylix.colors.base02}; - border-style: solid; - border-width: 3px; - background-repeat: no-repeat; - background-position: center; - background-size: 25%; - } - button:active, button:hover { - background-color: #${config.lib.stylix.colors.base08}; - outline-style: none; - } - #lock { background-image: url("/etc/nixos/git/home-manager/common/desktops/hyprland/common/wlogout/lock.png"); } #logout { background-image: url("/etc/nixos/git/home-manager/common/desktops/hyprland/common/wlogout/logout.png"); } #suspend { background-image: url("/etc/nixos/git/home-manager/common/desktops/hyprland/common/wlogout/suspend.png"); }