dotfiles/rofi/power/row_alt.rasi
2020-05-14 09:05:21 -05:00

148 lines
4.1 KiB
Plaintext

/*
*
* Author : Aditya Shakya (adi1090x)
* Mail : adi1090x@gmail.com
* Github : @adi1090x
* Reddit : @adi1090x
*
*/
configuration {
font: "FantasqueSansMono Nerd Font 16";
show-icons: false;
icon-theme: "Papirus";
drun-display-format: "{name}";
disable-history: false;
fullscreen: false;
hide-scrollbar: true;
sidebar-mode: false;
}
@import "styles/colors.rasi"
window {
transparency: "real";
background-color: @background;
text-color: @foreground;
border-radius: 0px;
height: 47%;
width: 100%;
location: center;
x-offset: 0;
y-offset: 0;
}
prompt {
enabled: true;
padding: 4px 8px 4px 8px;
background-color: @background-alt;
text-color: @foreground;
}
textbox-prompt-colon {
expand: false;
str: "System |";
background-color: @background-alt;
text-color: @foreground;
padding: 4px 0px 4px 8px;
}
inputbar {
children: [ textbox-prompt-colon, prompt ];
background-color: @background-alt;
text-color: @foreground;
expand: false;
border: 0px 0px 0px 3px;
border-radius: 0px 50px 50px 0px;
border-color: @border;
margin: 0px 60% 0px 0px;
padding: 8px 8px 8px 8px;
position: center;
}
entry {
background-color: @background-alt;
text-color: @foreground;
placeholder-color: @foreground;
padding: 4px 8px 4px 8px;
expand: true;
horizontal-align: 0;
placeholder: "Search";
blink: true;
}
case-indicator {
background-color: @background-alt;
text-color: @foreground;
spacing: 0;
}
listview {
background-color: @background;
margin: 0% 5% 0% 0%;
spacing: 2.5%;
cycle: false;
dynamic: true;
layout: horizontal;
}
mainbox {
background-color: @background;
spacing: 4%;
children: [ inputbar, listview ];
padding: 4% 0% 0% 7%;
}
element {
background-color: @background-alt;
text-color: @foreground;
orientation: horizontal;
border-radius: 10px;
padding: 0px 0px 0px -5px;
}
element-icon {
size: 65px;
border: 0px;
}
element-text {
font: "feather 64";
expand: true;
horizontal-align: 0.5;
vertical-align: 0.5;
margin: 60px 60px 60px 65px;
}
element normal.urgent,
element alternate.urgent {
background-color: @urgent;
text-color: @foreground;
border-radius: 10px;
}
element normal.active,
element alternate.active {
background-color: @background-alt;
text-color: @foreground;
}
element selected {
background-color: @selected;
text-color: @foreground;
border: 1px;
border-radius: 10px;
border-color: @border;
}
element selected.urgent {
background-color: @urgent;
text-color: @foreground;
}
element selected.active {
background-color: @background-alt;
color: @foreground;
}