* { background-image: none; } window { background-image: image(url("/home/thehedgehog/nix/bgs/tokyo-night/tiles2.png"), url("/home/thehedgehog/nix/bgs/tokyo-night/tiles2.png")); background-repeat: repeat repeat; } button { color: #a9b1d6; background-color: #1a1b26; border: none; border-color: #414868; background-repeat: no-repeat; background-position: center; background-size: 25%; } button:focus, button:active, button:hover { background-color: #414868; outline-style: none; border:none; } #lock { background-image: image(url("/home/thehedgehog/.nix-profile/share/wlogout/icons/lock.png"), url("/home/thehedgehog/.nix-profile/local/share/wlogout/icons/lock.png")); } #logout { background-image: image(url("/home/thehedgehog/.nix-profile/share/wlogout/icons/logout.png"), url("/home/thehedgehog/.nix-profile/local/share/wlogout/icons/logout.png")); } #suspend { background-image: image(url("/home/thehedgehog/.nix-profile/share/wlogout/icons/suspend.png"), url("/home/thehedgehog/.nix-profile/local/share/wlogout/icons/suspend.png")); } #hibernate { background-image: image(url("/home/thehedgehog/.nix-profile/share/wlogout/icons/hibernate.png"), url("/home/thehedgehog/.nix-profile/local/share/wlogout/icons/hibernate.png")); } #shutdown { background-image: image(url("/home/thehedgehog/.nix-profile/share/wlogout/icons/shutdown.png"), url("/home/thehedgehog/.nix-profile/local/share/wlogout/icons/shutdown.png")); } #reboot { background-image: image(url("/home/thehedgehog/.nix-profile/share/wlogout/icons/reboot.png"), url("/home/thehedgehog/.nix-profile/local/share/wlogout/icons/reboot.png")); }