hyprland config
This commit is contained in:
63
hyprland/wlogout/style.css
Normal file
63
hyprland/wlogout/style.css
Normal file
@@ -0,0 +1,63 @@
|
||||
window {
|
||||
font-family: CaskaydiaCove Nerd Font, monospace;
|
||||
font-size: 12pt;
|
||||
color: black;
|
||||
background-color: rgba(0, 0, 0, 1);
|
||||
}
|
||||
|
||||
button {
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-size: 20%;
|
||||
border: none;
|
||||
color: #3FB5A3;
|
||||
text-shadow: none;
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
margin: 5px;
|
||||
transition: box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
|
||||
}
|
||||
|
||||
button:hover {
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
button:focus {
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
color: #5AE058;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
#lock {
|
||||
background-image: image(url("./lock-hover.png"));
|
||||
}
|
||||
#lock:focus {
|
||||
background-image: image(url("./lock.png"));
|
||||
}
|
||||
|
||||
#logout {
|
||||
background-image: image(url("./logout-hover.png"));
|
||||
}
|
||||
#logout:focus {
|
||||
background-image: image(url("./logout.png"));
|
||||
}
|
||||
|
||||
#suspend {
|
||||
background-image: image(url("./sleep-hover.png"));
|
||||
}
|
||||
#suspend:focus {
|
||||
background-image: image(url("./sleep.png"));
|
||||
}
|
||||
|
||||
#shutdown {
|
||||
background-image: image(url("./power-hover.png"));
|
||||
}
|
||||
#shutdown:focus {
|
||||
background-image: image(url("./power.png"));
|
||||
}
|
||||
|
||||
#reboot {
|
||||
background-image: image(url("./restart-hover.png"));
|
||||
}
|
||||
#reboot:focus {
|
||||
background-image: image(url("./restart.png"));
|
||||
}
|
||||
Reference in New Issue
Block a user