[rofi] Set DPI

This commit is contained in:
Ivan Malison 2018-06-20 13:56:59 -07:00
parent fc2634c3c5
commit 235ac83631
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8
2 changed files with 4 additions and 3 deletions

View File

@ -3,3 +3,4 @@ rofi.sidebar-mode: false
rofi.theme: sidestyle.rasi
rofi.drun-icon-theme: Papirus
rofi.show-icons: true
rofi.dpi: 100

View File

@ -13,7 +13,7 @@
* theme (for an unified experience) */
fc-color: #45373c;
bg-color: #e9e9e9;
fc-color-trans: #45373c;
fc-color-trans: #45373c;
bg-color-trans: #e9e9e9;
font: "Open Sans 11";
@ -41,8 +41,8 @@
}
/* Dummy container */
#dummy {
expand: true;
#dummy {
expand: true;
}
/* ================================================= */