first commit
This commit is contained in:
commit
78b79e224f
239 changed files with 14912 additions and 0 deletions
108
rofi/launchers/style_normal_rainbow_sidebar.rasi
Normal file
108
rofi/launchers/style_normal_rainbow_sidebar.rasi
Normal file
|
@ -0,0 +1,108 @@
|
|||
/*
|
||||
*
|
||||
* Author : Aditya Shakya (adi1090x)
|
||||
* Mail : adi1090x@gmail.com
|
||||
* Github : @adi1090x
|
||||
* Reddit : @adi1090x
|
||||
*
|
||||
*/
|
||||
|
||||
configuration {
|
||||
drun-display-format: "{icon} {name}";
|
||||
display-drun: "Apps";
|
||||
show-icons: true;
|
||||
icon-theme: "Papirus";
|
||||
location: 1;
|
||||
yoffset: 0;
|
||||
xoffset: 0;
|
||||
fake-transparency: false;
|
||||
hide-scrollbar: true;
|
||||
bw: 0;
|
||||
fullscreen: false;
|
||||
show-icons: true;
|
||||
terminal: "termite";
|
||||
sidebar-mode: false;
|
||||
}
|
||||
|
||||
/* colors */
|
||||
* {
|
||||
red: #EC5250;
|
||||
blue: #25B1CA;
|
||||
green: #2ABB9C;
|
||||
purple: #5537D2;
|
||||
white: #ffffff;
|
||||
}
|
||||
|
||||
// black
|
||||
* {
|
||||
bg: #00000099;
|
||||
bg-sel: #00000066;
|
||||
fg: #ffffff;
|
||||
}
|
||||
|
||||
// white
|
||||
/*
|
||||
* {
|
||||
bg: #ffffff8c;
|
||||
bg-sel: #ffffff8c;
|
||||
fg: #202020;
|
||||
}
|
||||
*/
|
||||
|
||||
* {
|
||||
background-color: #00000000;
|
||||
font: "Iosevka 12";
|
||||
}
|
||||
|
||||
window {
|
||||
height: 100%;
|
||||
width: 20%;
|
||||
transparency: "real";
|
||||
}
|
||||
|
||||
mainbox {
|
||||
children: [ inputbar, listview ];
|
||||
padding: 0% 0% 0% 0%;
|
||||
background-color: @bg;
|
||||
border: 0;
|
||||
border-radius: 0;
|
||||
border-color: @bg;
|
||||
}
|
||||
|
||||
listview {
|
||||
columns: 1;
|
||||
padding: 0;
|
||||
spacing: 2;
|
||||
}
|
||||
|
||||
element {
|
||||
border: 0;
|
||||
text-color: @fg;
|
||||
orientation: vertical;
|
||||
padding: 12 12 12 12;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
element selected {
|
||||
background-color: @bg-sel;
|
||||
border-color: @bg;
|
||||
text-color: @fg;
|
||||
}
|
||||
|
||||
inputbar {
|
||||
children: [entry];
|
||||
padding: 4 4 4 4;
|
||||
/* change this colors to change style*/
|
||||
background-color: @red;
|
||||
border: 0 0 0 0;
|
||||
border-color: @fg;
|
||||
}
|
||||
|
||||
prompt {
|
||||
enabled: false;
|
||||
}
|
||||
|
||||
entry {
|
||||
text-color: @white;
|
||||
padding: 8 12 8 12;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue