This commit is contained in:
Luca 2022-11-22 13:25:44 +01:00
parent 8268fba83d
commit 7ed2a6e110
9565 changed files with 1315332 additions and 90 deletions

View file

@ -0,0 +1,27 @@
/*
* AUTHOR: Luca
*/
configuration{
modi: "drun,run,window,filebrowser,emoji";
font: "Roboto Bold 12";
prompt-font: "JetBrainsMono Nerd Font 12";
show-icons: true;
icon-theme: "Papirus-Dark";
terminal: "kitty";
drun-display-format: "{icon} {name}";
disable-history: false;
hide-scrollbar: false;
display-drun: "  ";
display-run: "  ";
display-emoji: " 😶 ";
display-window: " 﩯 ";
display-Network: " 󰤨 ";
display-filebrowser: "  ";
sidebar-mode: true;
opacity: 80;
}
@theme "~/.config/rofi/themes/luncher.rasi"

View file

@ -0,0 +1,14 @@
/* Copyright (C) 2020-2022 Aditya Shakya <adi1090x@gmail.com> */
/* Everyone is permitted to copy and distribute copies of this file under GNU-GPL3 */
* {
background: #181f21;
background-alt: #2a3032;
brdr: #131a1c;
foreground: #D8D8D8;
foresel: #67AFC1;
selected: #2a3032;
urgent: #E06C75;
on: #87A181;
off: #D88B9F;
}

View file

@ -0,0 +1,15 @@
/*
* AUTHOR: Luca
*/
* {
background: #171A1F;
background-alt: #292D36;
brdr: #131a1c;
foreground: #D8D8D8;
foresel: #67AFC1;
selected: #292D36;
urgent: #E06C75;
on: #87A181;
off: #D88B9F;
}

View file

@ -0,0 +1,15 @@
/*
* AUTHOR: Luca
*/
* {
background: #1B2224;
background-alt: #222B2E;
brdr: #191F21;
foreground: #D8D8D8;
foresel: #67AFC1;
selected: #263033;
urgent: #E06C75;
on: #87A181;
off: #D88B9F;
}

View file

@ -0,0 +1,15 @@
/*
* AUTHOR: Luca
*/
* {
background: #1A2026;
background-alt: #262F38;
brdr: #131a1c;
foreground: #D8D8D8;
foresel: #67AFC1;
selected: #262F38;
urgent: #E06C75;
on: #87A181;
off: #D88B9F;
}

View file

@ -0,0 +1,189 @@
/*
* AUTHOR: Luca
*/
configuration {
show-icons: true;
display-drun: "";
drun-display-format: "{name}";
disable-history: false;
click-to-exit: true;
location: 0;
}
/*@import "colors/kripton.rasi"*/
@import "colors/otis-forest.rasi"
/*@import "colors/matcha-sea.rasi"*/
/*@import "colors/chill.rasi"*/
* {
background-color: @background;
}
window {
border: 0px;
border-color: @brdr;
border-radius: 8px;
width: 800px;
height: 400px;
}
prompt {
spacing: 0;
border: 0;
border-radius: 8px;
background-color: @background-alt;
text-color: @foreground;
padding: 6px 14px 6px 14px;
}
textbox-prompt-colon {
expand: false;
str: "";
padding: 6px 4px 6px 4px;
text-color: @foreground;
font: "JetBrainsMono Nerd Font 10";
}
entry {
spacing: 0;
expand: true;
horizontal-align: 0;
text-color: @foreground;
placeholder-color: @foreground;
placeholder: "Search...";
padding: 6px 2px 6px 2px;
border: 0px 0px 0px 0px;
border-color: @selected;
border-radius: 0px;
}
case-indicator {
spacing: 0;
text-color: @foreground;
}
inputbar {
spacing: 0px;
text-color: @foreground;
border: 0px;
border-color: @selected;
border-radius: 0px;
children: [ prompt,textbox-prompt-colon,entry ];
}
mainbox {
border: 0px;
border-color: @selected;
spacing: 15px;
padding: 30px;
}
listview {
lines: 7;
columns: 3;
fixed-height: 0px;
border: 0px;
border-color: @foreground;
spacing: 5px;
scrollbar: true;
padding: 5px 0px 0px;
}
element-text, element-icon {
background-color: inherit;
text-color: inherit;
}
element {
border: 0px;
padding: 8px;
}
element normal.normal {
background-color: @background;
text-color: @foreground;
}
element normal.urgent {
background-color: @background;
text-color: @off;
}
element normal.active {
background-color: @background;
text-color: @on;
}
element selected.normal {
background-color: @selected;
text-color: @foreground;
border: 0px;
border-radius: 8px;
border-color: @selected;
}
element selected.urgent {
background-color: @background;
text-color: @off;
}
element selected.active {
background-color: @background;
text-color: @on;
}
element alternate.normal {
background-color: @background;
text-color: @foreground;
}
element alternate.urgent {
background-color: @background;
text-color: @foreground;
}
element alternate.active {
background-color: @background;
text-color: @foreground;
}
sidebar {
border: 0px;
border-color: @selected;
border-radius: 0px;
}
button {
margin: 0px 10px 0px 10px;
horizontal-align: 0.5;
vertical-align: 0.5;
padding: 4px;
background-color: @background-alt;
text-color: @background;
border: 0px;
border-radius: 8px;
border-color: @selected;
}
button selected {
background-color: @selected;
text-color: @foreground;
border: 0px;
border-radius: 8px;
border-color: @selected;
}
scrollbar {
width: 4px;
border: 0px;
handle-color: @foreground;
handle-width: 8px;
padding: 0;
}
message {
border: 0px;
border-color: @selected;
padding: 1px;
}
textbox {
text-color: @foreground;
}

View file

@ -0,0 +1,156 @@
/*
* AUTHOR: Luca
*/
configuration {
show-icons: false;
display-drun: "";
drun-display-format: "{name}";
disable-history: false;
click-to-exit: true;
location: 4;
font: "Roboto Bold 12";
}
/* Line Responsible For Button Layouts */
/* BUTTON = TRUE */
window {
transparency: "real";
background-color: @background;
text-color: @foreground;
border: 0px;
border-color: @brdr;
border-radius: 8px;
width: 150px;
x-offset: -20px;
y-offset: 0px;
}
prompt {
enabled: true;
margin: 0px 0px 0px 0px;
padding: 8px;
background-color: @background-alt;
text-color: @foreground;
border: 0px 0px 0px 0px;
border-color: @background;
border-radius: 10px;
}
textbox-prompt-colon {
expand: true;
str: "";
border-radius: 0px;
background-color: @selected;
text-color: @background;
padding: 8px 12px 8px 12px;
font: "Cascadia Code Bold 6";
}
entry {
background-color: @background-alt;
text-color: @foreground;
placeholder-color: @foreground;
expand: true;
vertical-align: 10;
placeholder: "Search...";
blink: true;
border: 0px 0px 0px 0px;
border-color: @background;
border-radius: 0px;
padding: 8px;
}
inputbar {
children: [ textbox-prompt-colon, prompt ];
background-color: @background-alt;
text-color: @foreground;
expand: false;
border: 0px 0px 0px 0px;
border-radius: 0px;
border-color: @background;
margin: 0px 0px 0px 0px;
padding: 0px;
position: center;
}
case-indicator {
background-color: @background;
text-color: @foreground;
spacing: 0;
}
listview {
background-color: @background;
columns: 1;
lines: 6;
spacing: 10px;
cycle: true;
dynamic: true;
layout: vertical;
}
mainbox {
background-color: @background;
children: [ listview ];
spacing: 15px;
padding: 15px;
}
element {
background-color: @background;
text-color: @foreground;
orientation: horizontal;
border-radius: 0px;
padding: 12.5px 5px 10px 5px;
}
element-icon {
background-color: inherit;
text-color: inherit;
horizontal-align: 0.5;
vertical-align: 0.5;
size: 0px;
border: 0px;
}
element-text {
background-color: inherit;
text-color: inherit;
font: "Cascadia Code Bold 12";
expand: true;
horizontal-align: 0.5;
vertical-align: 0.5;
margin: 0px;
}
element selected {
background-color: @selected;
text-color: @foreground;
border: 0px 0px 0px 0px;
border-radius: 10px;
border-color: @background;
}
element.active,
element.selected.urgent {
background-color: @on;
text-color: @background;
border-color: @on;
}
element.selected.urgent {
border-color: @background;
}
element.urgent,
element.selected.active {
background-color: @off;
text-color: @background;
border-color: @off;
}
element.selected.active {
border-color: @background;
}