diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-11-23 00:36:31 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-11-23 00:36:31 +0900 |
| commit | ce2db51a62e0483703c8e6376ceec5318614228d (patch) | |
| tree | 66d16892a32b0778d14cf5fb39bfdc400f891a5c /config/rofi/config.rasi | |
| parent | aa9c2df82b66e8f66284c04c5e512553dfba4414 (diff) | |
Semi transparent rofi theme. See wiki changelogs
Diffstat (limited to 'config/rofi/config.rasi')
| -rw-r--r-- | config/rofi/config.rasi | 68 |
1 files changed, 39 insertions, 29 deletions
diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index d9823e96..255df164 100644 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -1,5 +1,5 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -/* Main Config (main) */ +/* Main Config (main) - mine */ /* ---- Configuration ---- */ configuration { @@ -28,26 +28,25 @@ window { x-offset: 0px; y-offset: 0px; spacing: 0px; - padding: 2px; + padding: 1px; margin: 0px; - color: transparent; - border: 1px; + border: 2px; border-color: @active-background; cursor: "default"; - transparency: "real"; location: center; anchor: center; fullscreen: false; enabled: true; border-radius: 15px; + background-color: @background-color; } /* ---- Mainbox ---- */ mainbox { enabled: true; orientation: horizontal; - padding: 20px; - background-image: url("~/.config/rofi/.current_wallpaper", both); + padding: 14px; + background-image: url("~/.config/rofi/.current_wallpaper", height); children: [ "imagebox", "listbox" ]; border-radius: 10px; } @@ -62,10 +61,12 @@ imagebox { /* ---- Listbox ---- */ listbox { spacing: 4px; - background-color: transparent; orientation: vertical; children: [ "listview" ]; border-radius: 10px; + border: 1px; + border-color: @active-background; + background-color: @background90; } /* ---- Dummy ---- */ @@ -81,15 +82,18 @@ inputbar { padding: 10px; border-radius: 10px; border-color: @foreground; - background-color: @background; + background-color: @background90; children: [ "textbox-prompt-colon", "entry" ]; + border: 1px; + border-color: @active-background; } textbox-prompt-colon { enabled: true; expand: false; - str: "🔎"; + str: "🐧"; text-color: inherit; + background-color: transparent; } entry { @@ -98,44 +102,50 @@ entry { cursor: text; placeholder: "Search"; placeholder-color: inherit; + background-color: transparent; } /* ---- Mode Switcher ---- */ mode-switcher{ enabled: true; spacing: 10px; - background-color: transparent; + background-color: transparent; text-color: @foreground; } button { padding: 10px; border-radius: 10px; - background-color: @background; + background-color: @background90; text-color: inherit; cursor: pointer; + border: 1px; + border-color: @active-background; } button selected { background-color: @selected-normal-background; text-color: @foreground; + border: 1px; + border-color: @background; + } /* ---- Listview ---- */ listview { - enabled: true; - columns: 1; - lines: 7; - spacing: 4px; - dynamic: true; - cycle: true; - scrollbar: false; - layout: vertical; - reverse: false; - fixed-height: true; - fixed-columns: false; - background-color: @background; - border-radius: 10px; + enabled: true; + columns: 1; + lines: 9; + spacing: 4px; + dynamic: true; + cycle: true; + scrollbar: false; + layout: vertical; + reverse: false; + fixed-height: true; + fixed-columns: false; + background-color: transparent; + border-radius: 10px; } /* ---- Element ---- */ @@ -144,7 +154,7 @@ element { padding: 5px; margin: 2px; cursor: pointer; - background-color: transparent; + background-color: transparent; border-radius: 10px; border: 0px; } @@ -218,13 +228,13 @@ message { textbox { padding: 15px; - background-color: @background; + background-color: @background; text-color: @foreground; } error-message { padding: 15px; - border-radius: 20px; - background-color: @background; + border-radius: 20px; + background-color: @background; text-color: @foreground; } |
