diff options
author | Adam <adam.moloney.stuck@gmail.com> | 2021-11-01 18:45:33 +0100 |
---|---|---|
committer | adamstuck <adam.moloney.stuck@gmail.com> | 2021-11-02 23:50:18 +0100 |
commit | e5cdb9a7fd7ebb1339f605be64eb22e69babd1ed (patch) | |
tree | 4e8bc64f192718ec8eaeff94cc74f8931bfac724 | |
parent | 7d7f8887212bb6b26107c2ed2b8144bfaf019e38 (diff) |
thicker i3 borders, starship ssh prompt
-rw-r--r-- | .config/alacritty/alacritty.yml | 2 | ||||
-rw-r--r-- | .config/i3/config | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 76e389e..e2f57bf 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -132,7 +132,7 @@ font: style: Bold Italic # Point size - size: 7.5 + size: 7 # 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. diff --git a/.config/i3/config b/.config/i3/config index 9d538ec..c601ad6 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -118,8 +118,8 @@ font pango:Source Code Pro Medium 11 gaps inner 5 gaps outer 0 -default_border pixel 2 -default_floating_border pixel 2 +default_border pixel 3 +default_floating_border pixel 3 smart_gaps on hide_edge_borders smart |