From 6d33fcf73fcc73496bfc335454f86dffa0dac4ad Mon Sep 17 00:00:00 2001 From: Trysdyn Black Date: Sun, 23 Oct 2022 22:43:02 -0700 Subject: [PATCH] Swap font configs to use `monospace`, remove kitty conf --- .config/fontconfig/fonts.conf | 4 +- .config/gtk-3.0/settings.ini | 2 +- .config/kitty/kitty.conf | 76 ----------------------------------- .config/qutebrowser/config.py | 2 +- .config/sway/config | 4 +- .gtkrc-2.0 | 2 +- .p10k.zsh | 4 +- 7 files changed, 9 insertions(+), 85 deletions(-) delete mode 100644 .config/kitty/kitty.conf diff --git a/.config/fontconfig/fonts.conf b/.config/fontconfig/fonts.conf index a34f383..49abcc7 100644 --- a/.config/fontconfig/fonts.conf +++ b/.config/fontconfig/fonts.conf @@ -24,8 +24,8 @@ monospace - - Bitstream Vera Sans Mono + + Hack Noto Color Emoji diff --git a/.config/gtk-3.0/settings.ini b/.config/gtk-3.0/settings.ini index 07eb00f..82e2899 100644 --- a/.config/gtk-3.0/settings.ini +++ b/.config/gtk-3.0/settings.ini @@ -1,5 +1,5 @@ [Settings] gtk-icon-theme-name = Arc gtk-theme-name = Arc-Dark -gtk-font-name = DejaVu Sans 11 +gtk-font-name = monospace 11 gtk-application-prefer-dark-theme = true diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf deleted file mode 100644 index 05ca7d5..0000000 --- a/.config/kitty/kitty.conf +++ /dev/null @@ -1,76 +0,0 @@ -cursor_blink_interval 0 -scrollback_lines 2000 - -url_style curly - -sync_to_monitor yes - -enable_audio_bell no -window_alert_on_bell yes - -map kitty_mod+enter new_window_with_cwd -map kitty_mod+j previous_window -map kitty_mod+k next_window -map kitty_mod+up move_window_forward -map kitty_mod+down move_window_backward - -map kitty_mod+] next_tab -map kitty_mod+[ previous_tab -map kitty_mod+right move_tab_forward -map kitty_mod+left move_tab_backward -map kitty_mod+t new_tab_with_cwd - -map kitty_mod+equal change_font_size all +1.0 -map kitty_mod+minus change_font_size all -1.0 -map kitty_mod+backspace change_font_size all 0 - -map kitty_mod+u input_unicode_character -map kitty_mod+f2 edit_config_file - -font_size 10 -font_family DejaVu Sans Mono - -# %%base16_template: kitty##default-256 %% -background #000000 -foreground #f0f0f0 -selection_background #311647 -selection_foreground #f0f0f0 -url_color #b0b0b0 -cursor #f0f0f0 -active_border_color #606060 -inactive_border_color #202020 -active_tab_background #000000 -active_tab_foreground #f0f0f0 -inactive_tab_background #202020 -inactive_tab_foreground #b0b0b0 -tab_bar_background #202020 - -# normal -color0 #000000 -color1 #ed008c -color2 #8dc73f -color3 #f7c61d -color4 #3f7fff -color5 #9f4fdf -color6 #65cdcd -color7 #f0f0f0 - -# bright -color8 #606060 -color9 #ed008c -color10 #8dc73f -color11 #f7c61d -color12 #3f7fff -color13 #9f4fdf -color14 #65cdcd -color15 #ffffff - -# extended base16 colors -color16 #f7941d -color17 #a16946 -color18 #202020 -color19 #311647 -color20 #b0b0b0 -color21 #c0c0c0 - -# %%base16_template_end%% diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index b745e22..e2e64ba 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -303,7 +303,7 @@ c.colors.tabs.selected.even.bg = base02 ### END COLOR SCHEME c.fonts.default_size = "10pt" -c.fonts.default_family = "DejaVu Sans Mono" +c.fonts.default_family = "monospace" # Only show tab bar if there's more than one tab c.tabs.show = "multiple" diff --git a/.config/sway/config b/.config/sway/config index 0047e2e..1877d8e 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -19,7 +19,7 @@ set $base0F #a16946 # %%base16_template_end%% # Global font config -font pango:monospace 11 +font monospace 11 # Property Name Border BG Text Indicator Child Border client.focused $base00 $base02 $base05 $base0D $base02 @@ -38,7 +38,7 @@ bar { status_command "~/bin/statusbar" position bottom - font pango:monospace 11 + font monospace 11 colors { background $base00 diff --git a/.gtkrc-2.0 b/.gtkrc-2.0 index 4c259e3..aa92925 100644 --- a/.gtkrc-2.0 +++ b/.gtkrc-2.0 @@ -1,3 +1,3 @@ gtk-icon-theme-name = "Arc" gtk-theme-name = "Arc-Dark" -gtk-font-name = "DejaVu Sans 11" +gtk-font-name = "monospace 11" diff --git a/.p10k.zsh b/.p10k.zsh index ade388c..a755310 100644 --- a/.p10k.zsh +++ b/.p10k.zsh @@ -460,14 +460,14 @@ # Status on success. No content, just an icon. No need to show it if prompt_char is enabled as # it will signify success by turning green. typeset -g POWERLEVEL9K_STATUS_OK=true - typeset -g POWERLEVEL9K_STATUS_OK_VISUAL_IDENTIFIER_EXPANSION='✔' + typeset -g POWERLEVEL9K_STATUS_OK_VISUAL_IDENTIFIER_EXPANSION='✓' # typeset -g POWERLEVEL9K_STATUS_OK_FOREGROUND=2 # typeset -g POWERLEVEL9K_STATUS_OK_BACKGROUND=0 # Status when some part of a pipe command fails but the overall exit status is zero. It may look # like this: 1|0. typeset -g POWERLEVEL9K_STATUS_OK_PIPE=true - typeset -g POWERLEVEL9K_STATUS_OK_PIPE_VISUAL_IDENTIFIER_EXPANSION='✔' + typeset -g POWERLEVEL9K_STATUS_OK_PIPE_VISUAL_IDENTIFIER_EXPANSION='✓' # typeset -g POWERLEVEL9K_STATUS_OK_PIPE_FOREGROUND=2 # typeset -g POWERLEVEL9K_STATUS_OK_PIPE_BACKGROUND=0