diff options
author | Benjamin Morrison <ben@gbmor.org> | 2022-01-25 22:46:35 -0500 |
---|---|---|
committer | Benjamin Morrison <ben@gbmor.org> | 2022-01-25 22:46:35 -0500 |
commit | a5f75a4b5d9649d2db6105cf7c2c627d3190f371 (patch) | |
tree | 339b3932878e51a3e74f7a509f541d718e785fab | |
parent | daad384c2b55f2adfd1104a2ff8b8b205332b99f (diff) | |
download | dogfiles-a5f75a4b5d9649d2db6105cf7c2c627d3190f371.tar.gz |
rofi font changed to fira code 11
-rw-r--r-- | .config/rofi/config.rasi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index 9c01cbf..eb5fb8f 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -1,4 +1,5 @@ configuration { + font: "Fira Code 11"; terminal: "$HOME/.cargo/bin/alacritty"; } @theme "/usr/share/rofi/themes/android_notification.rasi" |