This commit is contained in:
RafayAhmad7548 2024-06-16 16:56:18 +05:00
commit 62dab95e70
249 changed files with 12522 additions and 0 deletions

166
.config/rofi/color.rasi Normal file
View file

@ -0,0 +1,166 @@
* {
//active-background: {color2};
active-foreground: @foreground;
normal-background: @background;
normal-foreground: @foreground;
//urgent-background: {color1};
urgent-foreground: @foreground;
alternate-active-background: @background;
alternate-active-foreground: @foreground;
alternate-normal-background: @background;
alternate-normal-foreground: @foreground;
alternate-urgent-background: @background;
alternate-urgent-foreground: @foreground;
//selected-active-background: {color1};
selected-active-foreground: @foreground;
//selected-normal-background: {color2};
selected-normal-foreground: @foreground;
//selected-urgent-background: {color3};
selected-urgent-foreground: @foreground;
background-color: @background;
background: rgba(0,0,0,0.7);
//foreground: {foreground};
border-color: @background;
spacing: 2;
}
#window {
background-color: @background;
border: 0;
padding: 2.5ch;
}
#mainbox {
border: 0;
padding: 0;
}
#message {
border: 2px 0px 0px;
border-color: @border-color;
padding: 1px;
}
#textbox {
text-color: @foreground;
}
#inputbar {
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
}
#textbox-prompt-colon {
expand: false;
str: ":";
margin: 0px 0.3em 0em 0em;
text-color: @normal-foreground;
}
#listview {
fixed-height: 0;
border: 2px 0px 0px;
border-color: @border-color;
spacing: 2px;
scrollbar: true;
padding: 2px 0px 0px;
}
#element {
border: 0;
padding: 1px;
}
#element-text, element-icon {
background-color: inherit;
text-color: inherit;
}
#element.normal.normal {
background-color: @normal-background;
text-color: @normal-foreground;
}
#element.normal.urgent {
background-color: @urgent-background;
text-color: @urgent-foreground;
}
#element.normal.active {
background-color: @active-background;
text-color: @active-foreground;
}
#element.selected.normal {
background-color: @selected-normal-background;
text-color: @selected-normal-foreground;
}
#element.selected.urgent {
background-color: @selected-urgent-background;
text-color: @selected-urgent-foreground;
}
#element.selected.active {
background-color: @selected-active-background;
text-color: @selected-active-foreground;
}
#element.alternate.normal {
background-color: @alternate-normal-background;
text-color: @alternate-normal-foreground;
}
#element.alternate.urgent {
background-color: @alternate-urgent-background;
text-color: @alternate-urgent-foreground;
}
#element.alternate.active {
background-color: @alternate-active-background;
text-color: @alternate-active-foreground;
}
#scrollbar {
width: 4px;
border: 0;
handle-width: 8px;
padding: 0;
}
#sidebar {
border: 2px 0px 0px;
border-color: @border-color;
}
#button {
text-color: @normal-foreground;
}
#button.selected {
background-color: @selected-normal-background;
text-color: @selected-normal-foreground;
}
#inputbar {
spacing: 0;
text-color: @normal-foreground;
padding: 1px;
}
#case-indicator {
spacing: 0;
text-color: @normal-foreground;
}
#entry {
spacing: 0;
text-color: @normal-foreground;
}
#prompt {
spacing: 0;
text-color: @normal-foreground;
}

101
.config/rofi/config.rasi Normal file
View file

@ -0,0 +1,101 @@
* {
font: "HackNerdFont 13";
g-spacing: 10px;
g-margin: 0;
b-color: #000000FF;
fg-color: #FFFFFFFF;
fgp-color: #888888FF;
b-radius: 8px;
g-padding: 8px;
hl-color: #FFFFFFFF;
hlt-color: #000000FF;
alt-color: #111111FF;
wbg-color: #000000CC;
w-border: 2px solid;
w-border-color: #FFFFFFFF;
w-padding: 12px;
}
configuration {
modi: "drun";
show-icons: true;
display-drun: "";
}
listview {
columns: 1;
lines: 12;
fixed-height: true;
fixed-columns: true;
cycle: false;
scrollbar: false;
border: 0px solid;
}
window {
transparency: "real";
width: 450px;
border-radius: @b-radius;
background-color: @wbg-color;
border: @w-border;
border-color: #88B1C7;
padding: @w-padding;
}
prompt {
text-color: @fg-color;
}
inputbar {
children: ["prompt", "entry"];
spacing: @g-spacing;
}
entry {
placeholder: "Search Apps";
text-color: @fg-color;
placeholder-color: @fgp-color;
}
mainbox {
spacing: @g-spacing;
margin: @g-margin;
padding: @g-padding;
children: ["inputbar", "listview", "message"];
}
element {
spacing: @g-spacing;
margin: @g-margin;
padding: @g-padding;
border: 0px solid;
border-radius: @b-radius;
border-color: @b-color;
background-color: transparent;
text-color: @fg-color;
}
element normal.normal {
background-color: transparent;
text-color: @fg-color;
}
element alternate.normal {
background-color: @alt-color;
text-color: @fg-color;
}
element selected.active {
background-color: #1793d1;
text-color: @hlt-color;
}
element selected.normal {
background-color: #1793d1;
text-color: @hlt-color;
}
message {
background-color: red;
border: 0px solid;
}

101
.config/rofi/config1.rasi Normal file
View file

@ -0,0 +1,101 @@
* {
font: "HackNerdFont-Regular 13";
g-spacing: 10px;
g-margin: 0;
b-color: #000000FF;
fg-color: #FFFFFFFF;
fgp-color: #888888FF;
b-radius: 8px;
g-padding: 8px;
hl-color: #FFFFFFFF;
hlt-color: #000000FF;
alt-color: #111111FF;
wbg-color: #000000CC;
w-border: 2px solid;
w-border-color: #FFFFFFFF;
w-padding: 12px;
}
configuration {
modi: "drun";
show-icons: true;
display-drun: "";
}
listview {
columns: 1;
lines: 12;
fixed-height: true;
fixed-columns: true;
cycle: false;
scrollbar: false;
border: 0px solid;
}
window {
transparency: "real";
width: 450px;
border-radius: @b-radius;
background-color: @wbg-color;
border: @w-border;
border-color: @w-border-color;
padding: @w-padding;
}
prompt {
text-color: @fg-color;
}
inputbar {
children: ["prompt", "entry"];
spacing: @g-spacing;
}
entry {
placeholder: "Search Apps";
text-color: @fg-color;
placeholder-color: @fgp-color;
}
mainbox {
spacing: @g-spacing;
margin: @g-margin;
padding: @g-padding;
children: ["inputbar", "listview", "message"];
}
element {
spacing: @g-spacing;
margin: @g-margin;
padding: @g-padding;
border: 0px solid;
border-radius: @b-radius;
border-color: @b-color;
background-color: transparent;
text-color: @fg-color;
}
element normal.normal {
background-color: transparent;
text-color: @fg-color;
}
element alternate.normal {
background-color: @alt-color;
text-color: @fg-color;
}
element selected.active {
background-color: @hl-color;
text-color: @hlt-color;
}
element selected.normal {
background-color: @hl-color;
text-color: @hlt-color;
}
message {
background-color: red;
border: 0px solid;
}

76
.config/rofi/config2.rasi Normal file
View file

@ -0,0 +1,76 @@
* {
}
configuration {
/* modes: "window,drun,run,ssh";*/
font: "HackNerdFont 12";
show-icons: true;
hover-select: true;
no-steal-focus: false;
eh: 2;
matching: "prefix";
display-drun: " ";
timeout {
action: "kb-cancel";
delay: 0;
}
filebrowser {
directories-first: true;
sorting-method: "name";
}
}
listview {
lines: 12;
scrollbar: false;
cycle: false;
}
window {
width: 450px;
height: 575px;
border-radius: 10px;
background-color: #000000;
}
prompt {
text-color: #FFFFFF;
}
inputbar {
children: ["prompt", "entry"];
}
entry {
placeholder: "Search Apps";
text-color: #FFFFFF;
}
mainbox {
padding: 5px;
children: ["inputbar", "listview", "message"];
}
element {
margin: 5px;
border-radius: 10px;
}
element normal.normal {
background-color: #1E1E1E;
text-color: #FFFFFF;
}
element alternate.normal {
background-color: #111111;
text-color: #FFFFFF;
}
element selected.active {
background-color: #1793d1;
text-color: #FFFFFF;
}
element selected.normal {
background-color: #1793d1;
text-color: #FFFFFF;
}

246
.config/rofi/werid.rasi Normal file
View file

@ -0,0 +1,246 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Main Config (main) */
/* ---- Configuration ---- */
configuration {
modi: "drun,run,filebrowser";
font: "Fira Code SemiBold 12";
show-icons: true;
display-drun: "";
display-run: "";
display-filebrowser: "";
display-window: "󱂬";
drun-display-format: "{name}";
hover-select: true;
me-select-entry: "MouseSecondary";
me-accept-entry: "MousePrimary";
window-format: "{w} · {c} · {t}";
dpi: 1;
}
/* ---- Load pywal colors (custom wal template) ---- */
@import "~/.config/rofi/color.rasi"
/* ---- Window ---- */
window {
width: 600px;
/*height: 450px;*/
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
padding: 1px;
margin: 0px;
border: 2px;
border-color: @active-background;
cursor: "default";
location: center;
anchor: center;
fullscreen: false;
enabled: true;
border-radius: 12px;
background-image: url("~/.config/rofi/.current_wallpaper", height);
}
/* ---- Mainbox ---- */
mainbox {
enabled: true;
orientation: vertical;
padding: 8px;
background-color: transparent;
children: [ "inputbar", "imagebox" ];
border-radius: 12px;
}
/* ---- Imagebox ---- */
imagebox {
background-color: transparent;
orientation: horizontal;
children: [ "mode-switcher", "listbox"];
}
/* ---- Listbox ---- */
listbox {
spacing: 4px;
orientation: vertical;
children: ["listview" ];
padding: 6px;
border-radius: 12px;
border: 1px;
border-color: @active-background;
background-color: @background;
}
/* ---- Dummy ---- */
dummy {
background-color: transparent;
}
/* ---- Inputbar ---- */
inputbar {
enabled: true;
text-color: @foreground;
spacing: 10px;
border-radius: 12px;
border-color: @foreground;
background-color: @background;
children: [ "textbox-prompt-colon","entry" ];
border: 1px;
border-color: @active-background;
}
textbox-prompt-colon {
enabled: true;
padding: 6px 0px 6px 10px;
expand: false;
str: "🐧";
text-color: inherit;
background-color: transparent;
}
entry {
enabled: true;
padding: 6px 0px 0px 0px;
text-color: inherit;
cursor: text;
placeholder: "Search (ctrl tab to choose mode)";
placeholder-color: inherit;
background-color: transparent;
}
/* ---- Mode Switcher ---- */
mode-switcher{
orientation: vertical;
enabled: true;
spacing: 12px;
background-color: transparent;
text-color: @foreground;
}
button {
padding: 0px 12px 0px 8px;
border-radius: 12px;
background-color: @background;
text-color: inherit;
cursor: pointer;
border: 1px;
border-color: @active-background;
}
button selected {
background-color: @selected-normal-background;
text-color: @foreground;
border: 1px;
border-color: @background;
}
/* ---- Listview ---- */
listview {
enabled: true;
columns: 2;
lines: 5;
spacing: 2px;
padding: 6px;
dynamic: true;
cycle: true;
scrollbar: false;
layout: vertical;
reverse: false;
fixed-height: true;
fixed-columns: false;
background-color: transparent;
border-radius: 12px;
border: 0px;
}
/* ---- Element ---- */
element {
enabled: true;
padding: 5px;
margin: 2px;
cursor: pointer;
background-color: transparent;
border-radius: 12px;
border: 0px;
}
element normal.normal {
background-color: inherit;
text-color: @foreground;
}
element normal.urgent {
background-color: inherit;
text-color: @foreground;
}
element normal.active {
background-color: inherit;
text-color: @foreground;
}
element selected.normal {
background-color: @selected-normal-background;
text-color: @foreground;
}
element selected.urgent {
background-color: inherit;
text-color: @foreground;
}
element selected.active {
background-color: inherit;
text-color: @foreground;
}
element alternate.normal {
background-color: inherit;
text-color: @foreground;
}
element alternate.urgent {
background-color: inherit;
text-color: @foreground;
}
element alternate.active {
background-color: inherit;
text-color: @foreground;
}
element-icon {
background-color: transparent;
text-color: inherit;
size: 32px;
cursor: inherit;
}
element-text {
background-color: transparent;
text-color: inherit;
cursor: inherit;
vertical-align: 0.5;
horizontal-align: 0;
}
/*****----- Message -----*****/
message {
background-color: @background;
margin: 20px 0px 0px 0px;
border-radius: 12px;
}
textbox {
padding: 10px;
background-color: @background;
text-color: @foreground;
}
error-message {
padding: 15px;
border-radius: 12px;
background-color: @background;
text-color: @foreground;
}