update hyprland configs

This commit is contained in:
Alexander Navarro 2025-02-02 23:46:25 -03:00
parent 3a6168c843
commit 4d6b8d1fda
12 changed files with 140 additions and 5 deletions

53
config/wlogout/style.css Normal file
View file

@ -0,0 +1,53 @@
* {
background-image: none;
box-shadow: none;
}
window {
background-color: rgba(36, 39, 58, 0.9);
}
button {
border-radius: 0;
border-color: #8bd5ca;
text-decoration-color: #cad3f5;
color: #cad3f5;
background-color: #1e2030;
border-style: solid;
border-width: 1px;
background-repeat: no-repeat;
background-position: center;
background-size: 25%;
}
button:focus,
button:active,
button:hover {
/* 20% Overlay 2, 80% mantle */
background-color: rgb(53, 57, 75);
outline-style: none;
}
#lock {
background-image: url("/home/aleidk/.config/wlogout/icons/lock.svg");
}
#logout {
background-image: url("/home/aleidk/.config/wlogout/icons/logout.svg");
}
#suspend {
background-image: url("/home/aleidk/.config/wlogout/icons/suspend.svg");
}
#hibernate {
background-image: url("/home/aleidk/.config/wlogout/icons/hibernate.svg");
}
#shutdown {
background-image: url("/home/aleidk/.config/wlogout/icons/shutdown.svg");
}
#reboot {
background-image: url("/home/aleidk/.config/wlogout/icons/reboot.svg");
}