ags(bar,scripts,i18n): added i18n system(wip), changed some bar stuff and started doing control center

This commit is contained in:
retrozinndev
2025-02-04 12:39:25 -03:00
parent 09692bae90
commit b544f4a45b
32 changed files with 980 additions and 141 deletions
+37
View File
@@ -0,0 +1,37 @@
@use "./wal";
.osd-window {
all: unset;
.osd {
margin-bottom: 100px;
background: rgba($color: wal.$background, $alpha: .5);
padding: 14px 16px;
border-radius: 20px;
.icon {
margin-right: 14px;
font-size: 24px;
}
.volume {
margin-top: -6px;
.value {
margin-bottom: 5px;
}
levelbar {
trough block {
border-radius: 6px;
background: wal.$background;
&.filled {
padding: 3px 0;
background: wal.$color1;
}
}
}
}
}
}