summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/alacritty/alacritty.yml46
-rw-r--r--.config/picom/picom.conf2
-rw-r--r--.config/polybar/config13
-rw-r--r--.vimrc1
4 files changed, 31 insertions, 31 deletions
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 =
diff --git a/.vimrc b/.vimrc
index 0764550..b17ba5c 100644
--- a/.vimrc
+++ b/.vimrc
@@ -119,6 +119,7 @@ endif
set cmdheight=2
" Display line numbers on the left
+set number
set relativenumber
" Quickly time out on keycodes, but never time out on mappings