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-long.rasi | |
| parent | d7573ff038168a825e7c9af65cd04a28cdd12a67 (diff) | |
rofi more tweaked
Diffstat (limited to 'config/rofi/config-long.rasi')
| -rw-r--r-- | config/rofi/config-long.rasi | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/config/rofi/config-long.rasi b/config/rofi/config-long.rasi index 58d77319..d4ac70dd 100644 --- a/config/rofi/config-long.rasi +++ b/config/rofi/config-long.rasi @@ -1,5 +1,5 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ - +/* Main Config (long) */ /* ---- Configuration ---- */ configuration { modi: "drun,run"; @@ -37,7 +37,7 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 10px; + border-radius: 15px; } /* ---- Mainbox ---- */ @@ -46,9 +46,10 @@ mainbox { orientation: vertical; spacing: 0px; margin: 0px; - background-color: transparent; + padding: 20px; background-image: url("~/.config/rofi/.current_wallpaper", height); children: [ "listbox" ]; + border-radius: 10px; } /* ---- Imagebox ---- */ @@ -65,6 +66,7 @@ listbox { background-color: transparent; orientation: vertical; children: [ "inputbar", "message", "listview" ]; + border-radius: 10px; } /* ---- Dummy ---- */ dummy { @@ -76,10 +78,10 @@ inputbar { enabled: true; text-color: @foreground; spacing: 10px; - padding: 20px; + padding: 10px; border-radius: 10px; border-color: @foreground; - background-color: transparent; + background-color: @background; children: [ "textbox-prompt-colon", "entry" ]; } @@ -96,7 +98,7 @@ entry { background-color: transparent; text-color: inherit; cursor: text; - placeholder: "Choose"; + placeholder: "Search"; placeholder-color: inherit; } @@ -139,7 +141,8 @@ listview { margin: 0px; border-radius: 10px; border: 0px; - background-color: transparent; + background-color: @background; + border-radius: 10px; } /* ---- Element ---- */ |
