diff --git a/rofi/arc-dark.rasi b/rofi/arc-dark.rasi index f620045..f755c51 100644 --- a/rofi/arc-dark.rasi +++ b/rofi/arc-dark.rasi @@ -8,7 +8,7 @@ window { border: 0.3em; border-color: #2f343f; padding: 0.8em; - background-color: rgba(56, 60, 74, 0.95); + background-color: rgba(56, 60, 74, 0.9); transparency: "real"; } diff --git a/rofi/config.rasi b/rofi/config.rasi index edd2657..20ad566 100644 --- a/rofi/config.rasi +++ b/rofi/config.rasi @@ -1,9 +1,6 @@ configuration { - theme: "arc-dark"; font: "sans 14"; dpi: 0; - width: 35; - lines: 10; /* show-icons: true; */ separator-style: "solid"; @@ -142,4 +139,15 @@ configuration { /* me-accept-custom: "Control+MouseDPrimary";*/ } +@theme "arc-dark" + +window { + width: 700; +} + +listview { + lines: 10; + columns: 1; +} + /* vim: ft=css sw=2 */