Skip to content

Commit

Permalink
chore: update config
Browse files Browse the repository at this point in the history
- alacritty setting font, fix bold italic style
- polybar set to top
  • Loading branch information
labasubagia committed Dec 14, 2024
1 parent b30f3ee commit 8bd5890
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
13 changes: 0 additions & 13 deletions stow/.config/alacritty/alacritty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,5 @@ y = 5
[font]
size = 8

[font.bold]
family = "Agave Nerd Font Mono"
style = "Bold"

[font.bold_italic]
family = ""
style = "Agave Nerd Font Mono"

[font.italic]
family = "Agave Nerd Font Mono"
style = "Italic"

[font.normal]
family = "Agave Nerd Font Mono"
style = "Regular"
2 changes: 1 addition & 1 deletion stow/.config/polybar/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dpi = 96
background = ${colors.background}
foreground = ${colors.foreground}

bottom = true
bottom = false

line-size = 6pt

Expand Down

0 comments on commit 8bd5890

Please sign in to comment.