nixos: fix font options; cityseventeen: change font to aporetic

This commit is contained in:
Artur Manuel 2025-04-21 13:45:35 +01:00
commit 7a3833b08a
Signed by: amadaluzia
SSH key fingerprint: SHA256:ubvwT66gNUKSsgSzEb2UQnX8pzTq5N+r8eRVYGJJm4Q
6 changed files with 11 additions and 13 deletions

View file

@ -1,6 +1,6 @@
[main]
pad=12x12
font=monospace:size=12
font=monospace:size=10
[colors]
foreground=e0def4

View file

@ -1,5 +1,5 @@
# output=<not set>
font=Monospace:size=16
font=Monospace:size=12
# dpi-aware=auto
# use-bold=no
prompt="󰴈 "

View file

@ -30,7 +30,7 @@ def main() -> None:
c.tabs.indicator.width = 0
c.tabs.title.format = "{audio}{relative_index} | {current_title}"
c.fonts.default_size = "9pt"
c.fonts.default_size = "10pt"
c.fonts.default_family = "sans-serif"
c.url.start_pages = "about:blank"

View file

@ -18,7 +18,7 @@
* {
color: @base05;
font-family: monospace;
font-size: 12pt;
font-size: 10pt;
border-radius: 0px;
border: none;
}