diff --git a/home/.config/amfora/config.toml b/home/.config/amfora/config.toml index 9861b89..4a818bb 100644 --- a/home/.config/amfora/config.toml +++ b/home/.config/amfora/config.toml @@ -11,7 +11,7 @@ [a-general] # Press Ctrl-H to access it -home = "gemini://gemini.circumlunar.space" +home = "gemini://folliehiyuki.com" # Follow up to 5 Gemini redirects without prompting. # A prompt is always shown after the 5th redirect and for redirects to protocols other than Gemini. diff --git a/home/.config/luakit/theme.lua b/home/.config/luakit/theme.lua index de702ba..9acee6a 100644 --- a/home/.config/luakit/theme.lua +++ b/home/.config/luakit/theme.lua @@ -120,7 +120,7 @@ theme.gopher_light = { bg = base06, fg = base00, link = base0D } theme.gopher_dark = { bg = base00, fg = base06, link = base0A } -- Font -theme.font = "13pt Sarasa Mono J" +theme.font = "14pt Sarasa Mono J" theme.hint_font = "12pt Sarasa Mono J" return theme @@ -247,7 +247,7 @@ return theme -- theme.gopher_dark = { bg = base00, fg = base06, link = base0A } -- -- Font --- theme.font = "13pt Sarasa Mono J" +-- theme.font = "14pt Sarasa Mono J" -- theme.hint_font = "12pt Sarasa Mono J" -- return theme diff --git a/home/.config/newsboat/urls b/home/.config/newsboat/urls index b22d8a6..10d55f4 100644 --- a/home/.config/newsboat/urls +++ b/home/.config/newsboat/urls @@ -63,12 +63,17 @@ https://www.youtube.com/feeds/videos.xml?channel_id=UC2eYFnH61tmytImy1mTYvhA "~Y https://www.youtube.com/feeds/videos.xml?channel_id=UCZWadyLVO4ZnMgLrRVtS6VA "~Youtube: baby WOGUE" youtube https://www.youtube.com/feeds/videos.xml?channel_id=UCAiiOTio8Yu69c3XnR7nQBQ "~Youtube: System Crafters" youtube ------ +https://www.youtube.com/feeds/videos.xml?channel_id=UCzen_5NiIRsC_f97HVaB7bA "~Youtube: Otaku-Vs" youtube +https://www.youtube.com/feeds/videos.xml?channel_id=UCO5Jvsc_sKuZi3MhnJxrlzQ "~Youtube: Nyanners" youtube +https://www.youtube.com/feeds/videos.xml?channel_id=UCdn5BQ06XqgXoAxIhbqw5Rg "~Youtube: Fubuki" youtube +------ https://www.youtube.com/feeds/videos.xml?channel_id=UCHnyfMqiRRG1u-2MsSQLbXA "~Youtube: Veritasium" youtube https://www.youtube.com/feeds/videos.xml?channel_id=UC6nSFpj9HTCZ5t-N3Rm3-HA "~Youtube: Vsauce" youtube https://www.youtube.com/feeds/videos.xml?channel_id=UCoxcjq-8xIDTYp3uz647V5A "~Youtube: Numberphile" youtube https://www.youtube.com/feeds/videos.xml?channel_id=UC2C_jShtL725hvbm1arSV9w "~Youtube: CGP Grey" youtube https://www.youtube.com/feeds/videos.xml?channel_id=UCOGeU-1Fig3rrDjhm9Zs_wg "~Youtube: Vihart" youtube https://www.youtube.com/feeds/videos.xml?channel_id=UClq42foiSgl7sSpLupnugGA "~Youtube: D!NG" youtube +https://www.youtube.com/feeds/videos.xml?channel_id=UCBa659QWEk1AI4Tg--mrJ2A "~Youtube: Tom Scott" youtube ------ https://www.youtube.com/feeds/videos.xml?channel_id=UC8butISFwT-Wl7EV0hUK0BQ "~Youtube: freeCodeCamp.org" youtube https://www.youtube.com/feeds/videos.xml?channel_id=UCEbYhDd6c6vngsF5PQpFVWg "~Youtube: Tsoding" youtube diff --git a/home/.config/qutebrowser/config.py b/home/.config/qutebrowser/config.py index 18eb653..8f518db 100644 --- a/home/.config/qutebrowser/config.py +++ b/home/.config/qutebrowser/config.py @@ -108,15 +108,15 @@ c.downloads.location.directory = '$HOME/Downloads' c.downloads.location.remember = False # Fonts -c.fonts.completion.category = '13pt Sarasa Mono J' -c.fonts.completion.entry = '13pt Sarasa Mono J' -c.fonts.contextmenu = '13pt Sarasa Mono J' -c.fonts.default_family = ['Sarasa Mono J', 'Iosevka'] -c.fonts.default_size = '11pt' +c.fonts.completion.category = '14pt Sarasa Mono J' +c.fonts.completion.entry = '14pt Sarasa Mono J' +c.fonts.contextmenu = '14pt Sarasa Mono J' +c.fonts.default_family = ['Sarasa Mono J', 'Iosevka', "Noto Sans"] +c.fonts.default_size = '12pt' # c.fonts.prompts = 'default_size sans-serif' -c.fonts.statusbar = '11pt Sarasa Mono J' -c.fonts.tabs.selected = 'bold 11pt Sarasa Mono J' -c.fonts.tabs.unselected = 'italic 11pt Sarasa Mono J' +c.fonts.statusbar = '12pt Sarasa Mono J' +c.fonts.tabs.selected = 'bold 12pt Sarasa Mono J' +c.fonts.tabs.unselected = 'italic 12pt Sarasa Mono J' # Hints c.hints.uppercase = True diff --git a/home/.config/wayfire.ini b/home/.config/wayfire.ini index 63626b3..37c05f1 100644 --- a/home/.config/wayfire.ini +++ b/home/.config/wayfire.ini @@ -245,7 +245,7 @@ middle_click_close = true # Window decoration [decoration] border_size = 2 -font = Iosevka +font = Sarasa Mono J title_height = 20 active_color = 0.5 0.63 0.75 1.0 inactive_color = 0.18 0.2 0.25 1.0