Backup dotfiles

This commit is contained in:
Ano-sys
2025-01-15 01:39:27 +01:00
commit cbe4355c3d
256 changed files with 4725 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
.powermenu {
@include window;
}
.powermenu-button {
@include hover($surfaceContainer);
transition: 0.3s;
border-radius: 10rem;
min-width: 8rem;
min-height: 8rem;
&:focus {
@include hover($primary);
color: $surface;
}
}
.powermenu-button-label {
margin-top: 0.5rem;
}
.powermenu-button-box {
margin: 0.5rem;
}
.powermenu-overlay {
background-color: rgba(0, 0, 0, 0.5);
}