diff --git a/.Xresources b/.Xresources index 1b1c86c..8017b7c 100644 --- a/.Xresources +++ b/.Xresources @@ -1,5 +1,5 @@ URxvt.scrollBar: false -URxvt.font: xft:Hack:size=11 +URxvt.font: xft:Fira Code:size=11 URxvt.url-launcher: /usr/bin/firefox URxvt*highlightColor: #282a2e diff --git a/neofetch/config.conf b/neofetch/config.conf index 627c5fa..460d714 100644 --- a/neofetch/config.conf +++ b/neofetch/config.conf @@ -628,7 +628,7 @@ disk_display="off" # 'termpix', 'pixterm', 'tycat', 'w3m', 'kitty' # Flag: --backend # image_backend="w3m" -image_backend="ascii" +image_backend="jp2a" # Image Source # @@ -661,7 +661,7 @@ image_source="$HOME/.config/neofetch/icon.png" # Change this to 'Lubuntu', 'Xubuntu', 'Ubuntu-GNOME' or 'Ubuntu-Budgie' to use the flavors. # NOTE: Arch, Crux and Gentoo have a smaller logo variant. # Change this to 'arch_small', 'crux_small' or 'gentoo_small' to use the small logos. -ascii_distro="auto" +ascii_distro="arch_small" # Ascii Colors # @@ -728,14 +728,14 @@ crop_offset="center" # Values: 'auto', '00px', '00%', 'none' # Flags: --image_size # --size -image_size="250px" +image_size="256px" # Gap between image and text # # Default: '3' # Values: 'num', '-num' # Flag: --gap -gap=4 +gap=2 # Image offsets # Only works with the w3m backend. diff --git a/neofetch/icon.png b/neofetch/icon.png index c4e0384..72f3a27 100644 Binary files a/neofetch/icon.png and b/neofetch/icon.png differ diff --git a/picom/picom.conf b/picom/picom.conf index 926a98d..315e614 100644 --- a/picom/picom.conf +++ b/picom/picom.conf @@ -134,7 +134,6 @@ inactive-dim = 0.2 # # opacity-rule = [] - ################################# # Background-Blurring # ################################# diff --git a/polybar/config b/polybar/config index 0a3f000..0b26508 100644 --- a/polybar/config +++ b/polybar/config @@ -33,7 +33,7 @@ margin-top = 20 margin-bottom = 20 [bar/top] -font-0 = "Hack-Regular:pixelsize=9#1" +font-0 = "Fira Code:pixelsize=9#1" font-1 = "siji:pixelsize=10#1" font-2 = "Font Awesome 5 Free Regular:size=10;1" font-3 = "Font Awesome 5 Free Solid:size=10;1"