first commit
This commit is contained in:
commit
78b79e224f
239 changed files with 14912 additions and 0 deletions
128
rofi/themes/menu/apps.rasi
Normal file
128
rofi/themes/menu/apps.rasi
Normal file
|
@ -0,0 +1,128 @@
|
|||
/*
|
||||
*
|
||||
* Author : Aditya Shakya (adi1090x)
|
||||
* Mail : adi1090x@gmail.com
|
||||
* Github : @adi1090x
|
||||
* Reddit : @adi1090x
|
||||
*
|
||||
*/
|
||||
|
||||
@import "../colors.rasi"
|
||||
|
||||
/* ########### */
|
||||
|
||||
* {
|
||||
/* General */
|
||||
text-font: "Comfortaa 14";
|
||||
icon-font: "Hurmit Nerd Font Mono 48";
|
||||
icon-font-small: "Hurmit Nerd Font Mono 24";
|
||||
|
||||
option-6-listview-spacing: 10px;
|
||||
|
||||
menu-window-padding: 25px 35px;
|
||||
menu-inputbar-margin: 10px 0px;
|
||||
menu-prompt-padding: 10px 20px 10px 20px;
|
||||
menu-prompt-margin: 0px 0px 0px -2px;
|
||||
menu-element-border: 10px;
|
||||
menu-element-padding: 25px 35px 20px -40px;
|
||||
}
|
||||
|
||||
/* ########### */
|
||||
|
||||
#window {
|
||||
width: 66%;
|
||||
height: 33%;
|
||||
anchor: center;
|
||||
location: center;
|
||||
x-offset: 0%;
|
||||
y-offset: 0%;
|
||||
}
|
||||
|
||||
/* ########### */
|
||||
|
||||
* {
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
font: @icon-font;
|
||||
}
|
||||
|
||||
#horibox {
|
||||
children: [ listview ];
|
||||
}
|
||||
#listview {
|
||||
layout: horizontal;
|
||||
}
|
||||
#element {
|
||||
padding: @option-element-padding;
|
||||
background-color: @background-light;
|
||||
}
|
||||
#element.selected {
|
||||
background-color: @accent;
|
||||
text-color: @background;
|
||||
}
|
||||
|
||||
/* ########### */
|
||||
|
||||
* {
|
||||
font: @text-font;
|
||||
}
|
||||
#window {
|
||||
padding: @menu-window-padding;
|
||||
children: [ inputbar, horibox ];
|
||||
}
|
||||
#inputbar {
|
||||
children: [ textbox-prompt-colon, prompt ];
|
||||
margin: @menu-inputbar-margin;
|
||||
}
|
||||
prompt,
|
||||
textbox-prompt-colon {
|
||||
padding: @menu-prompt-padding;
|
||||
border: 2px;
|
||||
border-color: @accent;
|
||||
}
|
||||
#prompt {
|
||||
margin: @menu-prompt-margin;
|
||||
background-color: @background-light;
|
||||
text-color: @accent;
|
||||
}
|
||||
#textbox-prompt-colon {
|
||||
expand: false;
|
||||
str: "Apps";
|
||||
background-color: @accent;
|
||||
text-color: @background;
|
||||
}
|
||||
#horibox {
|
||||
padding: 0px;
|
||||
}
|
||||
#listview {
|
||||
spacing: @option-6-listview-spacing;
|
||||
lines: 6;
|
||||
}
|
||||
#element {
|
||||
font: @icon-font;
|
||||
border: @menu-element-border;
|
||||
padding: @menu-element-padding;
|
||||
border-color: @background-light;
|
||||
}
|
||||
#element.selected {
|
||||
border-color: @accent;
|
||||
}
|
||||
element.active,
|
||||
element.selected.urgent {
|
||||
background-color: @on;
|
||||
text-color: @background;
|
||||
border-color: @on;
|
||||
}
|
||||
element.selected.urgent {
|
||||
border-color: @accent;
|
||||
}
|
||||
element.urgent,
|
||||
element.selected.active {
|
||||
background-color: @off;
|
||||
text-color: @background;
|
||||
border-color: @off;
|
||||
}
|
||||
element.selected.active {
|
||||
border-color: @accent;
|
||||
}
|
||||
|
128
rofi/themes/menu/backlight.rasi
Normal file
128
rofi/themes/menu/backlight.rasi
Normal file
|
@ -0,0 +1,128 @@
|
|||
/*
|
||||
*
|
||||
* Author : Aditya Shakya (adi1090x)
|
||||
* Mail : adi1090x@gmail.com
|
||||
* Github : @adi1090x
|
||||
* Reddit : @adi1090x
|
||||
*
|
||||
*/
|
||||
|
||||
@import "../colors.rasi"
|
||||
|
||||
/* ########### */
|
||||
|
||||
* {
|
||||
/* General */
|
||||
text-font: "Comfortaa 14";
|
||||
icon-font: "Hurmit Nerd Font Mono 48";
|
||||
icon-font-small: "Hurmit Nerd Font Mono 24";
|
||||
|
||||
option-6-listview-spacing: 10px;
|
||||
|
||||
menu-window-padding: 25px 35px;
|
||||
menu-inputbar-margin: 10px 0px;
|
||||
menu-prompt-padding: 10px 20px 10px 20px;
|
||||
menu-prompt-margin: 0px 0px 0px -2px;
|
||||
menu-element-border: 10px;
|
||||
menu-element-padding: 25px 35px 20px -40px;
|
||||
}
|
||||
|
||||
/* ########### */
|
||||
|
||||
#window {
|
||||
width: 35.5%;
|
||||
height: 33%;
|
||||
anchor: center;
|
||||
location: center;
|
||||
x-offset: 0%;
|
||||
y-offset: 0%;
|
||||
}
|
||||
|
||||
/* ########### */
|
||||
|
||||
* {
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
font: @icon-font;
|
||||
}
|
||||
|
||||
#horibox {
|
||||
children: [ listview ];
|
||||
}
|
||||
#listview {
|
||||
layout: horizontal;
|
||||
}
|
||||
#element {
|
||||
padding: @option-element-padding;
|
||||
background-color: @background-light;
|
||||
}
|
||||
#element.selected {
|
||||
background-color: @accent;
|
||||
text-color: @background;
|
||||
}
|
||||
|
||||
/* ########### */
|
||||
|
||||
* {
|
||||
font: @text-font;
|
||||
}
|
||||
#window {
|
||||
padding: @menu-window-padding;
|
||||
children: [ inputbar, horibox ];
|
||||
}
|
||||
#inputbar {
|
||||
children: [ textbox-prompt-colon, prompt ];
|
||||
margin: @menu-inputbar-margin;
|
||||
}
|
||||
prompt,
|
||||
textbox-prompt-colon {
|
||||
padding: @menu-prompt-padding;
|
||||
border: 2px;
|
||||
border-color: @accent;
|
||||
}
|
||||
#prompt {
|
||||
margin: @menu-prompt-margin;
|
||||
background-color: @background-light;
|
||||
text-color: @accent;
|
||||
}
|
||||
#textbox-prompt-colon {
|
||||
expand: false;
|
||||
str: "Brightness";
|
||||
background-color: @accent;
|
||||
text-color: @background;
|
||||
}
|
||||
#horibox {
|
||||
padding: 0px;
|
||||
}
|
||||
#listview {
|
||||
spacing: @option-6-listview-spacing;
|
||||
lines: 3;
|
||||
}
|
||||
#element {
|
||||
font: @icon-font;
|
||||
border: @menu-element-border;
|
||||
padding: @menu-element-padding;
|
||||
border-color: @background-light;
|
||||
}
|
||||
#element.selected {
|
||||
border-color: @accent;
|
||||
}
|
||||
element.active,
|
||||
element.selected.urgent {
|
||||
background-color: @on;
|
||||
text-color: @background;
|
||||
border-color: @on;
|
||||
}
|
||||
element.selected.urgent {
|
||||
border-color: @accent;
|
||||
}
|
||||
element.urgent,
|
||||
element.selected.active {
|
||||
background-color: @off;
|
||||
text-color: @background;
|
||||
border-color: @off;
|
||||
}
|
||||
element.selected.active {
|
||||
border-color: @accent;
|
||||
}
|
||||
|
131
rofi/themes/menu/battery.rasi
Normal file
131
rofi/themes/menu/battery.rasi
Normal file
|
@ -0,0 +1,131 @@
|
|||
/*
|
||||
*
|
||||
* Author : Aditya Shakya (adi1090x)
|
||||
* Mail : adi1090x@gmail.com
|
||||
* Github : @adi1090x
|
||||
* Reddit : @adi1090x
|
||||
*
|
||||
*/
|
||||
|
||||
@import "../colors.rasi"
|
||||
|
||||
/* ########### */
|
||||
|
||||
* {
|
||||
/* General */
|
||||
text-font: "Comfortaa 14";
|
||||
icon-font: "Hurmit Nerd Font Mono 48";
|
||||
icon-font-small: "Hurmit Nerd Font Mono 24";
|
||||
|
||||
option-6-listview-spacing: 10px;
|
||||
|
||||
menu-window-padding: 25px 35px;
|
||||
menu-inputbar-margin: 10px 0px;
|
||||
menu-prompt-padding: 10px 20px 10px 20px;
|
||||
menu-prompt-margin: 0px 0px 0px -2px;
|
||||
menu-element-border: 0px;
|
||||
menu-element-padding: 40px 50px 35px -25px;
|
||||
}
|
||||
|
||||
/* ########### */
|
||||
|
||||
#window {
|
||||
width: 37.5%;
|
||||
height: 35%;
|
||||
anchor: center;
|
||||
location: center;
|
||||
x-offset: 0%;
|
||||
y-offset: 0%;
|
||||
}
|
||||
|
||||
/* ########### */
|
||||
|
||||
* {
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
font: @icon-font;
|
||||
}
|
||||
|
||||
#horibox {
|
||||
children: [ listview ];
|
||||
}
|
||||
#listview {
|
||||
layout: horizontal;
|
||||
}
|
||||
#element {
|
||||
padding: @option-element-padding;
|
||||
background-color: @background-light;
|
||||
}
|
||||
#element.selected {
|
||||
background-color: @accent;
|
||||
text-color: @background;
|
||||
}
|
||||
|
||||
/* ########### */
|
||||
|
||||
* {
|
||||
font: @text-font;
|
||||
}
|
||||
#window {
|
||||
padding: @menu-window-padding;
|
||||
children: [ inputbar, horibox ];
|
||||
}
|
||||
#inputbar {
|
||||
children: [ textbox-prompt-colon, prompt ];
|
||||
margin: @menu-inputbar-margin;
|
||||
}
|
||||
prompt,
|
||||
textbox-prompt-colon {
|
||||
padding: @menu-prompt-padding;
|
||||
border: 2px;
|
||||
border-color: @accent;
|
||||
}
|
||||
#prompt {
|
||||
margin: @menu-prompt-margin;
|
||||
background-color: @background-light;
|
||||
text-color: @accent;
|
||||
}
|
||||
#textbox-prompt-colon {
|
||||
expand: false;
|
||||
str: "Battery";
|
||||
background-color: @accent;
|
||||
text-color: @background;
|
||||
}
|
||||
#horibox {
|
||||
padding: 0px;
|
||||
}
|
||||
#listview {
|
||||
spacing: @option-6-listview-spacing;
|
||||
lines: 3;
|
||||
}
|
||||
#element {
|
||||
font: @icon-font;
|
||||
border: @menu-element-border;
|
||||
padding: @menu-element-padding;
|
||||
border-color: @background-light;
|
||||
}
|
||||
#element.selected {
|
||||
border-color: @accent;
|
||||
}
|
||||
element.active {
|
||||
background-color: @on;
|
||||
text-color: @background;
|
||||
border-color: @on;
|
||||
}
|
||||
element.selected.urgent {
|
||||
background-color: @off;
|
||||
text-color: @background;
|
||||
border-color: @accent;
|
||||
}
|
||||
element.urgent,
|
||||
element.selected.active {
|
||||
background-color: @off;
|
||||
text-color: @background;
|
||||
border-color: @off;
|
||||
}
|
||||
element.selected.active {
|
||||
background-color: @on;
|
||||
text-color: @background;
|
||||
border-color: @accent;
|
||||
}
|
||||
|
128
rofi/themes/menu/mpd.rasi
Normal file
128
rofi/themes/menu/mpd.rasi
Normal file
|
@ -0,0 +1,128 @@
|
|||
/*
|
||||
*
|
||||
* Author : Aditya Shakya (adi1090x)
|
||||
* Mail : adi1090x@gmail.com
|
||||
* Github : @adi1090x
|
||||
* Reddit : @adi1090x
|
||||
*
|
||||
*/
|
||||
|
||||
@import "../colors.rasi"
|
||||
|
||||
/* ########### */
|
||||
|
||||
* {
|
||||
/* General */
|
||||
text-font: "Comfortaa 14";
|
||||
icon-font: "Hurmit Nerd Font Mono 48";
|
||||
icon-font-small: "Hurmit Nerd Font Mono 24";
|
||||
|
||||
option-6-listview-spacing: 10px;
|
||||
|
||||
menu-window-padding: 25px 35px;
|
||||
menu-inputbar-margin: 10px 0px;
|
||||
menu-prompt-padding: 10px 20px 10px 20px;
|
||||
menu-prompt-margin: 0px 0px 0px -2px;
|
||||
menu-element-border: 0px;
|
||||
menu-element-padding: 40px 50px 35px -25px;
|
||||
}
|
||||
|
||||
/* ########### */
|
||||
|
||||
#window {
|
||||
width: 70.5%;
|
||||
height: 35%;
|
||||
anchor: center;
|
||||
location: center;
|
||||
x-offset: 0%;
|
||||
y-offset: 0%;
|
||||
}
|
||||
|
||||
/* ########### */
|
||||
|
||||
* {
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
font: @icon-font;
|
||||
}
|
||||
|
||||
#horibox {
|
||||
children: [ listview ];
|
||||
}
|
||||
#listview {
|
||||
layout: horizontal;
|
||||
}
|
||||
#element {
|
||||
padding: @option-element-padding;
|
||||
background-color: @background-light;
|
||||
}
|
||||
#element.selected {
|
||||
background-color: @accent;
|
||||
text-color: @background;
|
||||
}
|
||||
|
||||
/* ########### */
|
||||
|
||||
* {
|
||||
font: @text-font;
|
||||
}
|
||||
#window {
|
||||
padding: @menu-window-padding;
|
||||
children: [ inputbar, horibox ];
|
||||
}
|
||||
#inputbar {
|
||||
children: [ textbox-prompt-colon, prompt ];
|
||||
margin: @menu-inputbar-margin;
|
||||
}
|
||||
prompt,
|
||||
textbox-prompt-colon {
|
||||
padding: @menu-prompt-padding;
|
||||
border: 2px;
|
||||
border-color: @accent;
|
||||
}
|
||||
#prompt {
|
||||
margin: @menu-prompt-margin;
|
||||
background-color: @background-light;
|
||||
text-color: @accent;
|
||||
}
|
||||
#textbox-prompt-colon {
|
||||
expand: false;
|
||||
str: "MPD";
|
||||
background-color: @accent;
|
||||
text-color: @background;
|
||||
}
|
||||
#horibox {
|
||||
padding: 0px;
|
||||
}
|
||||
#listview {
|
||||
spacing: @option-6-listview-spacing;
|
||||
lines: 6;
|
||||
}
|
||||
#element {
|
||||
font: @icon-font;
|
||||
border: @menu-element-border;
|
||||
padding: @menu-element-padding;
|
||||
border-color: @background-light;
|
||||
}
|
||||
#element.selected {
|
||||
border-color: @accent;
|
||||
}
|
||||
element.active,
|
||||
element.selected.urgent {
|
||||
background-color: @on;
|
||||
text-color: @background;
|
||||
border-color: @on;
|
||||
}
|
||||
element.selected.urgent {
|
||||
border-color: @accent;
|
||||
}
|
||||
element.urgent,
|
||||
element.selected.active {
|
||||
background-color: @off;
|
||||
text-color: @background;
|
||||
border-color: @off;
|
||||
}
|
||||
element.selected.active {
|
||||
border-color: @accent;
|
||||
}
|
||||
|
128
rofi/themes/menu/network.rasi
Normal file
128
rofi/themes/menu/network.rasi
Normal file
|
@ -0,0 +1,128 @@
|
|||
/*
|
||||
*
|
||||
* Author : Aditya Shakya (adi1090x)
|
||||
* Mail : adi1090x@gmail.com
|
||||
* Github : @adi1090x
|
||||
* Reddit : @adi1090x
|
||||
*
|
||||
*/
|
||||
|
||||
@import "../colors.rasi"
|
||||
|
||||
/* ########### */
|
||||
|
||||
* {
|
||||
/* General */
|
||||
text-font: "Comfortaa 14";
|
||||
icon-font: "Hurmit Nerd Font Mono 48";
|
||||
icon-font-small: "Hurmit Nerd Font Mono 24";
|
||||
|
||||
option-6-listview-spacing: 10px;
|
||||
|
||||
menu-window-padding: 25px 35px;
|
||||
menu-inputbar-margin: 10px 0px;
|
||||
menu-prompt-padding: 10px 20px 10px 20px;
|
||||
menu-prompt-margin: 0px 0px 0px -2px;
|
||||
menu-element-border: 0px;
|
||||
menu-element-padding: 40px 50px 35px -25px;
|
||||
}
|
||||
|
||||
/* ########### */
|
||||
|
||||
#window {
|
||||
width: 48.5%;
|
||||
height: 35%;
|
||||
anchor: center;
|
||||
location: center;
|
||||
x-offset: 0%;
|
||||
y-offset: 0%;
|
||||
}
|
||||
|
||||
/* ########### */
|
||||
|
||||
* {
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
font: @icon-font;
|
||||
}
|
||||
|
||||
#horibox {
|
||||
children: [ listview ];
|
||||
}
|
||||
#listview {
|
||||
layout: horizontal;
|
||||
}
|
||||
#element {
|
||||
padding: @option-element-padding;
|
||||
background-color: @background-light;
|
||||
}
|
||||
#element.selected {
|
||||
background-color: @accent;
|
||||
text-color: @background;
|
||||
}
|
||||
|
||||
/* ########### */
|
||||
|
||||
* {
|
||||
font: @text-font;
|
||||
}
|
||||
#window {
|
||||
padding: @menu-window-padding;
|
||||
children: [ inputbar, horibox ];
|
||||
}
|
||||
#inputbar {
|
||||
children: [ textbox-prompt-colon, prompt ];
|
||||
margin: @menu-inputbar-margin;
|
||||
}
|
||||
prompt,
|
||||
textbox-prompt-colon {
|
||||
padding: @menu-prompt-padding;
|
||||
border: 2px;
|
||||
border-color: @accent;
|
||||
}
|
||||
#prompt {
|
||||
margin: @menu-prompt-margin;
|
||||
background-color: @background-light;
|
||||
text-color: @accent;
|
||||
}
|
||||
#textbox-prompt-colon {
|
||||
expand: false;
|
||||
str: "Network";
|
||||
background-color: @accent;
|
||||
text-color: @background;
|
||||
}
|
||||
#horibox {
|
||||
padding: 0px;
|
||||
}
|
||||
#listview {
|
||||
spacing: @option-6-listview-spacing;
|
||||
lines: 4;
|
||||
}
|
||||
#element {
|
||||
font: @icon-font;
|
||||
border: @menu-element-border;
|
||||
padding: @menu-element-padding;
|
||||
border-color: @background-light;
|
||||
}
|
||||
#element.selected {
|
||||
border-color: @accent;
|
||||
}
|
||||
element.active,
|
||||
element.selected.urgent {
|
||||
background-color: @on;
|
||||
text-color: @background;
|
||||
border-color: @on;
|
||||
}
|
||||
element.selected.urgent {
|
||||
border-color: @accent;
|
||||
}
|
||||
element.urgent,
|
||||
element.selected.active {
|
||||
background-color: @off;
|
||||
text-color: @background;
|
||||
border-color: @off;
|
||||
}
|
||||
element.selected.active {
|
||||
border-color: @accent;
|
||||
}
|
||||
|
128
rofi/themes/menu/powermenu.rasi
Normal file
128
rofi/themes/menu/powermenu.rasi
Normal file
|
@ -0,0 +1,128 @@
|
|||
/*
|
||||
*
|
||||
* Author : Aditya Shakya (adi1090x)
|
||||
* Mail : adi1090x@gmail.com
|
||||
* Github : @adi1090x
|
||||
* Reddit : @adi1090x
|
||||
*
|
||||
*/
|
||||
|
||||
@import "../colors.rasi"
|
||||
|
||||
/* ########### */
|
||||
|
||||
* {
|
||||
/* General */
|
||||
text-font: "Comfortaa 14";
|
||||
icon-font: "Hurmit Nerd Font Mono 48";
|
||||
icon-font-small: "Hurmit Nerd Font Mono 24";
|
||||
|
||||
option-6-listview-spacing: 10px;
|
||||
|
||||
menu-window-padding: 25px 35px;
|
||||
menu-inputbar-margin: 10px 0px;
|
||||
menu-prompt-padding: 10px 20px 10px 20px;
|
||||
menu-prompt-margin: 0px 0px 0px -2px;
|
||||
menu-element-border: 10px;
|
||||
menu-element-padding: 25px 35px 20px -40px;
|
||||
}
|
||||
|
||||
/* ########### */
|
||||
|
||||
#window {
|
||||
width: 56%;
|
||||
height: 33%;
|
||||
anchor: center;
|
||||
location: center;
|
||||
x-offset: 0%;
|
||||
y-offset: 0%;
|
||||
}
|
||||
|
||||
/* ########### */
|
||||
|
||||
* {
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
font: @icon-font;
|
||||
}
|
||||
|
||||
#horibox {
|
||||
children: [ listview ];
|
||||
}
|
||||
#listview {
|
||||
layout: horizontal;
|
||||
}
|
||||
#element {
|
||||
padding: @option-element-padding;
|
||||
background-color: @background-light;
|
||||
}
|
||||
#element.selected {
|
||||
background-color: @accent;
|
||||
text-color: @background;
|
||||
}
|
||||
|
||||
/* ########### */
|
||||
|
||||
* {
|
||||
font: @text-font;
|
||||
}
|
||||
#window {
|
||||
padding: @menu-window-padding;
|
||||
children: [ inputbar, horibox ];
|
||||
}
|
||||
#inputbar {
|
||||
children: [ textbox-prompt-colon, prompt ];
|
||||
margin: @menu-inputbar-margin;
|
||||
}
|
||||
prompt,
|
||||
textbox-prompt-colon {
|
||||
padding: @menu-prompt-padding;
|
||||
border: 2px;
|
||||
border-color: @accent;
|
||||
}
|
||||
#prompt {
|
||||
margin: @menu-prompt-margin;
|
||||
background-color: @background-light;
|
||||
text-color: @accent;
|
||||
}
|
||||
#textbox-prompt-colon {
|
||||
expand: false;
|
||||
str: "System";
|
||||
background-color: @accent;
|
||||
text-color: @background;
|
||||
}
|
||||
#horibox {
|
||||
padding: 0px;
|
||||
}
|
||||
#listview {
|
||||
spacing: @option-6-listview-spacing;
|
||||
lines: 5;
|
||||
}
|
||||
#element {
|
||||
font: @icon-font;
|
||||
border: @menu-element-border;
|
||||
padding: @menu-element-padding;
|
||||
border-color: @background-light;
|
||||
}
|
||||
#element.selected {
|
||||
border-color: @accent;
|
||||
}
|
||||
element.active,
|
||||
element.selected.urgent {
|
||||
background-color: @on;
|
||||
text-color: @background;
|
||||
border-color: @on;
|
||||
}
|
||||
element.selected.urgent {
|
||||
border-color: @accent;
|
||||
}
|
||||
element.urgent,
|
||||
element.selected.active {
|
||||
background-color: @off;
|
||||
text-color: @background;
|
||||
border-color: @off;
|
||||
}
|
||||
element.selected.active {
|
||||
border-color: @accent;
|
||||
}
|
||||
|
128
rofi/themes/menu/quicklinks.rasi
Normal file
128
rofi/themes/menu/quicklinks.rasi
Normal file
|
@ -0,0 +1,128 @@
|
|||
/*
|
||||
*
|
||||
* Author : Aditya Shakya (adi1090x)
|
||||
* Mail : adi1090x@gmail.com
|
||||
* Github : @adi1090x
|
||||
* Reddit : @adi1090x
|
||||
*
|
||||
*/
|
||||
|
||||
@import "../colors.rasi"
|
||||
|
||||
/* ########### */
|
||||
|
||||
* {
|
||||
/* General */
|
||||
text-font: "Comfortaa 14";
|
||||
icon-font: "Hurmit Nerd Font Mono 48";
|
||||
icon-font-small: "Hurmit Nerd Font Mono 24";
|
||||
|
||||
option-6-listview-spacing: 10px;
|
||||
|
||||
menu-window-padding: 25px 35px;
|
||||
menu-inputbar-margin: 10px 0px;
|
||||
menu-prompt-padding: 10px 20px 10px 20px;
|
||||
menu-prompt-margin: 0px 0px 0px -2px;
|
||||
menu-element-border: 10px;
|
||||
menu-element-padding: 25px 35px 20px -40px;
|
||||
}
|
||||
|
||||
/* ########### */
|
||||
|
||||
#window {
|
||||
width: 66%;
|
||||
height: 33%;
|
||||
anchor: center;
|
||||
location: center;
|
||||
x-offset: 0%;
|
||||
y-offset: 0%;
|
||||
}
|
||||
|
||||
/* ########### */
|
||||
|
||||
* {
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
font: @icon-font;
|
||||
}
|
||||
|
||||
#horibox {
|
||||
children: [ listview ];
|
||||
}
|
||||
#listview {
|
||||
layout: horizontal;
|
||||
}
|
||||
#element {
|
||||
padding: @option-element-padding;
|
||||
background-color: @background-light;
|
||||
}
|
||||
#element.selected {
|
||||
background-color: @accent;
|
||||
text-color: @background;
|
||||
}
|
||||
|
||||
/* ########### */
|
||||
|
||||
* {
|
||||
font: @text-font;
|
||||
}
|
||||
#window {
|
||||
padding: @menu-window-padding;
|
||||
children: [ inputbar, horibox ];
|
||||
}
|
||||
#inputbar {
|
||||
children: [ textbox-prompt-colon, prompt ];
|
||||
margin: @menu-inputbar-margin;
|
||||
}
|
||||
prompt,
|
||||
textbox-prompt-colon {
|
||||
padding: @menu-prompt-padding;
|
||||
border: 2px;
|
||||
border-color: @accent;
|
||||
}
|
||||
#prompt {
|
||||
margin: @menu-prompt-margin;
|
||||
background-color: @background-light;
|
||||
text-color: @accent;
|
||||
}
|
||||
#textbox-prompt-colon {
|
||||
expand: false;
|
||||
str: "Quick Links";
|
||||
background-color: @accent;
|
||||
text-color: @background;
|
||||
}
|
||||
#horibox {
|
||||
padding: 0px;
|
||||
}
|
||||
#listview {
|
||||
spacing: @option-6-listview-spacing;
|
||||
lines: 6;
|
||||
}
|
||||
#element {
|
||||
font: @icon-font;
|
||||
border: @menu-element-border;
|
||||
padding: @menu-element-padding;
|
||||
border-color: @background-light;
|
||||
}
|
||||
#element.selected {
|
||||
border-color: @accent;
|
||||
}
|
||||
element.active,
|
||||
element.selected.urgent {
|
||||
background-color: @on;
|
||||
text-color: @background;
|
||||
border-color: @on;
|
||||
}
|
||||
element.selected.urgent {
|
||||
border-color: @accent;
|
||||
}
|
||||
element.urgent,
|
||||
element.selected.active {
|
||||
background-color: @off;
|
||||
text-color: @background;
|
||||
border-color: @off;
|
||||
}
|
||||
element.selected.active {
|
||||
border-color: @accent;
|
||||
}
|
||||
|
128
rofi/themes/menu/screenshot.rasi
Normal file
128
rofi/themes/menu/screenshot.rasi
Normal file
|
@ -0,0 +1,128 @@
|
|||
/*
|
||||
*
|
||||
* Author : Aditya Shakya (adi1090x)
|
||||
* Mail : adi1090x@gmail.com
|
||||
* Github : @adi1090x
|
||||
* Reddit : @adi1090x
|
||||
*
|
||||
*/
|
||||
|
||||
@import "../colors.rasi"
|
||||
|
||||
/* ########### */
|
||||
|
||||
* {
|
||||
/* General */
|
||||
text-font: "Comfortaa 14";
|
||||
icon-font: "Hurmit Nerd Font Mono 48";
|
||||
icon-font-small: "Hurmit Nerd Font Mono 24";
|
||||
|
||||
option-6-listview-spacing: 10px;
|
||||
|
||||
menu-window-padding: 25px 35px;
|
||||
menu-inputbar-margin: 10px 0px;
|
||||
menu-prompt-padding: 10px 20px 10px 20px;
|
||||
menu-prompt-margin: 0px 0px 0px -2px;
|
||||
menu-element-border: 10px;
|
||||
menu-element-padding: 25px 35px 20px -40px;
|
||||
}
|
||||
|
||||
/* ########### */
|
||||
|
||||
#window {
|
||||
width: 35.5%;
|
||||
height: 33%;
|
||||
anchor: center;
|
||||
location: center;
|
||||
x-offset: 0%;
|
||||
y-offset: 0%;
|
||||
}
|
||||
|
||||
/* ########### */
|
||||
|
||||
* {
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
font: @icon-font;
|
||||
}
|
||||
|
||||
#horibox {
|
||||
children: [ listview ];
|
||||
}
|
||||
#listview {
|
||||
layout: horizontal;
|
||||
}
|
||||
#element {
|
||||
padding: @option-element-padding;
|
||||
background-color: @background-light;
|
||||
}
|
||||
#element.selected {
|
||||
background-color: @accent;
|
||||
text-color: @background;
|
||||
}
|
||||
|
||||
/* ########### */
|
||||
|
||||
* {
|
||||
font: @text-font;
|
||||
}
|
||||
#window {
|
||||
padding: @menu-window-padding;
|
||||
children: [ inputbar, horibox ];
|
||||
}
|
||||
#inputbar {
|
||||
children: [ textbox-prompt-colon, prompt ];
|
||||
margin: @menu-inputbar-margin;
|
||||
}
|
||||
prompt,
|
||||
textbox-prompt-colon {
|
||||
padding: @menu-prompt-padding;
|
||||
border: 2px;
|
||||
border-color: @accent;
|
||||
}
|
||||
#prompt {
|
||||
margin: @menu-prompt-margin;
|
||||
background-color: @background-light;
|
||||
text-color: @accent;
|
||||
}
|
||||
#textbox-prompt-colon {
|
||||
expand: false;
|
||||
str: "Screenshot";
|
||||
background-color: @accent;
|
||||
text-color: @background;
|
||||
}
|
||||
#horibox {
|
||||
padding: 0px;
|
||||
}
|
||||
#listview {
|
||||
spacing: @option-6-listview-spacing;
|
||||
lines: 3;
|
||||
}
|
||||
#element {
|
||||
font: @icon-font;
|
||||
border: @menu-element-border;
|
||||
padding: @menu-element-padding;
|
||||
border-color: @background-light;
|
||||
}
|
||||
#element.selected {
|
||||
border-color: @accent;
|
||||
}
|
||||
element.active,
|
||||
element.selected.urgent {
|
||||
background-color: @on;
|
||||
text-color: @background;
|
||||
border-color: @on;
|
||||
}
|
||||
element.selected.urgent {
|
||||
border-color: @accent;
|
||||
}
|
||||
element.urgent,
|
||||
element.selected.active {
|
||||
background-color: @off;
|
||||
text-color: @background;
|
||||
border-color: @off;
|
||||
}
|
||||
element.selected.active {
|
||||
border-color: @accent;
|
||||
}
|
||||
|
128
rofi/themes/menu/time.rasi
Normal file
128
rofi/themes/menu/time.rasi
Normal file
|
@ -0,0 +1,128 @@
|
|||
/*
|
||||
*
|
||||
* Author : Aditya Shakya (adi1090x)
|
||||
* Mail : adi1090x@gmail.com
|
||||
* Github : @adi1090x
|
||||
* Reddit : @adi1090x
|
||||
*
|
||||
*/
|
||||
|
||||
@import "../colors.rasi"
|
||||
|
||||
/* ########### */
|
||||
|
||||
* {
|
||||
/* General */
|
||||
text-font: "Comfortaa 14";
|
||||
icon-font: "Hurmit Nerd Font Mono 48";
|
||||
icon-font-small: "Hurmit Nerd Font Mono 24";
|
||||
|
||||
option-6-listview-spacing: 10px;
|
||||
|
||||
menu-window-padding: 25px 35px;
|
||||
menu-inputbar-margin: 10px 0px;
|
||||
menu-prompt-padding: 10px 20px 10px 20px;
|
||||
menu-prompt-margin: 0px 0px 0px -2px;
|
||||
menu-element-border: 10px;
|
||||
menu-element-padding: 35px 35px 20px -40px;
|
||||
}
|
||||
|
||||
/* ########### */
|
||||
|
||||
#window {
|
||||
width: 49.5%;
|
||||
height: 35%;
|
||||
anchor: center;
|
||||
location: center;
|
||||
x-offset: 0%;
|
||||
y-offset: 0%;
|
||||
}
|
||||
|
||||
/* ########### */
|
||||
|
||||
* {
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
font: @icon-font;
|
||||
}
|
||||
|
||||
#horibox {
|
||||
children: [ listview ];
|
||||
}
|
||||
#listview {
|
||||
layout: horizontal;
|
||||
}
|
||||
#element {
|
||||
padding: @option-element-padding;
|
||||
background-color: @background-light;
|
||||
}
|
||||
#element.selected {
|
||||
background-color: @accent;
|
||||
text-color: @background;
|
||||
}
|
||||
|
||||
/* ########### */
|
||||
|
||||
* {
|
||||
font: @text-font;
|
||||
}
|
||||
#window {
|
||||
padding: @menu-window-padding;
|
||||
children: [ inputbar, horibox ];
|
||||
}
|
||||
#inputbar {
|
||||
children: [ textbox-prompt-colon, prompt ];
|
||||
margin: @menu-inputbar-margin;
|
||||
}
|
||||
prompt,
|
||||
textbox-prompt-colon {
|
||||
padding: @menu-prompt-padding;
|
||||
border: 2px;
|
||||
border-color: @accent;
|
||||
}
|
||||
#prompt {
|
||||
margin: @menu-prompt-margin;
|
||||
background-color: @background-light;
|
||||
text-color: @accent;
|
||||
}
|
||||
#textbox-prompt-colon {
|
||||
expand: false;
|
||||
str: "Time";
|
||||
background-color: @accent;
|
||||
text-color: @background;
|
||||
}
|
||||
#horibox {
|
||||
padding: 0px;
|
||||
}
|
||||
#listview {
|
||||
spacing: @option-6-listview-spacing;
|
||||
lines: 3;
|
||||
}
|
||||
#element {
|
||||
font: @icon-font;
|
||||
border: @menu-element-border;
|
||||
padding: @menu-element-padding;
|
||||
border-color: @background-light;
|
||||
}
|
||||
#element.selected {
|
||||
border-color: @accent;
|
||||
}
|
||||
element.active,
|
||||
element.selected.urgent {
|
||||
background-color: @on;
|
||||
text-color: @background;
|
||||
border-color: @on;
|
||||
}
|
||||
element.selected.urgent {
|
||||
border-color: @accent;
|
||||
}
|
||||
element.urgent,
|
||||
element.selected.active {
|
||||
background-color: @off;
|
||||
text-color: @background;
|
||||
border-color: @off;
|
||||
}
|
||||
element.selected.active {
|
||||
border-color: @accent;
|
||||
}
|
||||
|
128
rofi/themes/menu/volume.rasi
Normal file
128
rofi/themes/menu/volume.rasi
Normal file
|
@ -0,0 +1,128 @@
|
|||
/*
|
||||
*
|
||||
* Author : Aditya Shakya (adi1090x)
|
||||
* Mail : adi1090x@gmail.com
|
||||
* Github : @adi1090x
|
||||
* Reddit : @adi1090x
|
||||
*
|
||||
*/
|
||||
|
||||
@import "../colors.rasi"
|
||||
|
||||
/* ########### */
|
||||
|
||||
* {
|
||||
/* General */
|
||||
text-font: "Comfortaa 14";
|
||||
icon-font: "Hurmit Nerd Font Mono 48";
|
||||
icon-font-small: "Hurmit Nerd Font Mono 24";
|
||||
|
||||
option-6-listview-spacing: 10px;
|
||||
|
||||
menu-window-padding: 25px 35px;
|
||||
menu-inputbar-margin: 10px 0px;
|
||||
menu-prompt-padding: 10px 20px 10px 20px;
|
||||
menu-prompt-margin: 0px 0px 0px -2px;
|
||||
menu-element-border: 0px;
|
||||
menu-element-padding: 40px 50px 35px -25px;
|
||||
}
|
||||
|
||||
/* ########### */
|
||||
|
||||
#window {
|
||||
width: 37.5%;
|
||||
height: 35%;
|
||||
anchor: center;
|
||||
location: center;
|
||||
x-offset: 0%;
|
||||
y-offset: 0%;
|
||||
}
|
||||
|
||||
/* ########### */
|
||||
|
||||
* {
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
font: @icon-font;
|
||||
}
|
||||
|
||||
#horibox {
|
||||
children: [ listview ];
|
||||
}
|
||||
#listview {
|
||||
layout: horizontal;
|
||||
}
|
||||
#element {
|
||||
padding: @option-element-padding;
|
||||
background-color: @background-light;
|
||||
}
|
||||
#element.selected {
|
||||
background-color: @accent;
|
||||
text-color: @background;
|
||||
}
|
||||
|
||||
/* ########### */
|
||||
|
||||
* {
|
||||
font: @text-font;
|
||||
}
|
||||
#window {
|
||||
padding: @menu-window-padding;
|
||||
children: [ inputbar, horibox ];
|
||||
}
|
||||
#inputbar {
|
||||
children: [ textbox-prompt-colon, prompt ];
|
||||
margin: @menu-inputbar-margin;
|
||||
}
|
||||
prompt,
|
||||
textbox-prompt-colon {
|
||||
padding: @menu-prompt-padding;
|
||||
border: 2px;
|
||||
border-color: @accent;
|
||||
}
|
||||
#prompt {
|
||||
margin: @menu-prompt-margin;
|
||||
background-color: @background-light;
|
||||
text-color: @accent;
|
||||
}
|
||||
#textbox-prompt-colon {
|
||||
expand: false;
|
||||
str: "Volume";
|
||||
background-color: @accent;
|
||||
text-color: @background;
|
||||
}
|
||||
#horibox {
|
||||
padding: 0px;
|
||||
}
|
||||
#listview {
|
||||
spacing: @option-6-listview-spacing;
|
||||
lines: 3;
|
||||
}
|
||||
#element {
|
||||
font: @icon-font;
|
||||
border: @menu-element-border;
|
||||
padding: @menu-element-padding;
|
||||
border-color: @background-light;
|
||||
}
|
||||
#element.selected {
|
||||
border-color: @accent;
|
||||
}
|
||||
element.active,
|
||||
element.selected.urgent {
|
||||
background-color: @on;
|
||||
text-color: @background;
|
||||
border-color: @on;
|
||||
}
|
||||
element.selected.urgent {
|
||||
border-color: @accent;
|
||||
}
|
||||
element.urgent,
|
||||
element.selected.active {
|
||||
background-color: @off;
|
||||
text-color: @background;
|
||||
border-color: @off;
|
||||
}
|
||||
element.selected.active {
|
||||
border-color: @accent;
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue