fixed font

This commit is contained in:
edwark43 2023-11-26 15:42:02 -05:00
parent 4157ee0d32
commit 4013c5296e
3 changed files with 8 additions and 8 deletions

View File

@ -1,15 +1,15 @@
font: font:
normal: normal:
family: JetBrainsMono Nerd Font family: JetBrainsMono NF
bold: bold:
family: JetBrainsMono Nerd Font family: JetBrainsMono NF
italic: italic:
family: JetBrainsMono Nerd Font family: JetBrainsMono NF
bold_italic: bold_italic:
family: JetBrainsMono Nerd Font family: JetBrainsMono NF
size: 10 size: 10
@ -66,4 +66,4 @@ cursor:
unfocused_hollow: false unfocused_hollow: false
blink_interval: 550 blink_interval: 550
live_config_reload: true live_config_reload: true

View File

@ -18,7 +18,7 @@ frame_width = 6
frame_color = "#1f2329" frame_color = "#1f2329"
separator_color = "#3f5273" separator_color = "#3f5273"
font = JetBrainsMono Nerd Font Medium 9 font = JetBrainsMono NF Medium 9
line_height = 0 line_height = 0
markup = full markup = full
@ -61,4 +61,4 @@ foreground = "#b3b3b3"
[urgency_critical] [urgency_critical]
timeout = 0 timeout = 0
background = "#1f2329" background = "#1f2329"
foreground = "#b3b3b3" foreground = "#b3b3b3"

View File

@ -158,4 +158,4 @@ error-message {
border-radius: 5px; border-radius: 5px;
background-color: @background; background-color: @background;
text-color: @foreground; text-color: @foreground;
} }