[rofi] Update config

This commit is contained in:
Ivan Malison 2018-05-30 22:08:12 -07:00
parent f65e04b882
commit 3db551e6c7
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8
2 changed files with 8 additions and 10 deletions

View File

@ -1,5 +1,5 @@
rofi.terminal: alacritty
rofi.terminal: termite
rofi.sidebar-mode: false
rofi.theme: white.rasi
rofi.theme: sidestyle.rasi
rofi.drun-icon-theme: Papirus
rofi.show-icons: true

View File

@ -13,10 +13,10 @@
* theme (for an unified experience) */
fc-color: #39393A;
bg-color: #262626;
fc-color-trans: #39393AC5;
fc-color-trans: #39393AC5;
bg-color-trans: #262626F0;
font: "Open Sans 11";
font: "Source Code Pro 11";
}
/* ================================================= */
@ -30,19 +30,19 @@
transparency: "real";
orientation: horizontal;
children: [mainbox, dummy];
children: [mainbox];
}
/* First container */
#mainbox {
expand: false;
expand: true;
background-color: @bg-color-trans;
spacing: 0.8em;
}
/* Dummy container */
#dummy {
expand: true;
#dummy {
expand: true;
}
/* ================================================= */
@ -125,5 +125,3 @@
#element selected urgent {
background-color: DarkOrange;
}
/* vim:ft=css */