feat(desktop): complete theme UI review
All checks were successful
Check / eval (push) Successful in 3m0s

This commit is contained in:
Bernardo Magri
2026-07-08 22:37:25 +01:00
parent 60c7878a6a
commit d6b5b344fa
4 changed files with 15 additions and 162 deletions

View File

@@ -1003,7 +1003,7 @@ in
programs.rofi = {
enable = true;
terminal = cfg.terminal;
font = "${t.fonts.ui} 12";
font = "${t.fonts.ui} ${toString t.fonts.size}";
# Native rofi modi backing two menu modules: calc (live, via
# libqalculate — no qalc CLI needed) and emoji (glyph picker, copies

View File

@@ -45,6 +45,8 @@ in
border: ${toString t.ui.borderSize}px solid alpha(@accent, 0.4);
border-radius: ${r}px;
color: @text;
font-family: "${t.fonts.ui}", "${t.fonts.mono}";
font-size: ${toString t.fonts.size}pt;
}
.notification-content .summary {
@@ -65,6 +67,8 @@ in
border: ${toString t.ui.borderSize}px solid alpha(@accent, 0.4);
border-radius: ${r}px;
color: @text;
font-family: "${t.fonts.ui}", "${t.fonts.mono}";
font-size: ${toString t.fonts.size}pt;
}
.control-center .notification-row:focus,