/* wallust-wlogout */ /* Importing wallust colors */ @import '../../.config/waybar/wallust/colors-waybar.css'; window { font-family: "FantasqueSansM Nerd Font Mono Bold"; font-size: 24pt; color: @foreground; /* text */ background-color: rgba(30, 30, 46, 0.6); } button { margin: 20px; background-repeat: no-repeat; background-position: center; background-size: 30%; background-color: rgba(200, 220, 255, 0); animation: gradient_f 10s ease-in infinite; 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; border-radius: 80px; border:0px; } button:focus { background-size: 40%; border: 0px; border-radius: 80px; } button:hover { background-color: transparent; color: @color11; background-size: 40%; margin: -20px; border-radius: 80px; /*box-shadow: 0 0 30px @color7;*/ } /* Adjust the size of the icon or content inside the button */ button span { font-size: 1.2em; /* Increase the font size */ } #lock { background-image: image(url("./icons/lock.png")); } #lock:hover { background-image: image(url("./icons/lock-hover.png")); } #logout { background-image: image(url("./icons/logout.png")); } #logout:hover { background-image: image(url("./icons/logout-hover.png")); } #suspend { background-image: image(url("./icons/sleep.png")); } #suspend:hover { background-image: image(url("./icons/sleep-hover.png")); } #shutdown { background-image: image(url("./icons/power.png")); } #shutdown:hover { background-image: image(url("./icons/power-hover.png")); } #reboot { background-image: image(url("./icons/restart.png")); } #reboot:hover { background-image: image(url("./icons/restart-hover.png")); } #hibernate { background-image: image(url("./icons/hibernate.png")); } #hibernate:hover { background-image: image(url("./icons/hibernate-hover.png")); }