diff options
Diffstat (limited to 'assets/rofi/themes/KooL_style-3-Fullscreen-v2.rasi')
| -rw-r--r-- | assets/rofi/themes/KooL_style-3-Fullscreen-v2.rasi | 217 |
1 files changed, 0 insertions, 217 deletions
diff --git a/assets/rofi/themes/KooL_style-3-Fullscreen-v2.rasi b/assets/rofi/themes/KooL_style-3-Fullscreen-v2.rasi deleted file mode 100644 index 0dbf45bc..00000000 --- a/assets/rofi/themes/KooL_style-3-Fullscreen-v2.rasi +++ /dev/null @@ -1,217 +0,0 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -/* KooL Hyprland Rofi Style 3 - Full screen v2 */ -/* credit: https://github.com/adi1090x/rofi */ - -/*****----- Configuration -----*****/ -configuration { - modi: "drun,run,filebrowser"; - show-icons: true; - display-drun: " Apps"; - display-run: " Run"; - display-filebrowser: " Files"; - display-window: " Windows"; - display-ssh: " SSH"; - 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 -----*****/ -* { - background-alt: @color7; - selected: @color12; - active: @color11; - urgent: red; - - border-color: @selected; - handle-color: @selected; - background-color: @background; - foreground-color: @foreground; - alternate-background: @background-alt; - normal-background: @background; - normal-foreground: @foreground; - urgent-background: @urgent; - urgent-foreground: @background; - active-background: @active; - active-foreground: @background; - selected-normal-background: @selected; - selected-normal-foreground: @background; - selected-urgent-background: @active; - selected-urgent-foreground: @background; - selected-active-background: @urgent; - selected-active-foreground: @background; - alternate-normal-background: @background; - alternate-normal-foreground: @foreground; - alternate-urgent-background: @urgent; - alternate-urgent-foreground: @background; - alternate-active-background: @active; - alternate-active-foreground: @background; - - -} - -/*****-- Elements Font Size -----*****/ -element-text { - font: "JetBrainsMono Nerd Font SemiBold 12"; -} - -/*****----- Main Window -----*****/ -window { - transparency: "real"; - location: center; - anchor: center; - fullscreen: true; - x-offset: 0px; - y-offset: 0px; - - enabled: true; - margin: 0px; - padding: 0px; - border: 0px solid; - border-radius: 0px; - border-color: @selected; - background-color: black / 10%; - cursor: "default"; -} - -/*****----- Main Box -----*****/ -mainbox { - enabled: true; - spacing: 100px; - margin: 0px; - padding: 100px 225px; - border: 0px solid; - border-radius: 0px 0px 0px 0px; - border-color: @selected; - background-color: transparent; - children: [ "inputbar", "message", "listview" ]; -} - -/*****----- Inputbar -----*****/ -inputbar { - enabled: true; - spacing: 10px; - margin: 0% 28%; - padding: 10px; - border: 1px solid; - border-radius: 6px; - border-color: white / 25%; - background-color: white / 5%; - text-color: @foreground; - children: [ "prompt", "entry" ]; -} - -prompt { - enabled: true; - background-color: transparent; - text-color: inherit; -} -textbox-prompt-colon { - enabled: true; - expand: false; - str: "::"; - background-color: transparent; - text-color: inherit; -} -entry { - enabled: true; - background-color: transparent; - text-color: @foreground; - cursor: text; - placeholder: " Search"; - placeholder-color: inherit; -} - -/*****----- Listview -----*****/ -listview { - enabled: true; - columns: 7; - lines: 4; - cycle: true; - dynamic: true; - scrollbar: false; - layout: vertical; - reverse: false; - fixed-height: true; - fixed-columns: true; - - spacing: 0px; - margin: 0px; - padding: 0px; - border: 0px solid; - border-radius: 0px; - border-color: @selected; - background-color: transparent; - text-color: @foreground; - cursor: "default"; -} -scrollbar { - handle-width: 5px ; - handle-color: @selected; - border-radius: 0px; - background-color: @background-alt; -} - -/*****----- Elements -----*****/ -element { - enabled: true; - spacing: 15px; - margin: 0px; - padding: 35px 10px; - border: 0px solid; - border-radius: 15px; - border-color: @selected; - background-color: transparent; - text-color: @foreground; - orientation: vertical; - cursor: pointer; -} -element normal.normal { - background-color: transparent; - text-color: @foreground; -} -element selected.normal { - background-color: white / 10%; - text-color: @foreground; -} -element-icon { - background-color: transparent; - text-color: inherit; - size: 72px; - cursor: inherit; -} -element-text { - background-color: transparent; - text-color: inherit; - highlight: inherit; - cursor: inherit; - vertical-align: 0.5; - horizontal-align: 0.5; -} - -/*****----- Message -----*****/ -message { - background-color: transparent; - border: 0px; -} -error-message { - padding: 0px; - border-color: @selected; - background-color: transparent; - text-color: @foreground; -} -textbox { - padding: 20px; - border-radius: 15px; - background-color: white / 10%; - text-color: @foreground; - vertical-align: 0.5; - horizontal-align: 0.5; - highlight: none; -} |
