diff options
| author | Ja.KooLit <ejhay.games@gmail.com> | 2023-11-05 23:21:33 +0900 |
|---|---|---|
| committer | Ja.KooLit <ejhay.games@gmail.com> | 2023-11-05 23:21:33 +0900 |
| commit | 4dcde3fd2617d934b86ac7e261a3fc2de42599f3 (patch) | |
| tree | 142180c776a2ece53670950f2e2b664c8e0ffaf9 /config/rofi/config.rasi | |
| parent | 9ab2c32a504aacbe597fa6acd523a77967a6ed10 (diff) | |
small update
Diffstat (limited to 'config/rofi/config.rasi')
| -rw-r--r-- | config/rofi/config.rasi | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index 8d45154c..0e257d2d 100644 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -1,5 +1,4 @@ -/* - +/* 💫 https://github.com/JaKooLit 💫 */ /* ---- Configuration ---- */ configuration { modi: "drun,run"; @@ -20,7 +19,6 @@ configuration { /* ---- Load pywal colors (custom wal template) ---- */ @import "~/.cache/wal/colors-rofi-dark.rasi" - /* ---- Window ---- */ window { width: 900px; @@ -50,7 +48,7 @@ mainbox { margin: 0px; background-color: @background; background-image: url("~/.config/rofi/.current_wallpaper", height); - children: ["imagebox","listbox"]; + children: [ "imagebox", "listbox" ]; } /* ---- Imagebox ---- */ @@ -99,7 +97,7 @@ entry { background-color: transparent; text-color: inherit; cursor: text; - placeholder: "Search"; + placeholder: "Choose"; placeholder-color: inherit; } @@ -114,7 +112,7 @@ mode-switcher{ button { padding: 10px; border-radius: 10px; - background-color: rgba(0,0,0,0.5); + background-color: @background; text-color: inherit; cursor: pointer; border: 0px; @@ -129,7 +127,7 @@ button selected { listview { enabled: true; columns: 1; - lines: 12; + lines: 8; cycle: true; dynamic: true; scrollbar: false; @@ -148,12 +146,12 @@ listview { /* ---- Element ---- */ element { enabled: true; - padding: 2px; + padding: 5px; margin: 2px; cursor: pointer; - background-color: rgba(0,0,0,0); + background-color: @background; border-radius: 10px; - border: 0px; + border: 2px; } element normal.normal { @@ -229,7 +227,7 @@ message { textbox { padding: 15px; margin: 0px; - border-radius: 10px; + border-radius: 0px; background-color: @background; text-color: @foreground; vertical-align: 0.5; |
