diff --git a/README.md b/README.md index c65166b..70a1c2b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ # Nikus Dotfiles ## Note for env.shell.example -Copy it and rename it to .env.sh. Don't commit one with your environment variables, that variables are secret keys \ No newline at end of file +Copy it and rename it to .env.sh. Don't commit one with your environment variables, that variables are secret keys + +## Fonts used +- [Inter](https://github.com/rsms/inter) as System Font +- [Hack Nerd Font](https://www.programmingfonts.org/#hack) as Terminal font diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml index adecebe..a497b6f 100644 --- a/alacritty/alacritty.yml +++ b/alacritty/alacritty.yml @@ -119,7 +119,7 @@ font: # - (macOS) Menlo # - (Linux/BSD) monospace # - (Windows) Consolas - family: 'FantasqueSansMono Nerd Font Mono' + family: 'Hack Nerd Font Mono' # The `style` can be specified to pick a specific face. #style: Regular @@ -158,7 +158,7 @@ font: #style: Bold Italic # Point size - size: 13.0 + size: 12.0 # 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 diff --git a/awesome/theme.lua b/awesome/theme.lua index 2948ca9..c54db57 100644 --- a/awesome/theme.lua +++ b/awesome/theme.lua @@ -11,7 +11,7 @@ local themes_path = gfs.get_themes_dir() local theme = {} -theme.font = "sans 8" +theme.font = "Inter 10" theme.bg_normal = "#222222" theme.bg_focus = "#535d6c"