{flake,apps}: update flake; swap out some apps
This commit is contained in:
parent
717a0b8a21
commit
f5b3a4f3e2
8 changed files with 23 additions and 35 deletions
|
@ -13,10 +13,9 @@ def main():
|
|||
|
||||
c.colors.webpage.darkmode.enabled = False
|
||||
c.colors.webpage.preferred_color_scheme = "dark"
|
||||
|
||||
c.tabs.position = "top"
|
||||
c.tabs.width = 32
|
||||
c.fonts.default_size = "9pt"
|
||||
c.fonts.default_family = "sans-serif"
|
||||
c.tabs.padding = {
|
||||
"bottom": 4,
|
||||
"top": 4,
|
||||
|
@ -24,6 +23,11 @@ def main():
|
|||
"right": 6,
|
||||
}
|
||||
c.tabs.indicator.width = 0
|
||||
c.tabs.title.format = "{audio}{relative_index} | {current_title}"
|
||||
|
||||
c.fonts.default_size = "9pt"
|
||||
c.fonts.default_family = "sans-serif"
|
||||
|
||||
c.url.start_pages = "about:blank"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue