Compare commits

...

3 commits

Author SHA1 Message Date
Sanchayan Maity 1d3169af1e
alacritty: Increase font size and enable dynamic padding
While at it, also set bold text to be drawn with bright colours.
2023-12-13 16:36:02 +05:30
Sanchayan Maity bf00cca1b3
i3status-rust: Use awesome6 for icons 2023-12-13 16:34:56 +05:30
Sanchayan Maity cf2006b7f6
sway: Change font and font size for status bar 2023-12-13 16:34:56 +05:30
3 changed files with 5 additions and 5 deletions

View file

@ -22,7 +22,7 @@ window:
y: 0 y: 0
# Spread additional padding evenly around the terminal content. # Spread additional padding evenly around the terminal content.
dynamic_padding: false dynamic_padding: true
# Window decorations # Window decorations
# #
@ -73,7 +73,7 @@ font:
style: Bold Italic style: Bold Italic
# Point size of the font # Point size of the font
size: 20.0 size: 22.0
# Offset is the extra space around each character. offset.y can be thought of # Offset is the extra space around each character. offset.y can be thought of
# as modifying the linespacing, and offset.x as modifying the letter spacing. # as modifying the linespacing, and offset.x as modifying the letter spacing.
@ -89,7 +89,7 @@ font:
y: 0 y: 0
# When true, bold text is drawn using the bright variant of colors. # When true, bold text is drawn using the bright variant of colors.
draw_bold_text_with_bright_colors: false draw_bold_text_with_bright_colors: true
# Use custom cursor colors. If true, display the cursor in the cursor.foreground # Use custom cursor colors. If true, display the cursor in the cursor.foreground
# and cursor.background colors, otherwise invert the colors of the cursor. # and cursor.background colors, otherwise invert the colors of the cursor.

View file

@ -2,7 +2,7 @@
theme = "gruvbox-dark" theme = "gruvbox-dark"
[icons] [icons]
icons = "awesome5" icons = "awesome6"
[[block]] [[block]]
block = "time" block = "time"

View file

@ -1,6 +1,6 @@
bar { bar {
position top position top
font pango:DejaVu Sans Mono, FontAwesome 17 font pango:JetBrains Mono, Font Awesome 6 Free 18
status_command i3status-rs status_command i3status-rs
colors { colors {
# Whole color settings # Whole color settings