diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-02-26 12:50:04 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-02-26 12:50:10 +0900 |
| commit | 3ea9550b61c11c1c0935269a9386d00c4958070a (patch) | |
| tree | c1941ad4f530f730c5f837cc2d0edec0406f72ae /config/rofi/0-shared-fonts.rasi | |
| parent | 6d2743398a5a396d76d1c4622c0fff5c96079ec6 (diff) | |
Ok This will be my last push for v2.3.12. Basically, added a global fonts for rasi, making it easier to tweak. Added Style 14. Will start new version after this. Except of course if there is a bug that needs to be squashed
Diffstat (limited to 'config/rofi/0-shared-fonts.rasi')
| -rw-r--r-- | config/rofi/0-shared-fonts.rasi | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/config/rofi/0-shared-fonts.rasi b/config/rofi/0-shared-fonts.rasi new file mode 100644 index 00000000..2c3997b0 --- /dev/null +++ b/config/rofi/0-shared-fonts.rasi @@ -0,0 +1,16 @@ +/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* Ja KooLit - Global rofi fonts */ + +/* This is where you can change fonts and sizes */ + + +/*****-- Fonts Size and Font Size -----*****/ +configuration { + font: "JetBrainsMono Nerd Font SemiBold 15"; +} + + +/*****-- Elements Font Size -----*****/ +element-text { + font: "JetBrainsMono Nerd Font SemiBold 13"; +}
\ No newline at end of file |
