forked from colonelpanic/dotfiles
[rofi] Set DPI
This commit is contained in:
parent
fc2634c3c5
commit
235ac83631
@ -3,3 +3,4 @@ rofi.sidebar-mode: false
|
|||||||
rofi.theme: sidestyle.rasi
|
rofi.theme: sidestyle.rasi
|
||||||
rofi.drun-icon-theme: Papirus
|
rofi.drun-icon-theme: Papirus
|
||||||
rofi.show-icons: true
|
rofi.show-icons: true
|
||||||
|
rofi.dpi: 100
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
* theme (for an unified experience) */
|
* theme (for an unified experience) */
|
||||||
fc-color: #45373c;
|
fc-color: #45373c;
|
||||||
bg-color: #e9e9e9;
|
bg-color: #e9e9e9;
|
||||||
fc-color-trans: #45373c;
|
fc-color-trans: #45373c;
|
||||||
bg-color-trans: #e9e9e9;
|
bg-color-trans: #e9e9e9;
|
||||||
|
|
||||||
font: "Open Sans 11";
|
font: "Open Sans 11";
|
||||||
@ -41,8 +41,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Dummy container */
|
/* Dummy container */
|
||||||
#dummy {
|
#dummy {
|
||||||
expand: true;
|
expand: true;
|
||||||
}
|
}
|
||||||
/* ================================================= */
|
/* ================================================= */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user