diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-02-15 00:42:41 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-02-15 00:42:52 +0900 |
| commit | b5dc4f9991df5ef5f5e8c4e191a863d8aeb4cdaf (patch) | |
| tree | 5ff29862900b6c6d3ef363517ff8d7cba1886a8d /assets/rofi/themes/KooL_style-2-Light.rasi | |
| parent | 86ec85bfb60459fe51afbc0b572d9c1f3a74ed2c (diff) | |
updated rofi configs. Added CTRL SHIFT R to launch modified rofi-theme-selector
Diffstat (limited to 'assets/rofi/themes/KooL_style-2-Light.rasi')
| -rw-r--r-- | assets/rofi/themes/KooL_style-2-Light.rasi | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/assets/rofi/themes/KooL_style-2-Light.rasi b/assets/rofi/themes/KooL_style-2-Light.rasi index 118b6e54..08b58d15 100644 --- a/assets/rofi/themes/KooL_style-2-Light.rasi +++ b/assets/rofi/themes/KooL_style-2-Light.rasi @@ -11,14 +11,18 @@ configuration { display-run: "RUN"; display-filebrowser: "FILES"; display-window: "WINDOW"; - drun-display-format: "{name}\n[<span weight='light' size='small'><i>({generic})</i></span>]"; - window-format: "Class : {c}\nWorkspace : {w}"; + drun-display-format: "{name}"; + window-format: "{w} · {c} · {t}"; dpi: 1; hover-select: true; me-select-entry: "MouseSecondary"; me-accept-entry: "MousePrimary"; } +/*****----- Global Properties -----*****/ +* { + +} /*****-- Elements Font Size -----*****/ element-text { font: "JetBrainsMono Nerd Font SemiBold 12"; |
