From a2ffbd5b3321143340b0427323c911dd08699572 Mon Sep 17 00:00:00 2001 From: Harri Lahtinen Date: Fri, 7 Feb 2020 18:04:45 +0200 Subject: [PATCH] changed font --- .config/i3/config | 4 ++-- .config/kitty/kitty.conf | 15 ++++++++------- .config/mpv/mpv.conf | 4 ++-- .config/polybar/bottom-bar | 3 +-- .config/polybar/top-bar | 3 +-- .config/wpg/templates/config_i3_config.base | 4 ++-- .config/wpg/templates/config_rofi_config.base | 3 +-- .config/wpg/templates/config_twmn_twmn.conf.base | 2 +- 8 files changed, 18 insertions(+), 20 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index c280f64..6bfe7e0 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -8,7 +8,7 @@ hide_edge_borders both for_window [class="^.*"] border pixel 0 gaps inner 15 gaps outer 15 -font pango:UbuntuMono Nerd Font Mono 10 +font pango:UbuntuMono Nerd Font 10 set $mod Mod4 set $term --no-startup-id $TERMINAL @@ -192,7 +192,7 @@ bindsym $mod+s gaps inner current plus 5 bindsym $mod+Shift+s gaps inner current minus 5 #bindsym $mod+d exec rofi -config ~/.config/rofi/config -show drun -bindsym $mod+d exec dmenu_run -fn 'UbuntuMono Nerd Font Mono-18' -h '35' -nb '#b16286' -sf '#282828' -sb '#76dd7a' -nf '#ebd6b8' +bindsym $mod+d exec dmenu_run -fn 'UbuntuMono Nerd Font-18' -h '35' -nb '#b16286' -sf '#282828' -sb '#76dd7a' -nf '#ebd6b8' bindsym Mod1+d exec ~/.config/Scripts/rofi-bangs.sh bindsym $mod+Shift+d gaps inner current set 0; gaps outer current set 0 diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index d143bb8..1bc0248 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -10,15 +10,16 @@ include ~/.cache/wal/colors-kitty.conf # bold_font Operator Mono Thick # bold_italic_font Operator Mono Medium # font_family Input Mono -#font_family Ubuntu Mono derivative Powerline -font_family UbuntuMono Nerd Font Complete Mono -italic_font UbuntuMono Nerd Font Complete Mono Italic -bold_font UbuntuMono Nerd Font Complete Mono Bold -bold_italic_font UbuntuMono Nerd Font Complete Mono Bold Italic +#font_family SauceCodePro Nerd Font Complete +font_family UbuntuMono Nerd Font +#italic_font UbuntuMono Nerd Font Complete Mono Italic +#bold_font UbuntuMono Nerd Font Bold +#bold_italic_font UbuntuMono Nerd Font Complete Mono Bold Italic # Font size (in pts) -font_size 9.0 +font_size 11.0 +box_drawing_scale 0.001, 1, 1.5, 2 # The foreground color #foreground #c0b18b @@ -234,7 +235,7 @@ dynamic_background_opacity yes # Syntax is: # # symbol_map codepoints Font Family Name -# +# symbol_map U+E000-U+FFFF UbuntuMono Nerd Font Mono # For example: # #symbol_map U+E0A0-U+E0A2,U+E0B0-U+E0B3 PowerlineSymbols diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 3375d85..0cc7af3 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -30,12 +30,12 @@ vo=gpu volume=80 no-sub-visibility -sub-font='Ubuntu Mono derivative Powerline' +sub-font='UbuntuMono Nerd Font' sub-font-size=24 sub-bold=yes sub-italic=yes -osd-font='Ubuntu Mono derivative Powerline' +osd-font='Ubuntu Mono Nerd Font' osd-font-size=24 osd-bar osd-on-seek=bar diff --git a/.config/polybar/bottom-bar b/.config/polybar/bottom-bar index 30e073f..9963307 100644 --- a/.config/polybar/bottom-bar +++ b/.config/polybar/bottom-bar @@ -15,5 +15,4 @@ module-margin-left = 0 module-margin-right = 0 font-0 = PowerlineSymbols:size=10;6 font-1 = FontAwesome:size=9;4 -font-2 = UbuntuMono Nerd Font Mono:size=10;3 -#font-2 = Ubuntu Mono derivative Powerline:size=18;3 +font-2 = UbuntuMono Nerd Font:size=10;3 diff --git a/.config/polybar/top-bar b/.config/polybar/top-bar index 5f84285..9076e12 100644 --- a/.config/polybar/top-bar +++ b/.config/polybar/top-bar @@ -15,7 +15,6 @@ module-margin-left = 0 module-margin-right = 0 font-0 = PowerlineSymbols:size=10;6 font-1 = FontAwesome:size=9;4 -font-2 = UbuntuMono Nerd Font Mono:size=10;3 -#font-1 = Ubuntu Mono derivative Powerline:size=18;3 +font-2 = UbuntuMono Nerd Font:size=10;3 scroll-up = i3wm-wsnext scroll-down = i3wm-wsprev diff --git a/.config/wpg/templates/config_i3_config.base b/.config/wpg/templates/config_i3_config.base index 2abe32e..c3f3eaf 100644 --- a/.config/wpg/templates/config_i3_config.base +++ b/.config/wpg/templates/config_i3_config.base @@ -8,7 +8,7 @@ hide_edge_borders both for_window [class="^.*"] border pixel 0 gaps inner 15 gaps outer 15 -font pango:UbuntuMono Nerd Font Mono 10 +font pango:UbuntuMono Nerd Font 10 set $mod Mod4 set $term --no-startup-id $TERMINAL @@ -192,7 +192,7 @@ bindsym $mod+s gaps inner current plus 5 bindsym $mod+Shift+s gaps inner current minus 5 #bindsym $mod+d exec rofi -config ~/.config/rofi/config -show drun -bindsym $mod+d exec dmenu_run -fn 'UbuntuMono Nerd Font Mono-18' -h '35' -nb '{color5}' -sf '{color0}' -sb '{color10}' -nf '{color15}' +bindsym $mod+d exec dmenu_run -fn 'UbuntuMono Nerd Font-18' -h '35' -nb '{color5}' -sf '{color0}' -sb '{color10}' -nf '{color15}' bindsym Mod1+d exec ~/.config/Scripts/rofi-bangs.sh bindsym $mod+Shift+d gaps inner current set 0; gaps outer current set 0 diff --git a/.config/wpg/templates/config_rofi_config.base b/.config/wpg/templates/config_rofi_config.base index 8492bcb..9a54ff2 100644 --- a/.config/wpg/templates/config_rofi_config.base +++ b/.config/wpg/templates/config_rofi_config.base @@ -3,8 +3,7 @@ rofi.color-normal: #fbf8f1, #2A1A17, #fbf8f1, #ff923b, #2A1A17 rofi.color-urgent: #fbf8f1, #d6b48d, #22231D, #d6b48d, #2A1A17 rofi.color-active: #fbf8f1, #E1B959, #fbf8f1, #E1B959, #fbf8f1 rofi.color-window: #fbf8f1, #ff923b, #DD712E -#rofi.font: TamzenForPowerline 12 -rofi.font: UbuntuMono Nerd Font Mono 22 +rofi.font: UbuntuMono Nerd Font 22 rofi.color-enabled: true rofi.fake-transparency: true rofi.lines: 12 diff --git a/.config/wpg/templates/config_twmn_twmn.conf.base b/.config/wpg/templates/config_twmn_twmn.conf.base index af3d2a4..d95b261 100644 --- a/.config/wpg/templates/config_twmn_twmn.conf.base +++ b/.config/wpg/templates/config_twmn_twmn.conf.base @@ -4,7 +4,7 @@ always_on_top=true background_color={color0} bounce=true bounce_duration=500 -font=UbuntuMono Nerd Font Mono +font=UbuntuMono Nerd Font font_size=12 font_variant=medium foreground_color=#999999