diff options
| author | darkeddie <lyttle.daniel@gmail.com> | 2023-11-25 20:08:41 +1100 |
|---|---|---|
| committer | darkeddie <lyttle.daniel@gmail.com> | 2023-11-25 20:08:41 +1100 |
| commit | 2ad7b840f7f2b06992c875b6e3d5089ec0e86490 (patch) | |
| tree | 3511ed6e62c843f08da4d23d2cb89e010ed7a40e /config/rofi | |
| parent | 62a7a2bceca6967b885ee01f2f5e7f5c8aa989f7 (diff) | |
Update with shortcuts on rofipower
Diffstat (limited to 'config/rofi')
| -rw-r--r-- | config/rofi/config-powermenu.rasi | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/config/rofi/config-powermenu.rasi b/config/rofi/config-powermenu.rasi index a3babe62..cf0592f8 100644 --- a/config/rofi/config-powermenu.rasi +++ b/config/rofi/config-powermenu.rasi @@ -3,7 +3,6 @@ /* ---- Configuration ---- */ configuration { show-icons: false; - auto-select: true; } /* ---- Load pywal colors (custom wal template) ---- */ @@ -19,8 +18,8 @@ window { location: center; anchor: center; fullscreen: false; - width: 38%; - /*height: 30%;*/ + width: 900px; + height: 400px; x-offset: 0px; y-offset: 0px; padding: 0px; @@ -48,7 +47,7 @@ mainbox { /* ---- Inputbar ---- */ inputbar { enabled: true; - padding: 10px; + padding: 20px; background-color: transparent; orientation: horizontal; children: ["prompt"]; @@ -77,11 +76,12 @@ listview { reverse: false; fixed-height: false; fixed-columns: true; - spacing: 30px; - padding: 2% 30px; + spacing: 40px; + padding: 4% 40px; background-color: transparent; cursor: "default"; border: 0px; + border-color: @active-background; } /* ---- Elements ---- */ |
