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:
parent
90038f8795
commit
0116be881a
@ -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";
|
||||
}
|
||||
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user