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-wallpaper.rasi | |
| parent | d7573ff038168a825e7c9af65cd04a28cdd12a67 (diff) | |
rofi more tweaked
Diffstat (limited to 'config/rofi/config-wallpaper.rasi')
| -rw-r--r-- | config/rofi/config-wallpaper.rasi | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/config/rofi/config-wallpaper.rasi b/config/rofi/config-wallpaper.rasi index 88e0a5fb..7a51fd1f 100644 --- a/config/rofi/config-wallpaper.rasi +++ b/config/rofi/config-wallpaper.rasi @@ -1,5 +1,5 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -/* Main Config */ +/* Main Config wallpaper*/ /* ---- Configuration ---- */ configuration { @@ -39,7 +39,7 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 10px; + border-radius: 15px; } /* ---- Mainbox ---- */ @@ -47,8 +47,9 @@ mainbox { enabled: true; orientation: horizontal; padding: 20px; - background-image: url("~/.config/rofi/.current_wallpaper", height); + background-image: url("~/.config/rofi/.current_wallpaper", width); children: [ "imagebox", "listbox" ]; + border-radius: 10px; } /* ---- Imagebox ---- */ @@ -75,10 +76,10 @@ 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" ]; } @@ -127,14 +128,14 @@ listview { lines: 10; spacing: 4px; dynamic: true; - enabled: true; cycle: true; scrollbar: true; layout: vertical; reverse: false; fixed-height: true; fixed-columns: false; - background-color: transparent; + background-color: @background; + border-radius: 10px; } /* ---- Element ---- */ |
