nixos: fix font options; cityseventeen: change font to aporetic
This commit is contained in:
parent
f9c6b206ca
commit
7a3833b08a
6 changed files with 11 additions and 13 deletions
|
@ -1,6 +1,6 @@
|
|||
[main]
|
||||
pad=12x12
|
||||
font=monospace:size=12
|
||||
font=monospace:size=10
|
||||
|
||||
[colors]
|
||||
foreground=e0def4
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# output=<not set>
|
||||
font=Monospace:size=16
|
||||
font=Monospace:size=12
|
||||
# dpi-aware=auto
|
||||
# use-bold=no
|
||||
prompt=" "
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
* {
|
||||
color: @base05;
|
||||
font-family: monospace;
|
||||
font-size: 12pt;
|
||||
font-size: 10pt;
|
||||
border-radius: 0px;
|
||||
border: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue