ags: add ask popup, make notifications work(finally :3) and more improvements

This commit is contained in:
retrozinndev
2025-03-09 13:45:07 -03:00
parent 161c811841
commit 59ef5e4aa7
67 changed files with 2005 additions and 731 deletions
+10 -22
View File
@@ -14,6 +14,12 @@
color: colors.$fg-primary;
}
@mixin hover-shadow {
&:hover {
box-shadow: inset 0 0 0 500px rgba(colors.$fg-primary, .1);
}
}
@mixin default-styles {
.button-row {
& > button {
@@ -38,6 +44,10 @@
}
}
selection {
background: colors.$bg-tertiary;
}
label.nf,
button.nf label {
font-size: 12px;
@@ -47,28 +57,6 @@
"Font Awesome";
}
& menu {
padding: 4px;
background: wal.$background;
border-radius: 14px;
& separator {
margin: 0 4px;
color: wal.$background;
}
& menuitem {
padding: 8px 16px;
border-radius: 10px;
font-size: 12px;
font-weight: 600;
&:hover {
background: wal.$color1;
}
}
}
& trough {
background: funs.toRGB(color.adjust($color: wal.$color1, $lightness: -20%));
border-radius: 8px;