dotfiles/.config/rofi/launcher_side.rasi

32 lines
645 B
Plaintext

/*
*
* Author : Aditya Shakya
* Mail : adi1090x@gmail.com
* Github : @adi1090x
* Twitter : @adi1090x
*
*/
@import "config.rasi"
@import "colors.rasi"
@import "launcher_base.rasi"
//configuration {
// sidebar-mode: true;
//}
window {
transparency: "real";
background-color: @background;
text-color: @foreground;
border: 2px;
border-color: @primary;
border-radius: 0px;
width: 30em;
height: 95%;
location: west;
x-offset: 0;
y-offset: 0;
}