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

rofi: adjust colour and window size

This commit is contained in:
Joe Groocock 2018-07-30 09:23:07 +01:00
parent dbbb533850
commit f0e6807814
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ window {
border: 0.3em;
border-color: #2f343f;
padding: 0.8em;
background-color: rgba(56, 60, 74, 0.9);
background-color: rgba(56, 60, 74, 0.95);
transparency: "real";
}

View File

@ -2,8 +2,8 @@ configuration {
theme: "arc-dark";
font: "sans 14";
dpi: 0;
width: 40;
lines: 12;
width: 35;
lines: 10;
/* show-icons: true; */
separator-style: "solid";