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/config.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/config.rasi')
| -rw-r--r-- | config/rofi/config.rasi | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index 41a48540..0a75c1f6 100644 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -13,12 +13,11 @@ * If you have edited a config, rename it with a unique name. During update, the contents of * ~/.config/rofi/themes/ will be replaced. */ -/* ---- Configuration Fonts ---- */ -configuration { - font: "JetBrainsMono Nerd Font SemiBold 13"; -} +/* ---- Global Configuration Fonts ---- */ +@import "~/.config/rofi/0-shared-fonts.rasi" -/* note: Element-text font and size, edit configs in ~/.config/rofi/themes/ */ +/* note: Main themes in ~/.config/rofi/themes */ +/* You can manually change here or you can use rofi theme selector SUPER SHIFT E */ @theme "~/.config/rofi/themes/KooL_style-9.rasi" |
