From 6fdc81881ceb8ec9ca36350d92f5d6b852d378a0 Mon Sep 17 00:00:00 2001 From: Adam <56338480+adastx@users.noreply.github.com> Date: Thu, 23 Sep 2021 15:41:13 +0200 Subject: larger font size in alacritty and polybar, new polybar font, vimrc, removed shadows on polybar in picom, alacritty default colours --- .config/alacritty/alacritty.yml | 46 ++++++++++++++++++++--------------------- .config/picom/picom.conf | 2 +- .config/polybar/config | 13 ++++++------ 3 files changed, 30 insertions(+), 31 deletions(-) (limited to '.config') diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 2e3ea14..aff3c32 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -131,7 +131,7 @@ font: #style: Bold Italic # Point size - size: 9 + size: 10 # 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. @@ -318,33 +318,33 @@ font: # The value `0.0` is completely transparent and `1.0` is opaque. #background_opacity: 1.0 background_opacity: 0.9 -colors: +#colors: # Default colors - primary: - background: '#0A0E14' - foreground: '#B3B1AD' +# primary: +# background: '#0A0E14' +# foreground: '#B3B1AD' # Normal colors - normal: - black: '#01060E' - red: '#EA6C73' - green: '#91B362' - yellow: '#F9AF4F' - blue: '#53BDFA' - magenta: '#FAE994' - cyan: '#90E1C6' - white: '#C7C7C7' +# normal: +# black: '#01060E' +# red: '#EA6C73' +# green: '#91B362' +# yellow: '#F9AF4F' +# blue: '#53BDFA' +# magenta: '#FAE994' +# cyan: '#90E1C6' +# white: '#C7C7C7' # Bright colors - bright: - black: '#686868' - red: '#F07178' - green: '#C2D94C' - yellow: '#FFB454' - blue: '#59C2FF' - magenta: '#FFEE99' - cyan: '#95E6CB' - white: '#FFFFFF' +# bright: +# black: '#686868' +# red: '#F07178' +# green: '#C2D94C' +# yellow: '#FFB454' +# blue: '#59C2FF' +# magenta: '#FFEE99' +# cyan: '#95E6CB' +# white: '#FFFFFF' #selection: # This string contains all characters that are used as separators for diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index a1ef30f..496ac30 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -104,7 +104,7 @@ wintypes: # focus: Whether to always consider windows of this type focused. focus = true; }; - dock = { shadow = true; } + dock = { shadow = false; } dnd = { shadow = false; } popup_menu = { opacity = 1.0; diff --git a/.config/polybar/config b/.config/polybar/config index a86d126..cf8a499 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -38,10 +38,9 @@ padding-right = 2 module-margin-left = 0 module-margin-right = 4 -;font-0 = SFNS Display:style=Bold:size=12;3 -font-0 = SFNS Display:style=Regular:size=13;3 -font-1 = Font Awesome 5 Free Regular:size=12;3 -font-2 = Font Awesome 5 Free Solid:size=12;3 +font-0 = FreeSans:style=Regular:size=15;3 +font-1 = Font Awesome 5 Free Regular:size=14;4.5 +font-2 = Font Awesome 5 Free Solid:size=14;4.5 modules-left = i3 modules-center = @@ -83,9 +82,9 @@ padding-right = 0 module-margin-left = 1 module-margin-right = 2 -font-0 = SFNS Display:style=Regular:size=13;3 -font-1 = Font Awesome 5 Free Regular:size=12;3 -font-2 = Font Awesome 5 Free Solid:size=12;3 +font-0 = FreeSans:style=Regular:size=15;3 +font-1 = Font Awesome 5 Free Regular:size=14;4.5 +font-2 = Font Awesome 5 Free Solid:size=14;4.5 modules-left = i3 modules-center = -- cgit v1.2.3-70-g09d2