forked from colonelpanic/dotfiles
[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.sidebar-mode: false
|
||||||
rofi.theme: white.rasi
|
rofi.theme: sidestyle.rasi
|
||||||
rofi.drun-icon-theme: Papirus
|
rofi.drun-icon-theme: Papirus
|
||||||
rofi.show-icons: true
|
rofi.show-icons: true
|
||||||
|
@ -13,10 +13,10 @@
|
|||||||
* theme (for an unified experience) */
|
* theme (for an unified experience) */
|
||||||
fc-color: #39393A;
|
fc-color: #39393A;
|
||||||
bg-color: #262626;
|
bg-color: #262626;
|
||||||
fc-color-trans: #39393AC5;
|
fc-color-trans: #39393AC5;
|
||||||
bg-color-trans: #262626F0;
|
bg-color-trans: #262626F0;
|
||||||
|
|
||||||
font: "Open Sans 11";
|
font: "Source Code Pro 11";
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================================================= */
|
/* ================================================= */
|
||||||
@ -30,19 +30,19 @@
|
|||||||
transparency: "real";
|
transparency: "real";
|
||||||
|
|
||||||
orientation: horizontal;
|
orientation: horizontal;
|
||||||
children: [mainbox, dummy];
|
children: [mainbox];
|
||||||
}
|
}
|
||||||
|
|
||||||
/* First container */
|
/* First container */
|
||||||
#mainbox {
|
#mainbox {
|
||||||
expand: false;
|
expand: true;
|
||||||
background-color: @bg-color-trans;
|
background-color: @bg-color-trans;
|
||||||
spacing: 0.8em;
|
spacing: 0.8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Dummy container */
|
/* Dummy container */
|
||||||
#dummy {
|
#dummy {
|
||||||
expand: true;
|
expand: true;
|
||||||
}
|
}
|
||||||
/* ================================================= */
|
/* ================================================= */
|
||||||
|
|
||||||
@ -125,5 +125,3 @@
|
|||||||
#element selected urgent {
|
#element selected urgent {
|
||||||
background-color: DarkOrange;
|
background-color: DarkOrange;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* vim:ft=css */
|
|
||||||
|
Loading…
Reference in New Issue
Block a user