This repository has been archived on 2024-04-07. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/rofi/.config/rofi/config.rasi
2019-12-04 00:03:28 -03:00

36 lines
592 B
CSS

/*
vim: filetype=css
*/
configuration {
fullscreen: true;
show-icons: true;
modi: "drun";
terminal: "termite";
display-drun: "Iniciar: ";
}
* {
// Default bg is transparent.
background-color: transparent;
// Default text is white
text-color: white;
spacing: 30;
}
#window {
font: "Roboto 16";
fullscreen: true;
transparency: "background";
background-color: #303030CC;
children: [ dummy1, hdum, dummy2 ];
}
#hdum {
orientation: horizontal;
children: [ dummy3, mainbox, dummy4 ];
}
#element selected {
text-color: #cc5757;
}