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