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:
parent
dbbb533850
commit
f0e6807814
@ -8,7 +8,7 @@ window {
|
|||||||
border: 0.3em;
|
border: 0.3em;
|
||||||
border-color: #2f343f;
|
border-color: #2f343f;
|
||||||
padding: 0.8em;
|
padding: 0.8em;
|
||||||
background-color: rgba(56, 60, 74, 0.9);
|
background-color: rgba(56, 60, 74, 0.95);
|
||||||
transparency: "real";
|
transparency: "real";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2,8 +2,8 @@ configuration {
|
|||||||
theme: "arc-dark";
|
theme: "arc-dark";
|
||||||
font: "sans 14";
|
font: "sans 14";
|
||||||
dpi: 0;
|
dpi: 0;
|
||||||
width: 40;
|
width: 35;
|
||||||
lines: 12;
|
lines: 10;
|
||||||
|
|
||||||
/* show-icons: true; */
|
/* show-icons: true; */
|
||||||
separator-style: "solid";
|
separator-style: "solid";
|
||||||
|
Loading…
Reference in New Issue
Block a user