From a68febd54a55e9954c92d5d42d098530fbbc24d4 Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Sat, 19 Sep 2020 12:42:57 +0300 Subject: font change --- dotfiles/.config/alacritty/alacritty.yml | 2 +- dotfiles/.config/bemenurc | 2 +- dotfiles/.config/fontconfig/fonts.conf | 13 +++++++------ dotfiles/.config/mako/config | 2 +- dotfiles/.config/qutebrowser/config.py | 2 +- dotfiles/.config/sway/config | 24 +++++++++++++----------- dotfiles/.config/swaylock/config | 4 ++-- 7 files changed, 26 insertions(+), 23 deletions(-) (limited to 'dotfiles/.config') diff --git a/dotfiles/.config/alacritty/alacritty.yml b/dotfiles/.config/alacritty/alacritty.yml index db09f07..113fa7d 100644 --- a/dotfiles/.config/alacritty/alacritty.yml +++ b/dotfiles/.config/alacritty/alacritty.yml @@ -138,7 +138,7 @@ font: #style: Bold Italic # Point size - size: 12.0 + size: 10.0 # Offset is the extra space around each character. `offset.y` can be thought of # as modifying the line spacing, and `offset.x` as modifying the letter spacing. diff --git a/dotfiles/.config/bemenurc b/dotfiles/.config/bemenurc index 76feb5b..92b93c4 100755 --- a/dotfiles/.config/bemenurc +++ b/dotfiles/.config/bemenurc @@ -2,7 +2,7 @@ BEMENU_BACKEND=wayland ## define the font for dmenu to be used -BEMENU_FN="BlexMonoNerdFontMono 10" +BEMENU_FN="monospace 10" ## textcolour for title BEMENU_TF="#D8DEE9" diff --git a/dotfiles/.config/fontconfig/fonts.conf b/dotfiles/.config/fontconfig/fonts.conf index aadaacc..bef185c 100644 --- a/dotfiles/.config/fontconfig/fonts.conf +++ b/dotfiles/.config/fontconfig/fonts.conf @@ -5,8 +5,8 @@ serif IBM Plex Serif + TerminessTTF Nerd Font Mono Joy Pixels - BlexMono Nerd Font Mono Noto Color Emoji @@ -14,8 +14,8 @@ sans-serif IBM Plex Sans + TerminessTTF Nerd Font Mono Joy Pixels - BlexMono Nerd Font Mono Noto Color Emoji @@ -23,17 +23,18 @@ sans IBM Plex Sans - Noto Color Emoji + TerminessTTF Nerd Font Mono Joy Pixels - BlexMono Nerd Font Mono + Noto Color Emoji monospace - BlexMono Nerd Font Mono - Noto Color Emoji + Input + TerminessTTF Nerd Font Mono Joy Pixels + Noto Color Emoji diff --git a/dotfiles/.config/mako/config b/dotfiles/.config/mako/config index 0135cb9..8d7c6f8 100644 --- a/dotfiles/.config/mako/config +++ b/dotfiles/.config/mako/config @@ -1,4 +1,4 @@ -font=BlexMono Nerd Font Mono 10 +font=monospace 10 text-color=#e5e9f0 background-color=#2d333f border-color=#434c5e diff --git a/dotfiles/.config/qutebrowser/config.py b/dotfiles/.config/qutebrowser/config.py index 68cc74b..dfa4d9e 100644 --- a/dotfiles/.config/qutebrowser/config.py +++ b/dotfiles/.config/qutebrowser/config.py @@ -44,7 +44,7 @@ c.url.default_page = "https://srx.yaroslavps.com" c.url.start_pages = "https://srx.yaroslavps.com" ## Default fonts -c.fonts.default_size = "12pt" +c.fonts.default_size = "10pt" ## Background color of the completion widget category headers. ## Type: QssColor diff --git a/dotfiles/.config/sway/config b/dotfiles/.config/sway/config index 21068f1..4df35f5 100644 --- a/dotfiles/.config/sway/config +++ b/dotfiles/.config/sway/config @@ -20,7 +20,19 @@ default_floating_border pixel 2 # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. -font pango:monospace 8 +font pango:monospace 9 + +# Theme colors +# class border backgr. text indic. child_border + client.focused #7FAC96 #7FAC96 #1B1E25 #D8DEE9 #7FAC96 + client.focused_inactive #3B4252 #3B4252 #7FAC96 #1d2021 #3B4252 + client.unfocused #2B2C2B #3B4252 #D8DEE9 #1d2021 #3B4252 + client.urgent #CB4B16 #FDF6E3 #1ABC9C #268BD2 #CB4B16 + client.placeholder #FFFFFF #0C0C0C #FFFFFF #FFFFFF #3F6E90 + + client.background #2B2C2B + +titlebar_padding 5 2 # Use Mouse+$mod to drag floating windows floating_modifier $mod @@ -90,16 +102,6 @@ for_window [app_id="telegramdesktop"] floating enable, sticky enable for_window [title="^ddterminal$"] floating enable, sticky enable for_window [title="^ddterminal$"] border none -# Theme colors -# class border backgr. text indic. child_border - client.focused #7FAC96 #7FAC96 #1B1E25 #D8DEE9 #7FAC96 - client.focused_inactive #3B4252 #3B4252 #7FAC96 #1d2021 #3B4252 - client.unfocused #2B2C2B #3B4252 #D8DEE9 #1d2021 #3B4252 - client.urgent #CB4B16 #FDF6E3 #1ABC9C #268BD2 #CB4B16 - client.placeholder #FFFFFF #0C0C0C #FFFFFF #FFFFFF #3F6E90 - - client.background #2B2C2B - # Laptop lid bindswitch --reload --locked lid:on exec "swaysession suspend" diff --git a/dotfiles/.config/swaylock/config b/dotfiles/.config/swaylock/config index 1d977f2..18c3b13 100644 --- a/dotfiles/.config/swaylock/config +++ b/dotfiles/.config/swaylock/config @@ -1,7 +1,7 @@ image=~/.config/lockwall.png color=#00000000 -font=BlexMono Nerd Font Mono -font-size=36 +font=monospace +font-size=32 scaling=fill indicator-radius=100 show-failed-attempts -- cgit v1.2.3