diff options
| author | JaKooLit <jimmielovejay.com> | 2023-11-19 15:21:53 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay.com> | 2023-11-19 15:21:53 +0900 |
| commit | dbd225f9d575285edb89074031a7b9c536dcd3bf (patch) | |
| tree | 0ec89becb82b1fdcd692176608008aa9b319eeb5 /config/rofi/config-compact.rasi | |
| parent | d7573ff038168a825e7c9af65cd04a28cdd12a67 (diff) | |
rofi more tweaked
Diffstat (limited to 'config/rofi/config-compact.rasi')
| -rw-r--r-- | config/rofi/config-compact.rasi | 94 |
1 files changed, 41 insertions, 53 deletions
diff --git a/config/rofi/config-compact.rasi b/config/rofi/config-compact.rasi index 78ca58cc..020e6abc 100644 --- a/config/rofi/config-compact.rasi +++ b/config/rofi/config-compact.rasi @@ -1,4 +1,5 @@ /* ---- ๐ซ https://github.com/JaKooLit ๐ซ ---- */ +/* Main Config Hyprland Settings*/ /* ---- Configuration ---- */ configuration { @@ -15,6 +16,7 @@ configuration { me-accept-entry: "MousePrimary"; window-format: "{w} ยท {c} ยท {t}"; dpi: 1; + } /* ---- Load pywal colors (custom wal template) ---- */ @@ -22,11 +24,11 @@ configuration { /* ---- Window ---- */ window { - width: 42%; + width: 35%; x-offset: 0px; y-offset: 0px; spacing: 0px; - padding: 0px; + padding: 2px; margin: 0px; color: transparent; border: 1px; @@ -37,23 +39,21 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 10px; + border-radius: 15px; } /* ---- Mainbox ---- */ mainbox { enabled: true; orientation: horizontal; - spacing: 0px; - margin: 0px; - background-color: transparent; - background-image: url("~/.config/rofi/.current_wallpaper",width); + padding: 20px; + background-image: url("~/.config/rofi/.current_wallpaper", width); children: [ "imagebox", "listbox" ]; + border-radius: 10px; } /* ---- Imagebox ---- */ imagebox { - padding: 18px; background-color: transparent; orientation: vertical; children: [ "inputbar", "dummy", "mode-switcher" ]; @@ -61,10 +61,11 @@ imagebox { /* ---- Listbox ---- */ listbox { - spacing: 20px; + spacing: 4px; background-color: transparent; orientation: vertical; - children: [ "message", "listview" ]; + children: [ "listview" ]; + border-radius: 10px; } /* ---- Dummy ---- */ dummy { @@ -76,24 +77,22 @@ inputbar { enabled: true; text-color: @foreground; spacing: 10px; - padding: 15px; + padding: 10px; border-radius: 10px; border-color: @foreground; - background-color: transparent; + background-color: @backrgound; children: [ "textbox-prompt-colon", "entry" ]; } textbox-prompt-colon { enabled: true; expand: false; - str: "๐ "; + str: "๐"; text-color: inherit; - background-color: transparent; } entry { enabled: true; - background-color: transparent; text-color: inherit; cursor: text; placeholder: "View / Edit Hyprland Settings"; @@ -103,43 +102,39 @@ entry { /* ---- Mode Switcher ---- */ mode-switcher{ enabled: true; - spacing: 20px; - background-color: transparent; + spacing: 10px; + background-color: transparent; text-color: @foreground; } button { - padding: 10px; - border-radius: 10px; - background-color: transparent; - text-color: inherit; - cursor: pointer; - border: 0px; + padding: 10px; + border-radius: 10px; + background-color: @background; + text-color: inherit; + cursor: pointer; } button selected { - background-color: @selected-normal-background; - text-color: @foreground; + background-color: @selected-normal-background; + text-color: @foreground; } /* ---- Listview ---- */ listview { - enabled: true; - columns: 1; - lines: 8; - cycle: true; - dynamic: true; - scrollbar: false; - layout: vertical; - reverse: false; - fixed-height: true; - fixed-columns: true; - spacing: 0px; - padding: 10px; - margin: 0px; - border-radius: 10px; - border: 0px; - background-color: transparent; + 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; } /* ---- Element ---- */ @@ -148,7 +143,7 @@ element { padding: 5px; margin: 2px; cursor: pointer; - background-color: transparent; + background-color: transparent; border-radius: 10px; border: 0px; } @@ -215,27 +210,20 @@ element-text { /*****----- Message -----*****/ message { - background-color: transparent; - border: 0px; + background-color: @background; margin: 20px 0px 0px 0px; - padding: 0px; - spacing: 0px; border-radius: 10px; } textbox { padding: 15px; - margin: 0px; - border-radius: 0px; - background-color: transparent; + background-color: @background; text-color: @foreground; - vertical-align: 0.5; - horizontal-align: 0.0; } error-message { padding: 15px; - border-radius: 20px; - background-color: @background; + border-radius: 20px; + background-color: @background; text-color: @foreground; } |
