diff --git a/.gitignore b/.gitignore index 2a862dc..7ad0199 100644 --- a/.gitignore +++ b/.gitignore @@ -13,10 +13,11 @@ # Allow any directory beginning with fastfetch !fastfetch*/ -# Allow files inside alacritty, fastfetch and i3* directories +# Allow files inside alacritty, ttf fonts, fastfetch and i3* directories !alacritty/** !fastfetch/** !i3*/** +!*.ttf # Don't forget to not ignore .gitignore! !.gitignore diff --git a/ModernDOS9x16.ttf b/ModernDOS9x16.ttf new file mode 100644 index 0000000..3cbc942 Binary files /dev/null and b/ModernDOS9x16.ttf differ diff --git a/alacritty/alacritty.toml b/alacritty/alacritty.toml index 583e86f..008900e 100644 --- a/alacritty/alacritty.toml +++ b/alacritty/alacritty.toml @@ -43,7 +43,7 @@ history = 10000 decorations = "full" dynamic_padding = false dynamic_title = true -opacity = 1.0 +opacity = 0.87 [window.padding] x = 6 @@ -54,5 +54,5 @@ live_config_reload = true [font] size = 12.0 -normal = { family = "monospace", style = "Regular" } +normal = { family = "Modern DOS 9x16", style = "Regular" } diff --git a/i3/config b/i3/config index 896d3e2..3839aba 100644 --- a/i3/config +++ b/i3/config @@ -35,7 +35,7 @@ exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork exec --no-startup-id nm-applet # set wallpaper -exec_always --no-startup-id swaybg -i ~/Pictures/mikugooba.jpg -m tile +exec_always --no-startup-id swaybg -i ~/Pictures/rainymikupixel.png -m tile # Use pactl to adjust volume in PulseAudio. set $refresh_i3status killall -SIGUSR1 i3status @@ -190,6 +190,15 @@ mode "resize" { bindsym $mod+r mode "default" } +# Modern aesthetic tuning +gaps inner 12 +gaps outer 12 +smart_gaps on +smart_borders on +hide_edge_borders smart +default_border normal +default_floating_border pixel 2 + # ================================ # Hatsune Miku i3 Theme