mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-23 10:02:45 +00:00
feat: update ags
This commit is contained in:
26
home/desktops/hyprland/ags/scss/widgets/lockscreen.scss
Normal file
26
home/desktops/hyprland/ags/scss/widgets/lockscreen.scss
Normal file
@@ -0,0 +1,26 @@
|
||||
window.lockscreen {
|
||||
background-color: rgba(0, 0, 0, 0.25);
|
||||
|
||||
.avatar {
|
||||
@include widget;
|
||||
border-radius: $radii * 2;
|
||||
min-height: 200px;
|
||||
min-width: 200px;
|
||||
}
|
||||
|
||||
.content {
|
||||
@include floating-widget;
|
||||
padding: $spacing * 4;
|
||||
}
|
||||
|
||||
spinner {
|
||||
margin-top: $spacing * 2;
|
||||
}
|
||||
|
||||
entry {
|
||||
@include button;
|
||||
margin-top: $spacing * 2;
|
||||
padding: $spacing;
|
||||
min-height: 20px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user