feat: use gtk icons instead of nerdfonts across the shell

also removed hour count from recording widgets
This commit is contained in:
retrozinndev
2025-06-04 17:29:36 -03:00
parent a17fc3c127
commit b1db748351
32 changed files with 375 additions and 241 deletions
+15 -15
View File
@@ -149,7 +149,7 @@
box-shadow: inset 0 0 0 300px rgba(colors.$fg-primary, .2);
}
& .icon {
& icon {
font-size: 14px;
}
@@ -162,8 +162,8 @@
& > button {
margin: 4px 1px;
& label {
font-size: 8px;
& icon {
font-size: 10px;
}
}
}
@@ -211,23 +211,23 @@
& > box {
padding: 0 8px;
& .nf {
margin: {
right: 3px;
left: 2px;
};
font-size: 12px;
& icon {
font-size: 14px;
}
& .status-icons {
padding-left: 4px;
& .notification-count {
font-size: 5px;
margin-left: -3px;
margin-top: 1px;
& revealer > eventbox > box {
background: rgba($color: colors.$bg-tertiary, $alpha: .7);
border-radius: 12px;
margin: 4px 0;
padding: 2px 6px;
}
& icon.notification-count {
font-size: 6px;
margin-top: -14px;
}
}
}