This commit is contained in:
2023-10-22 06:12:10 +02:00
commit 314ff2f75d
69 changed files with 6951 additions and 0 deletions

132
.config/rofi/app_launcher.rasi Executable file
View File

@@ -0,0 +1,132 @@
// Config //
configuration {
modi: "drun,filebrowser,window,run";
show-icons: true;
display-drun: "";
display-run: "";
display-filebrowser: "";
display-window: "";
drun-display-format: "{name}";
window-format: "{w}{t}";
icon-theme: "Papirus";
}
// Theme //
@theme "~/.config/rofi/themes/theme.rasi"
// Main //
window {
height: 506px; // 16:9
width: 900px; // 16:9
transparency: "real";
fullscreen: false;
enabled: true;
cursor: "default";
spacing: 0px;
padding: 0px;
border: 2px;
border-radius: 15px;
border-color: @main-br;
background-color: transparent;
}
mainbox {
enabled: true;
spacing: 0px;
padding: 0px;
orientation: vertical;
children: [ "inputbar" , "listbox" ];
background-color: transparent;
background-image: url("~/.config/hypr/theme/current_background.jpg", width);
}
// Inputs //
inputbar {
enabled: true;
spacing: 0px;
padding: 40px;
children: [ "entry" ];
background-color: @main-bg;
}
entry {
border-radius: 30px;
enabled: true;
spacing: 0px;
padding: 20px;
text-color: @main-fg;
background-color: @main-bg;
}
// Lists //
listbox {
padding: 30px;
spacing: 0px;
orientation: horizontal;
children: [ "listview" , "mode-switcher" ];
background-color: @main-bg;
}
listview {
padding: 0px;
spacing: 10px;
enabled: true;
columns: 2;
cycle: true;
dynamic: true;
scrollbar: false;
layout: vertical;
reverse: false;
fixed-height: true;
fixed-columns: true;
cursor: "default";
background-color: transparent;
text-color: @main-fg;
}
mode-switcher {
orientation: vertical;
width: 95px;
enabled: true;
padding: 15px;
spacing: 10px;
background-color: transparent;
}
button {
cursor: pointer;
border-radius: 20px;
background-color: @main-bg;
text-color: @main-fg;
}
button selected {
background-color: @main-fg;
text-color: @main-bg;
}
// Elements //
element {
enabled: true;
spacing: 20px;
padding: 9px;
border-radius: 25px;
cursor: pointer;
background-color: transparent;
text-color: @main-fg;
}
element selected.normal {
background-color: @select-bg;
text-color: @select-fg;
}
element-icon {
size: 47px;
cursor: inherit;
background-color: transparent;
text-color: inherit;
}
element-text {
vertical-align: 0.5;
horizontal-align: 0.0;
cursor: inherit;
background-color: transparent;
text-color: inherit;
}

98
.config/rofi/clipboard.rasi Executable file
View File

@@ -0,0 +1,98 @@
// Config //
configuration {
modi: "drun";
show-icons: false;
}
// Theme //
@theme "~/.config/rofi/themes/theme.rasi"
// Main //
window {
height: 50%;
width: 20%;
location: center;
transparency: "real";
fullscreen: false;
enabled: true;
cursor: "default";
spacing: 0px;
padding: 0px;
border: 2px;
border-radius: 15px;
border-color: @main-br;
background-color: transparent;
}
mainbox {
enabled: true;
spacing: 0px;
orientation: vertical;
children: [ "inputbar" , "listbox" ];
background-color: transparent;
}
// Inputs //
inputbar {
enabled: true;
padding: 7px;
children: [ "entry" ];
background-color: @main-bg;
}
entry {
enabled: true;
padding: 40px;
text-color: @main-fg;
background-color: @main-bg;
}
// Lists //
listbox {
spacing: 0px;
padding: 6px;
children: [ "listview" ];
background-color: @main-bg;
}
listview {
enabled: true;
columns: 1;
cycle: true;
dynamic: true;
scrollbar: false;
layout: vertical;
reverse: false;
fixed-height: false;
fixed-columns: true;
cursor: "default";
background-color: transparent;
text-color: @main-fg;
}
// Elements //
element {
enabled: true;
spacing: 0px;
padding: 12px;
border-radius: 10px;
cursor: pointer;
background-color: transparent;
text-color: @main-fg;
}
@media(max-aspect-ratio: 1.8) {
element {
orientation: vertical;
}
}
element selected.normal {
background-color: @select-bg;
text-color: @select-fg;
}
element-text {
vertical-align: 0.0;
horizontal-align: 0.0;
cursor: inherit;
background-color: transparent;
text-color: inherit;
}

151
.config/rofi/main.rasi Executable file
View File

@@ -0,0 +1,151 @@
// Config //
configuration {
modi: "emoji:rofimoji,calc,drun,filebrowser,run";
show-icons: true;
display-drun: "";
display-run: "";
display-filebrowser: "";
display-window: "";
drun-display-format: "{name}";
window-format: "{w}{t}";
icon-theme: "Papirus";
}
// Theme //
@theme "~/.config/rofi/themes/theme.rasi"
// Main //
window {
height: 506px; // 16:9
width: 900px; // 16:9
location: center;
transparency: "real";
fullscreen: false;
enabled: true;
cursor: "default";
spacing: 0px;
padding: 0px;
border: 2px;
border-radius: 15px;
border-color: @main-br;
background-color: transparent;
}
mainbox {
enabled: true;
spacing: 0px;
padding: 0px;
orientation: vertical;
children: [ "inputbar", "listbox" ];
background-color: transparent;
background-image: url("~/.config/hypr/theme/current_background.jpg", width);
}
// Message //
message {
padding: 0px 55px;
background-color: @main-bg;
}
textbox {
enabled: true;
border-radius: 15px;
spacing: 0px;
padding: 20px;
text-color: @main-fg;
background-color: @main-bg;
border: 1px;
border-color: @main-br;
}
// Inputs //
inputbar {
enabled: true;
spacing: 0px;
padding: 40px;
children: [ "entry" ];
background-color: @main-bg;
}
entry {
enabled: true;
border-radius: 15px;
spacing: 0px;
padding: 20px;
text-color: @main-fg;
background-color: @main-bg;
border: 1px;
border-color: @main-br;
}
// Lists //
listbox {
padding: 30px;
spacing: 0px;
orientation: horizontal;
children: [ "listview" ];
background-color: @main-bg;
}
listview {
padding: 0px;
spacing: 10px;
enabled: true;
columns: 2;
cycle: true;
dynamic: true;
scrollbar: false;
layout: vertical;
reverse: false;
fixed-height: true;
fixed-columns: true;
cursor: "default";
background-color: transparent;
text-color: @main-fg;
}
mode-switcher {
orientation: vertical;
width: 95px;
enabled: true;
padding: 15px;
spacing: 10px;
background-color: transparent;
}
button {
cursor: pointer;
border-radius: 20px;
background-color: @main-bg;
text-color: @main-fg;
}
button selected {
background-color: @main-fg;
text-color: @main-bg;
}
// Elements //
element {
enabled: true;
spacing: 20px;
padding: 9px;
border-radius: 25px;
cursor: pointer;
background-color: transparent;
text-color: @main-fg;
}
element selected.normal {
background-color: @select-bg;
text-color: @select-fg;
}
element-icon {
size: 47px;
cursor: inherit;
background-color: transparent;
text-color: inherit;
}
element-text {
vertical-align: 0.5;
horizontal-align: 0.0;
cursor: inherit;
background-color: transparent;
text-color: inherit;
}

14
.config/rofi/themes/theme.rasi Executable file
View File

@@ -0,0 +1,14 @@
/*
* https://github.com/catppuccin/rofi/
*/
* {
main-bg: #11111bd6;
main-fg: #cdd6f4ff;
main-br: #7dc4e4ff; /*#cba6f7ff;*/
main-ex: #f5e0dcff;
select-bg: #b4befeff;
select-fg: #11111bff;
separatorcolor: transparent;
border-color: transparent;
}