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-waybar-layout.rasi | |
| parent | d7573ff038168a825e7c9af65cd04a28cdd12a67 (diff) | |
rofi more tweaked
Diffstat (limited to 'config/rofi/config-waybar-layout.rasi')
| -rw-r--r-- | config/rofi/config-waybar-layout.rasi | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/config/rofi/config-waybar-layout.rasi b/config/rofi/config-waybar-layout.rasi index 1621183d..0ac60e90 100644 --- a/config/rofi/config-waybar-layout.rasi +++ b/config/rofi/config-waybar-layout.rasi @@ -1,5 +1,5 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ - +/* config - Waybar */ /* ---- Configuration ---- */ configuration { modi: "drun,run"; @@ -22,7 +22,7 @@ configuration { /* ---- Window ---- */ window { - width: 40%; + width: 34%; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -37,7 +37,7 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 10px; + border-radius: 15px; } /* ---- Mainbox ---- */ @@ -47,6 +47,7 @@ mainbox { padding: 20px; background-image: url("~/.config/rofi/.current_wallpaper", height); children: [ "imagebox", "listbox" ]; + border-radius: 10px; } /* ---- Imagebox ---- */ @@ -76,7 +77,7 @@ inputbar { padding: 15px; border-radius: 10px; border-color: @foreground; - background-color: transparent; + background-color: @backrgound; children: [ "textbox-prompt-colon", "entry" ]; } @@ -93,7 +94,7 @@ entry { background-color: transparent; text-color: inherit; cursor: text; - placeholder: "Choose Waybar Style"; + placeholder: "Choose Waybar Layout"; placeholder-color: inherit; } @@ -131,7 +132,8 @@ listview { reverse: false; fixed-height: true; fixed-columns: false; - background-color: transparent; + background-color: @background; + border-radius: 10px; } /* ---- Element ---- */ |
