[rofi] Update config
This commit is contained in:
parent
f65e04b882
commit
3db551e6c7
@ -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
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user