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-10-Fancy.rasi | |
| parent | 772411cd39370bca3a89b5ee92bda3c5ea8e1b7e (diff) | |
rofi updates
Keyhints updated in preparation for the new changes
Diffstat (limited to 'assets/rofi/themes/KooL_style-10-Fancy.rasi')
| -rw-r--r-- | assets/rofi/themes/KooL_style-10-Fancy.rasi | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/assets/rofi/themes/KooL_style-10-Fancy.rasi b/assets/rofi/themes/KooL_style-10-Fancy.rasi index 8da2e0e7..376cd3da 100644 --- a/assets/rofi/themes/KooL_style-10-Fancy.rasi +++ b/assets/rofi/themes/KooL_style-10-Fancy.rasi @@ -1,5 +1,5 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -/* KooL Hyprland Style 10 - Fancy */ +/* KooL Hyprland Rofi Style 10 - Fancy */ /* Credit to DaveDavenport. I have only some few things changed */ /******************************************************************************* @@ -12,7 +12,6 @@ /* ---- Configuration ---- */ configuration { - font: "JetBrainsMono Nerd Font SemiBold 13"; modi: "drun,run,filebrowser"; show-icons: true; drun-display-format: "{name}"; @@ -49,6 +48,12 @@ configuration { active-background: rgba ( 39, 40, 34, 0 % ); selected-active-background: rgba ( 20, 20, 17, 100 % ); } + +/*****-- Elements Font Size -----*****/ +element-text { + font: "JetBrainsMono Nerd Font SemiBold 12"; +} + window { border-color: darkgray/30%; background-color: black/50%; |
