diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-02-15 00:42:41 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-02-15 00:42:52 +0900 |
| commit | b5dc4f9991df5ef5f5e8c4e191a863d8aeb4cdaf (patch) | |
| tree | 5ff29862900b6c6d3ef363517ff8d7cba1886a8d /assets/rofi/themes/KooL_style-11-Win11-list-light.rasi | |
| parent | 86ec85bfb60459fe51afbc0b572d9c1f3a74ed2c (diff) | |
updated rofi configs. Added CTRL SHIFT R to launch modified rofi-theme-selector
Diffstat (limited to 'assets/rofi/themes/KooL_style-11-Win11-list-light.rasi')
| -rw-r--r-- | assets/rofi/themes/KooL_style-11-Win11-list-light.rasi | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/assets/rofi/themes/KooL_style-11-Win11-list-light.rasi b/assets/rofi/themes/KooL_style-11-Win11-list-light.rasi index 0e2600f1..e6437b29 100644 --- a/assets/rofi/themes/KooL_style-11-Win11-list-light.rasi +++ b/assets/rofi/themes/KooL_style-11-Win11-list-light.rasi @@ -6,14 +6,14 @@ /* ---- Configuration ---- */ configuration { - dpi: 1; + dpi: 1; show-icons: true; hover-select: true; me-select-entry: "MouseSecondary"; me-accept-entry: "MousePrimary"; } -/*****----- Global Properties -----*****/ +/*****----- Global Properties -----*****/ * { bg0 : #ffffff80; bg1 : #f9f9f9bf; @@ -81,7 +81,6 @@ entry { placeholder-color : @fg1; } - listview { columns : 2; spacing : 8px; @@ -133,9 +132,9 @@ error-message { } textbox { - padding : 10px; - background-color : @bg0; - text-color : @fg0; - vertical-align : 0.5; - horizontal-align : 0.5; + padding : 10px; + background-color : @bg0; + text-color : @fg0; + vertical-align : 0.5; + horizontal-align : 0.5; } |
