diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-02-15 12:42:11 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-02-15 12:42:11 +0900 |
| commit | 1d714a5ea76fd19d530b9d06ce9b73627d8224d9 (patch) | |
| tree | 31e4e71e7b5e93a6c555a9b5507744cc2e6e12c5 /assets/rofi/themes/KooL_style-8.rasi | |
| parent | adee3e65f23b3bff8466a2b8d0bc54eb75d9b095 (diff) | |
updated rofi theme handling
Diffstat (limited to 'assets/rofi/themes/KooL_style-8.rasi')
| -rw-r--r-- | assets/rofi/themes/KooL_style-8.rasi | 243 |
1 files changed, 0 insertions, 243 deletions
diff --git a/assets/rofi/themes/KooL_style-8.rasi b/assets/rofi/themes/KooL_style-8.rasi deleted file mode 100644 index 5d24a2ed..00000000 --- a/assets/rofi/themes/KooL_style-8.rasi +++ /dev/null @@ -1,243 +0,0 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -/* KooL Hyprland Rofi Style 8 */ - - -/* ---- Configuration ---- */ -configuration { - modi: "drun,filebrowser,window,run"; - show-icons: true; - display-drun: " apps"; - display-run: " term"; - display-filebrowser: " file"; - display-window: " window"; - drun-display-format: "{name}"; - window-format: "{w} · {c} · {t}"; - dpi: 1; - hover-select: true; - me-select-entry: "MouseSecondary"; - me-accept-entry: "MousePrimary"; -} - -/* ---- Load wallust colors ---- */ -@theme "~/.config/rofi/wallust/colors-rofi.rasi" - -/* ---- Global Properties ---- */ -* { - - border-width: 2px; - border-radius: 12px; -} - -/*****-- Elements Font Size -----*****/ -element-text { - font: "JetBrainsMono Nerd Font SemiBold 12"; -} - -/* ---- Window ---- */ -window { - width: 50%; - transparency: "real"; - fullscreen: false; - enabled: true; - cursor: "default"; - spacing: 0em; - padding: 0em; - border: @border-width; - border-color: @color12; - border-radius: @border-radius; - background-color: @background; -} - -mainbox { - enabled: true; - spacing: 0em; - padding: 0em; - orientation: vertical; - children: [ "inputbar" , "mode-switcher", "message", "listbox" ]; - background-color: transparent; -} - - -/* ---- Inputbar ---- */ -inputbar { - enabled: true; - spacing: 0em; - padding: 4em; - children: [ "textbox-prompt-colon", "entry" ]; - background-color: transparent; - background-image: url("~/.config/rofi/.current_wallpaper", width); -} - -textbox-prompt-colon { - enabled: true; - expand: false; - str: " ➡️"; - padding: 1em 0.2em 0em 0em; - text-color: @foreground; - border-radius: 2em 0em 0em 2em; - background-color: @background; -} - -entry { - enabled: true; - border-radius: 0em 2em 2em 0em; - spacing: 1em; - padding: 1em; - background-color: @background; - text-color: @foreground; - cursor: text; - placeholder: " Search"; - placeholder-color: inherit; -} - -/* ---- Listbox ---- */ -listbox { - padding: 0em; - spacing: 0em; - orientation: horizontal; - children: [ "listview" ]; - background-color: @background; -} - -/* ---- Listview ---- */ -listview { - padding: 1.5em; - spacing: 0.5em; - enabled: true; - columns: 2; - lines: 4; - cycle: true; - dynamic: true; - scrollbar: true; - layout: vertical; - reverse: false; - fixed-height: true; - fixed-columns: true; - cursor: "default"; - background-color: transparent; -} - - -/* ---- Mode Switcher ---- */ -mode-switcher { - orientation: horizontal; - width: 2em; - enabled: true; - padding: 1em; - spacing: 1em; - background-color: transparent; -} - -button { - cursor: pointer; - border-radius: 2em; - background-color: @background; - text-color: @foreground; -} - -button selected { - background-color: @color12; - text-color: @foreground; -} - -/* ---- Scrollbar ---- */ -scrollbar { - border: @border-width; - border-color: @color11; - handle-color: @color12; - handle-width: 10px ; - padding: 0; -} - - -/* ---- Elements ---- */ -element { - enabled: true; - spacing: 0em; - padding: 0.5em; - cursor: pointer; - background-color: transparent; - text-color: @foreground; -} - -element selected.normal { - background-color: @color11; - text-color: @foreground; - border-radius: 1.5em; -} - -element normal.normal { - background-color: inherit; - text-color: @foreground; -} - -element normal.urgent { - background-color: inherit; - text-color: @foreground; -} - -element normal.active { - background-color: inherit; - text-color: @foreground; -} - -element selected.urgent { - background-color: inherit; - text-color: @foreground; -} - -element selected.active { - background-color: inherit; - text-color: @foreground; -} - -element alternate.normal { - background-color: inherit; - text-color: @foreground; -} - -element alternate.urgent { - background-color: inherit; - text-color: @foreground; -} - -element alternate.active { - background-color: inherit; - text-color: @foreground; -} - -element-icon { - size: 2em; - cursor: inherit; - background-color: transparent; - text-color: inherit; -} - -element-text { - vertical-align: 0.5; - horizontal-align: 0.0; - cursor: inherit; - background-color: transparent; - text-color: inherit; -} - -/* ---- Message ---- */ -message { - background-color: transparent; - border: 0px; -} -textbox { - margin: 12px; - padding: 12px; - border-radius: @border-radius; - background-color: @color12; - text-color: @foreground; - vertical-align: 0.5; - horizontal-align: 0.5; -} -error-message { - padding: 0px; - border-radius: @border-radius; - background-color: @background; - text-color: @foreground; -} |
