diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-02-12 18:57:11 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-02-12 18:57:11 +0900 |
| commit | 279f620e7fe48bb351b9f2b8616951ce68303ec2 (patch) | |
| tree | 653d89bdd75de7a883dacd1cd8faa863aefcabc2 /assets/rofi/themes/KooL_style-9.rasi | |
| parent | 772411cd39370bca3a89b5ee92bda3c5ea8e1b7e (diff) | |
rofi updates
Keyhints updated in preparation for the new changes
Diffstat (limited to 'assets/rofi/themes/KooL_style-9.rasi')
| -rw-r--r-- | assets/rofi/themes/KooL_style-9.rasi | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/assets/rofi/themes/KooL_style-9.rasi b/assets/rofi/themes/KooL_style-9.rasi index a74e64eb..5ac5c0f9 100644 --- a/assets/rofi/themes/KooL_style-9.rasi +++ b/assets/rofi/themes/KooL_style-9.rasi @@ -1,5 +1,5 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -/* KooL Style 9 */ +/* KooL Hyprland Rofi Style 9 */ /* Modified version of Rofi Config which was submitted by https://github.com/lonerOrz via Discord */ /* Integrating Wallust and More tweaks */ @@ -22,9 +22,7 @@ configuration { @theme "~/.config/rofi/wallust/colors-rofi.rasi" /*****----- Global Properties -----*****/ -* { - font: "JetBrainsMono Nerd Font SemiBold 13"; - +* { BG: @background; BGA: @color11; FG: @foreground; @@ -37,6 +35,11 @@ configuration { ON: #ABE9B3ff; } +/*****-- Elements Font Size -----*****/ +element-text { + font: "JetBrainsMono Nerd Font SemiBold 12"; +} + /* ---- Window ---- */ window { transparency: "real"; @@ -132,7 +135,6 @@ scrollbar { /* ---- Elements ---- */ element { - font: "JetBrainsMono Nerd Font SemiBold 12"; background-color: @BG; text-color: @FG; orientation: horizontal; |
