1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

rofi: Update configuration for >= 1.7.1

Fix theming and window size since the update had breaking changes.

Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
Joe Groocock 2021-11-28 20:52:55 +00:00
parent 90038f8795
commit a314236670
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86
2 changed files with 12 additions and 4 deletions

View File

@ -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.8);
transparency: "real";
}

View File

@ -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 */