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.rasi | |
| parent | d7573ff038168a825e7c9af65cd04a28cdd12a67 (diff) | |
rofi more tweaked
Diffstat (limited to 'config/rofi/config.rasi')
| -rw-r--r-- | config/rofi/config.rasi | 55 |
1 files changed, 28 insertions, 27 deletions
diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index f36ff120..de7d3496 100644 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -1,5 +1,5 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -/* Main Config */ +/* Main Config (main) */ /* ---- Configuration ---- */ configuration { @@ -24,7 +24,7 @@ configuration { /* ---- Window ---- */ window { - width: 40%; + width: 35%; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -39,7 +39,7 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 10px; + border-radius: 15px; } /* ---- Mainbox ---- */ @@ -49,6 +49,7 @@ mainbox { padding: 20px; background-image: url("~/.config/rofi/.current_wallpaper", width); children: [ "imagebox", "listbox" ]; + border-radius: 10px; } /* ---- Imagebox ---- */ @@ -64,7 +65,9 @@ listbox { background-color: transparent; orientation: vertical; children: [ "listview" ]; + border-radius: 10px; } + /* ---- Dummy ---- */ dummy { background-color: transparent; @@ -75,24 +78,22 @@ inputbar { enabled: true; text-color: @foreground; spacing: 10px; - padding: 15px; + padding: 10px; border-radius: 10px; border-color: @foreground; - background-color: transparent; + background-color: @background; 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: "Search"; @@ -102,15 +103,15 @@ 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; + background-color: @background; text-color: inherit; cursor: pointer; } @@ -122,19 +123,19 @@ button selected { /* ---- Listview ---- */ listview { - enabled: true; - columns: 1; - lines: 8; - spacing: 4px; - dynamic: true; - enabled: true; - cycle: true; - scrollbar: false; - layout: vertical; - reverse: true; - fixed-height: true; - fixed-columns: false; - background-color: transparent; + enabled: true; + columns: 1; + lines: 9; + spacing: 4px; + dynamic: true; + cycle: true; + scrollbar: false; + layout: vertical; + reverse: true; + fixed-height: true; + fixed-columns: false; + background-color: @background; + border-radius: 10px; } /* ---- Element ---- */ @@ -143,7 +144,7 @@ element { padding: 5px; margin: 2px; cursor: pointer; - background-color: transparent; + background-color: transparent; border-radius: 10px; border: 0px; } @@ -210,14 +211,14 @@ element-text { /*****----- Message -----*****/ message { - background-color: transparent; + background-color: @background; margin: 20px 0px 0px 0px; border-radius: 10px; } textbox { padding: 15px; - background-color: transparent; + background-color: @background; text-color: @foreground; } |
