feat: Add initial hyprland config
This commit is contained in:
2
.config/rofi/.current_wallpaper
Symbolic link
2
.config/rofi/.current_wallpaper
Symbolic link
@@ -0,0 +1,2 @@
|
||||
Lanczos3
|
||||
/home/nathan/Nextcloud/Photos/wallpapers/Dynamic-Wallpapers/Dark/Fuji-Dark.png
|
||||
22
.config/rofi/config-calc.rasi
Normal file
22
.config/rofi/config-calc.rasi
Normal file
@@ -0,0 +1,22 @@
|
||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
/* Main Config Calculator */
|
||||
/* Submitted by: https://github.com/JosephArmas */
|
||||
|
||||
@import "~/.config/rofi/master-config.rasi"
|
||||
|
||||
/* ---- Entry ---- */
|
||||
entry {
|
||||
width: 27%;
|
||||
placeholder: "🧮 Calculate";
|
||||
}
|
||||
|
||||
/* ---- Window ---- */
|
||||
window {
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
/* ---- Message ---- */
|
||||
textbox {
|
||||
background-color: @selected;
|
||||
text-color: @background;
|
||||
}
|
||||
16
.config/rofi/config-clipboard.rasi
Normal file
16
.config/rofi/config-clipboard.rasi
Normal file
@@ -0,0 +1,16 @@
|
||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
/* Clipboard Config - Clipboard */
|
||||
|
||||
@import "~/.config/rofi/master-config.rasi"
|
||||
|
||||
/* ---- Entry ---- */
|
||||
entry {
|
||||
width: 37%;
|
||||
placeholder: "📋 Search Clipboard **note** 👀 CTRL Del - Cliphist del or Alt Del - cliphist wipe";
|
||||
}
|
||||
|
||||
/* ---- Listview ---- */
|
||||
listview {
|
||||
columns: 1;
|
||||
lines: 8;
|
||||
}
|
||||
46
.config/rofi/config-compact.rasi
Normal file
46
.config/rofi/config-compact.rasi
Normal file
@@ -0,0 +1,46 @@
|
||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
/* Main Config (compact) */
|
||||
|
||||
@import "~/.config/rofi/master-config.rasi"
|
||||
|
||||
/* ---- Configuration ---- */
|
||||
configuration {
|
||||
modi: "drun";
|
||||
}
|
||||
|
||||
/* ---- Window ---- */
|
||||
window {
|
||||
width: 50%;
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
/* ---- Inputbar ---- */
|
||||
inputbar {
|
||||
background-image: url("~/.config/rofi/.current_wallpaper", width);
|
||||
}
|
||||
|
||||
/* ---- Imagebox ---- */
|
||||
imagebox {
|
||||
orientation: vertical;
|
||||
children: [ "entry", "listview"];
|
||||
}
|
||||
|
||||
/* ---- Entry input ---- */
|
||||
entry {
|
||||
width: 23%;
|
||||
placeholder: "👀 View / Edit Hyprland Configs";
|
||||
}
|
||||
|
||||
/* ---- Listview ---- */
|
||||
listview {
|
||||
columns: 2;
|
||||
lines: 6;
|
||||
spacing: 4px;
|
||||
scrollbar: false;
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
||||
/* ---- Element ---- */
|
||||
element {
|
||||
border-radius: 10px;
|
||||
}
|
||||
16
.config/rofi/config-emoji.rasi
Normal file
16
.config/rofi/config-emoji.rasi
Normal file
@@ -0,0 +1,16 @@
|
||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
/* Main Config - emoji */
|
||||
|
||||
@import "~/.config/rofi/master-config.rasi"
|
||||
|
||||
/* ---- Entry ---- */
|
||||
entry {
|
||||
width: 37%;
|
||||
placeholder: "💫 Search Emoji's **note** 👀 Click or Return to choose | Ctrl V to Paste";
|
||||
}
|
||||
|
||||
/* ---- Listview ---- */
|
||||
listview {
|
||||
columns: 1;
|
||||
lines: 8;
|
||||
}
|
||||
22
.config/rofi/config-rofi-Beats-menu.rasi
Normal file
22
.config/rofi/config-rofi-Beats-menu.rasi
Normal file
@@ -0,0 +1,22 @@
|
||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
/* Rofi Beats Config (compact) */
|
||||
|
||||
@import "~/.config/rofi/master-config.rasi"
|
||||
|
||||
/* ---- Entry ---- */
|
||||
entry {
|
||||
width: 20%;
|
||||
placeholder: "📻 Choose Music Source";
|
||||
}
|
||||
|
||||
/* ---- Window ---- */
|
||||
window {
|
||||
width: 24%;
|
||||
}
|
||||
|
||||
/* ---- Listview ---- */
|
||||
listview {
|
||||
fixed-columns: false;
|
||||
colums: 1;
|
||||
lines: 3;
|
||||
}
|
||||
14
.config/rofi/config-rofi-Beats.rasi
Normal file
14
.config/rofi/config-rofi-Beats.rasi
Normal file
@@ -0,0 +1,14 @@
|
||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
/* Rofi Beats Config (compact) */
|
||||
|
||||
@import "~/.config/rofi/config-compact.rasi"
|
||||
|
||||
/* ---- Entry ---- */
|
||||
entry {
|
||||
placeholder: "📻 Choose Media or Stations to play";
|
||||
}
|
||||
|
||||
/* ---- Listview ---- */
|
||||
listview {
|
||||
lines: 7;
|
||||
}
|
||||
28
.config/rofi/config-search.rasi
Normal file
28
.config/rofi/config-search.rasi
Normal file
@@ -0,0 +1,28 @@
|
||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
/* Rofi Config for Google Search) */
|
||||
|
||||
@import "~/.config/rofi/master-config.rasi"
|
||||
|
||||
/* ---- Window ---- */
|
||||
window {
|
||||
width: 40%;
|
||||
y-offset: 6px;
|
||||
location: north;
|
||||
}
|
||||
|
||||
/* ---- Inputbar ---- */
|
||||
inputbar {
|
||||
enabled: true;
|
||||
}
|
||||
|
||||
/* ---- Mainbox ---- */
|
||||
mainbox {
|
||||
padding: 0px;
|
||||
children: [ "entry"];
|
||||
}
|
||||
|
||||
/* ---- Entry ---- */
|
||||
entry {
|
||||
placeholder: "🔎 Google Search";
|
||||
}
|
||||
|
||||
27
.config/rofi/config-wallpaper-effect.rasi
Normal file
27
.config/rofi/config-wallpaper-effect.rasi
Normal file
@@ -0,0 +1,27 @@
|
||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
/* Wallpaper Effects */
|
||||
|
||||
@import "~/.config/rofi/master-config.rasi"
|
||||
|
||||
/* ---- Entry ---- */
|
||||
entry {
|
||||
width: 20%;
|
||||
placeholder: "🏙️ Choose desired wallpaper effect";
|
||||
}
|
||||
|
||||
/* ---- Window ---- */
|
||||
window {
|
||||
width: 24%;
|
||||
}
|
||||
|
||||
/* ---- Listview ---- */
|
||||
listview {
|
||||
fixed-columns: false;
|
||||
colums: 2;
|
||||
lines: 8;
|
||||
}
|
||||
|
||||
/* ---- Inputbar ---- */
|
||||
inputbar {
|
||||
background-image: url("~/.config/hypr/wallpaper_effects/.wallpaper_modified", width);
|
||||
}
|
||||
50
.config/rofi/config-wallpaper.rasi
Normal file
50
.config/rofi/config-wallpaper.rasi
Normal file
@@ -0,0 +1,50 @@
|
||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
/* Main Config (wallpaper) */
|
||||
|
||||
@import "~/.config/rofi/master-config.rasi"
|
||||
|
||||
/* ---- Configuration ---- */
|
||||
configuration {
|
||||
modi: "drun";
|
||||
}
|
||||
|
||||
window {
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
/* ---- Imagebox ---- */
|
||||
imagebox {
|
||||
orientation: vertical;
|
||||
children:
|
||||
[ "entry", "listbox"];
|
||||
}
|
||||
|
||||
|
||||
entry {
|
||||
expand: false;
|
||||
placeholder: "🎞️ Choose Wallpaper";
|
||||
}
|
||||
|
||||
/* ---- Listview ---- */
|
||||
listview {
|
||||
columns: 4;
|
||||
lines: 3;
|
||||
}
|
||||
|
||||
/* ---- Element ---- */
|
||||
element {
|
||||
orientation: vertical;
|
||||
padding: 0px;
|
||||
spacing: 0px;
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
element-icon {
|
||||
size: 20%;
|
||||
}
|
||||
|
||||
element-text {
|
||||
font: "Fira Code SemiBold 12";
|
||||
vertical-align: 0.5;
|
||||
horizontal-align: 0.5;
|
||||
}
|
||||
10
.config/rofi/config-waybar-layout.rasi
Normal file
10
.config/rofi/config-waybar-layout.rasi
Normal file
@@ -0,0 +1,10 @@
|
||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
/* Layout Config (Waybar) */
|
||||
|
||||
@import "~/.config/rofi/config-waybar-style.rasi"
|
||||
|
||||
/* ---- Entry ---- */
|
||||
entry {
|
||||
placeholder: "🖼️ Choose Waybar Layout";
|
||||
}
|
||||
|
||||
26
.config/rofi/config-waybar-style.rasi
Normal file
26
.config/rofi/config-waybar-style.rasi
Normal file
@@ -0,0 +1,26 @@
|
||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
/* Main Config (waybar) */
|
||||
|
||||
@import "~/.config/rofi/master-config.rasi"
|
||||
|
||||
/* ---- Configuration ---- */
|
||||
configuration {
|
||||
modi: "drun";
|
||||
}
|
||||
|
||||
/* ---- Mainbox ---- */
|
||||
mainbox {
|
||||
children:
|
||||
[ "inputbar", "listview"];
|
||||
}
|
||||
|
||||
entry {
|
||||
expand: true;
|
||||
placeholder: "🖼️ Choose Waybar Style";
|
||||
}
|
||||
|
||||
/* ---- Listview ---- */
|
||||
listview {
|
||||
columns: 2;
|
||||
lines: 6;
|
||||
}
|
||||
59
.config/rofi/config-zsh-theme.rasi
Normal file
59
.config/rofi/config-zsh-theme.rasi
Normal file
@@ -0,0 +1,59 @@
|
||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
/* Main Config (compact) */
|
||||
|
||||
@import "~/.config/rofi/master-config.rasi"
|
||||
|
||||
/* ---- Configuration ---- */
|
||||
configuration {
|
||||
modi: "drun";
|
||||
}
|
||||
|
||||
/* ---- Window ---- */
|
||||
window {
|
||||
width: 40%;
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
/* ---- Imagebox ---- */
|
||||
imagebox {
|
||||
orientation: vertical;
|
||||
children:
|
||||
[ "inputbar", "listbox"];
|
||||
}
|
||||
|
||||
/* ---- Listbox ---- */
|
||||
listbox {
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
||||
/* ---- Inputbar ---- */
|
||||
inputbar {
|
||||
padding: 14px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
entry {
|
||||
placeholder: " Choose ZSH theme";
|
||||
}
|
||||
|
||||
/* ---- Listview ---- */
|
||||
listview {
|
||||
columns: 3;
|
||||
lines: 3;
|
||||
spacing: 4px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
/* ---- Element ---- */
|
||||
element {
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
/*****----- Message -----*****/
|
||||
message {
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
textbox {
|
||||
padding: 15px;
|
||||
}
|
||||
38
.config/rofi/config.rasi
Executable file
38
.config/rofi/config.rasi
Executable file
@@ -0,0 +1,38 @@
|
||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
/* Main Config 1080p */
|
||||
|
||||
@import "~/.config/rofi/master-config.rasi"
|
||||
|
||||
/* ---- Configuration ---- */
|
||||
configuration {
|
||||
font: "Fira Code SemiBold 12";
|
||||
}
|
||||
|
||||
/* ---- Window ---- */
|
||||
window {
|
||||
width: 60%;
|
||||
}
|
||||
/* ---- Listview ---- */
|
||||
listview {
|
||||
columns: 6;
|
||||
lines: 4;
|
||||
fixed-height: true;
|
||||
}
|
||||
|
||||
/* ---- Element ---- */
|
||||
element {
|
||||
orientation: vertical;
|
||||
padding: 12px;
|
||||
spacing: 6px;
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
element-icon {
|
||||
size: 6%;
|
||||
}
|
||||
|
||||
element-text {
|
||||
font: "Fira Code SemiBold 12";
|
||||
vertical-align: 0.5;
|
||||
horizontal-align: 0.5;
|
||||
}
|
||||
235
.config/rofi/master-config.rasi
Normal file
235
.config/rofi/master-config.rasi
Normal file
@@ -0,0 +1,235 @@
|
||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
/* Master Config 1080p*/
|
||||
|
||||
/* ---- Configuration ---- */
|
||||
|
||||
configuration {
|
||||
font: "Fira Code SemiBold 12";
|
||||
modi: "drun,run,filebrowser";
|
||||
show-icons: true;
|
||||
display-drun: "Apps";
|
||||
display-run: "Run";
|
||||
display-filebrowser: "Files";
|
||||
display-window: "Windows";
|
||||
drun-display-format: "{name}";
|
||||
hover-select: true;
|
||||
me-select-entry: "MouseSecondary";
|
||||
me-accept-entry: "MousePrimary";
|
||||
window-format: "{w} · {c} · {t}";
|
||||
dpi: 1;
|
||||
}
|
||||
|
||||
/* ---- Load wallust colors ---- */
|
||||
@theme "~/.config/rofi/wallust/colors-rofi.rasi"
|
||||
|
||||
/* ---- Global Properties ---- */
|
||||
* {
|
||||
|
||||
background-alt: @selected-active-background; // Buttons background
|
||||
selected: @selected-urgent-background; // Button selected
|
||||
active: @selected-normal-background; // Window activated
|
||||
urgent: @selected; // When hovering the activated window (maybe more?)
|
||||
|
||||
text-selected: @background;
|
||||
text-color: @foreground;
|
||||
border-color: @selected;
|
||||
}
|
||||
|
||||
/* ---- Window ---- */
|
||||
window {
|
||||
// Default
|
||||
enabled: true;
|
||||
fullscreen: false;
|
||||
transparency: "real";
|
||||
cursor: "default";
|
||||
spacing: 0px;
|
||||
border: 2px;
|
||||
border-radius: 30px;
|
||||
location: center;
|
||||
anchor: center;
|
||||
|
||||
// Style Values
|
||||
width: 50%;
|
||||
background-color: @background;
|
||||
}
|
||||
|
||||
/* ----- Main Box ----- */
|
||||
mainbox {
|
||||
padding: 15px;
|
||||
enabled: true;
|
||||
orientation: vertical;
|
||||
children: [ "inputbar", "listbox" ];
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
|
||||
/* ---- Inputbar ---- */
|
||||
inputbar {
|
||||
enabled: true;
|
||||
padding: 10px 10px 100px 10px;
|
||||
margin: 10px;
|
||||
background-color: transparent;
|
||||
border-radius: 25px;
|
||||
orientation: horizontal;
|
||||
children: ["entry", "dummy", "mode-switcher" ];
|
||||
background-image: url("~/.config/rofi/.current_wallpaper", width);
|
||||
}
|
||||
|
||||
/* ---- Entry input ---- */
|
||||
entry {
|
||||
enabled: true;
|
||||
expand: false;
|
||||
width: 20%;
|
||||
padding: 10px;
|
||||
border-radius: 12px;
|
||||
background-color: @selected;
|
||||
text-color: @text-selected;
|
||||
cursor: text;
|
||||
placeholder: "🖥️ Search "; // << Search symbol
|
||||
placeholder-color: inherit;
|
||||
}
|
||||
|
||||
/* ---- Listbox ---- */
|
||||
listbox {
|
||||
spacing: 10px;
|
||||
padding: 10px;
|
||||
background-color: transparent;
|
||||
orientation: vertical;
|
||||
children: [ "message", "listview" ];
|
||||
}
|
||||
|
||||
/* ---- Listview ---- */
|
||||
listview {
|
||||
enabled: true;
|
||||
columns: 2;
|
||||
lines: 6;
|
||||
cycle: true;
|
||||
dynamic: true;
|
||||
scrollbar: true;
|
||||
layout: vertical;
|
||||
reverse: false;
|
||||
fixed-height: false;
|
||||
fixed-columns: true;
|
||||
spacing: 10px;
|
||||
background-color: transparent;
|
||||
|
||||
// Adapt rofi theme
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
/* ---- Dummy ---- */
|
||||
dummy {
|
||||
expand: true;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
/* ---- Mode Switcher ---- */
|
||||
mode-switcher{
|
||||
enabled: true;
|
||||
spacing: 10px;
|
||||
background-color: transparent;
|
||||
}
|
||||
button {
|
||||
width: 5%;
|
||||
padding: 12px;
|
||||
border-radius: 12px;
|
||||
background-color: @text-selected;
|
||||
text-color: @text-color;
|
||||
cursor: pointer;
|
||||
}
|
||||
button selected {
|
||||
background-color: @selected;
|
||||
text-color: @text-selected;
|
||||
}
|
||||
|
||||
/* ---- Scrollbar ---- */
|
||||
scrollbar {
|
||||
width: 4px ;
|
||||
border: 0;
|
||||
handle-color: @border-color;
|
||||
handle-width: 8px ;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* ---- Elements ---- */
|
||||
element {
|
||||
enabled: true;
|
||||
spacing: 10px;
|
||||
padding: 10px;
|
||||
border-radius: 12px;
|
||||
background-color: transparent;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
element normal.normal {
|
||||
background-color: inherit;
|
||||
text-color: inherit;
|
||||
}
|
||||
element normal.urgent {
|
||||
background-color: @urgent;
|
||||
text-color: @foreground;
|
||||
}
|
||||
element normal.active {
|
||||
background-color: @active;
|
||||
text-color: @foreground;
|
||||
}
|
||||
|
||||
element selected.normal {
|
||||
background-color: @selected;
|
||||
text-color: @text-selected;
|
||||
}
|
||||
element selected.urgent {
|
||||
background-color: @urgent;
|
||||
text-color: @text-selected;
|
||||
}
|
||||
element selected.active {
|
||||
background-color: @urgent;
|
||||
text-color: @text-selected;
|
||||
}
|
||||
// Adapt rofi theme
|
||||
element alternate.normal {
|
||||
background-color: transparent;
|
||||
text-color: inherit;
|
||||
}
|
||||
element alternate.urgent {
|
||||
background-color: transparent;
|
||||
text-color: inherit;
|
||||
}
|
||||
element alternate.active {
|
||||
background-color: transparent;
|
||||
text-color: inherit;
|
||||
}
|
||||
element-icon {
|
||||
background-color: transparent;
|
||||
text-color: inherit;
|
||||
size: 36px;
|
||||
cursor: inherit;
|
||||
}
|
||||
element-text {
|
||||
font: "Fira Code SemiBold 12";
|
||||
background-color: transparent;
|
||||
text-color: inherit;
|
||||
cursor: inherit;
|
||||
vertical-align: 0.5;
|
||||
horizontal-align: 0.0;
|
||||
}
|
||||
|
||||
/* ---- Message ---- */
|
||||
message {
|
||||
background-color: transparent;
|
||||
border: 0px;
|
||||
}
|
||||
textbox {
|
||||
padding: 12px;
|
||||
border-radius: 10px;
|
||||
background-color: @background-alt;
|
||||
text-color: @background;
|
||||
vertical-align: 0.5;
|
||||
horizontal-align: 0.0;
|
||||
}
|
||||
error-message {
|
||||
padding: 12px;
|
||||
border-radius: 20px;
|
||||
background-color: @background-alt;
|
||||
text-color: @background;
|
||||
}
|
||||
38
.config/rofi/resolution/1080p/config.rasi
Executable file
38
.config/rofi/resolution/1080p/config.rasi
Executable file
@@ -0,0 +1,38 @@
|
||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
/* Main Config 1080p */
|
||||
|
||||
@import "~/.config/rofi/master-config.rasi"
|
||||
|
||||
/* ---- Configuration ---- */
|
||||
configuration {
|
||||
font: "Fira Code SemiBold 12";
|
||||
}
|
||||
|
||||
/* ---- Window ---- */
|
||||
window {
|
||||
width: 60%;
|
||||
}
|
||||
/* ---- Listview ---- */
|
||||
listview {
|
||||
columns: 6;
|
||||
lines: 4;
|
||||
fixed-height: true;
|
||||
}
|
||||
|
||||
/* ---- Element ---- */
|
||||
element {
|
||||
orientation: vertical;
|
||||
padding: 12px;
|
||||
spacing: 6px;
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
element-icon {
|
||||
size: 6%;
|
||||
}
|
||||
|
||||
element-text {
|
||||
font: "Fira Code SemiBold 12";
|
||||
vertical-align: 0.5;
|
||||
horizontal-align: 0.5;
|
||||
}
|
||||
235
.config/rofi/resolution/1080p/master-config.rasi
Normal file
235
.config/rofi/resolution/1080p/master-config.rasi
Normal file
@@ -0,0 +1,235 @@
|
||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
/* Master Config 1080p*/
|
||||
|
||||
/* ---- Configuration ---- */
|
||||
|
||||
configuration {
|
||||
font: "Fira Code SemiBold 12";
|
||||
modi: "drun,run,filebrowser";
|
||||
show-icons: true;
|
||||
display-drun: "Apps";
|
||||
display-run: "Run";
|
||||
display-filebrowser: "Files";
|
||||
display-window: "Windows";
|
||||
drun-display-format: "{name}";
|
||||
hover-select: true;
|
||||
me-select-entry: "MouseSecondary";
|
||||
me-accept-entry: "MousePrimary";
|
||||
window-format: "{w} · {c} · {t}";
|
||||
dpi: 1;
|
||||
}
|
||||
|
||||
/* ---- Load wallust colors ---- */
|
||||
@theme "~/.config/rofi/wallust/colors-rofi.rasi"
|
||||
|
||||
/* ---- Global Properties ---- */
|
||||
* {
|
||||
|
||||
background-alt: @selected-active-background; // Buttons background
|
||||
selected: @selected-urgent-background; // Button selected
|
||||
active: @selected-normal-background; // Window activated
|
||||
urgent: @selected; // When hovering the activated window (maybe more?)
|
||||
|
||||
text-selected: @background;
|
||||
text-color: @foreground;
|
||||
border-color: @selected;
|
||||
}
|
||||
|
||||
/* ---- Window ---- */
|
||||
window {
|
||||
// Default
|
||||
enabled: true;
|
||||
fullscreen: false;
|
||||
transparency: "real";
|
||||
cursor: "default";
|
||||
spacing: 0px;
|
||||
border: 2px;
|
||||
border-radius: 30px;
|
||||
location: center;
|
||||
anchor: center;
|
||||
|
||||
// Style Values
|
||||
width: 50%;
|
||||
background-color: @background;
|
||||
}
|
||||
|
||||
/* ----- Main Box ----- */
|
||||
mainbox {
|
||||
padding: 15px;
|
||||
enabled: true;
|
||||
orientation: vertical;
|
||||
children: [ "inputbar", "listbox" ];
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
|
||||
/* ---- Inputbar ---- */
|
||||
inputbar {
|
||||
enabled: true;
|
||||
padding: 10px 10px 100px 10px;
|
||||
margin: 10px;
|
||||
background-color: transparent;
|
||||
border-radius: 25px;
|
||||
orientation: horizontal;
|
||||
children: ["entry", "dummy", "mode-switcher" ];
|
||||
background-image: url("~/.config/rofi/.current_wallpaper", width);
|
||||
}
|
||||
|
||||
/* ---- Entry input ---- */
|
||||
entry {
|
||||
enabled: true;
|
||||
expand: false;
|
||||
width: 20%;
|
||||
padding: 10px;
|
||||
border-radius: 12px;
|
||||
background-color: @selected;
|
||||
text-color: @text-selected;
|
||||
cursor: text;
|
||||
placeholder: "🖥️ Search "; // << Search symbol
|
||||
placeholder-color: inherit;
|
||||
}
|
||||
|
||||
/* ---- Listbox ---- */
|
||||
listbox {
|
||||
spacing: 10px;
|
||||
padding: 10px;
|
||||
background-color: transparent;
|
||||
orientation: vertical;
|
||||
children: [ "message", "listview" ];
|
||||
}
|
||||
|
||||
/* ---- Listview ---- */
|
||||
listview {
|
||||
enabled: true;
|
||||
columns: 2;
|
||||
lines: 6;
|
||||
cycle: true;
|
||||
dynamic: true;
|
||||
scrollbar: true;
|
||||
layout: vertical;
|
||||
reverse: false;
|
||||
fixed-height: false;
|
||||
fixed-columns: true;
|
||||
spacing: 10px;
|
||||
background-color: transparent;
|
||||
|
||||
// Adapt rofi theme
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
/* ---- Dummy ---- */
|
||||
dummy {
|
||||
expand: true;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
/* ---- Mode Switcher ---- */
|
||||
mode-switcher{
|
||||
enabled: true;
|
||||
spacing: 10px;
|
||||
background-color: transparent;
|
||||
}
|
||||
button {
|
||||
width: 5%;
|
||||
padding: 12px;
|
||||
border-radius: 12px;
|
||||
background-color: @text-selected;
|
||||
text-color: @text-color;
|
||||
cursor: pointer;
|
||||
}
|
||||
button selected {
|
||||
background-color: @selected;
|
||||
text-color: @text-selected;
|
||||
}
|
||||
|
||||
/* ---- Scrollbar ---- */
|
||||
scrollbar {
|
||||
width: 4px ;
|
||||
border: 0;
|
||||
handle-color: @border-color;
|
||||
handle-width: 8px ;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* ---- Elements ---- */
|
||||
element {
|
||||
enabled: true;
|
||||
spacing: 10px;
|
||||
padding: 10px;
|
||||
border-radius: 12px;
|
||||
background-color: transparent;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
element normal.normal {
|
||||
background-color: inherit;
|
||||
text-color: inherit;
|
||||
}
|
||||
element normal.urgent {
|
||||
background-color: @urgent;
|
||||
text-color: @foreground;
|
||||
}
|
||||
element normal.active {
|
||||
background-color: @active;
|
||||
text-color: @foreground;
|
||||
}
|
||||
|
||||
element selected.normal {
|
||||
background-color: @selected;
|
||||
text-color: @text-selected;
|
||||
}
|
||||
element selected.urgent {
|
||||
background-color: @urgent;
|
||||
text-color: @text-selected;
|
||||
}
|
||||
element selected.active {
|
||||
background-color: @urgent;
|
||||
text-color: @text-selected;
|
||||
}
|
||||
// Adapt rofi theme
|
||||
element alternate.normal {
|
||||
background-color: transparent;
|
||||
text-color: inherit;
|
||||
}
|
||||
element alternate.urgent {
|
||||
background-color: transparent;
|
||||
text-color: inherit;
|
||||
}
|
||||
element alternate.active {
|
||||
background-color: transparent;
|
||||
text-color: inherit;
|
||||
}
|
||||
element-icon {
|
||||
background-color: transparent;
|
||||
text-color: inherit;
|
||||
size: 36px;
|
||||
cursor: inherit;
|
||||
}
|
||||
element-text {
|
||||
font: "Fira Code SemiBold 12";
|
||||
background-color: transparent;
|
||||
text-color: inherit;
|
||||
cursor: inherit;
|
||||
vertical-align: 0.5;
|
||||
horizontal-align: 0.0;
|
||||
}
|
||||
|
||||
/* ---- Message ---- */
|
||||
message {
|
||||
background-color: transparent;
|
||||
border: 0px;
|
||||
}
|
||||
textbox {
|
||||
padding: 12px;
|
||||
border-radius: 10px;
|
||||
background-color: @background-alt;
|
||||
text-color: @background;
|
||||
vertical-align: 0.5;
|
||||
horizontal-align: 0.0;
|
||||
}
|
||||
error-message {
|
||||
padding: 12px;
|
||||
border-radius: 20px;
|
||||
background-color: @background-alt;
|
||||
text-color: @background;
|
||||
}
|
||||
44
.config/rofi/resolution/1440p/config.rasi
Executable file
44
.config/rofi/resolution/1440p/config.rasi
Executable file
@@ -0,0 +1,44 @@
|
||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
/* Main Config 1440p */
|
||||
|
||||
@import "~/.config/rofi/master-config.rasi"
|
||||
|
||||
/* ---- Window ---- */
|
||||
window {
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
/* ---- Entry input ---- */
|
||||
entry {
|
||||
width: 18%;
|
||||
}
|
||||
|
||||
/* ---- Mode Switcher ---- */
|
||||
button {
|
||||
width: 110px;
|
||||
}
|
||||
|
||||
/* ---- Listview ---- */
|
||||
listview {
|
||||
columns: 6;
|
||||
lines: 4;
|
||||
fixed-height: true;
|
||||
}
|
||||
|
||||
/* ---- Element ---- */
|
||||
element {
|
||||
orientation: vertical;
|
||||
padding: 12px;
|
||||
spacing: 6px;
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
element-icon {
|
||||
size: 5%;
|
||||
}
|
||||
|
||||
element-text {
|
||||
font: "Fira Code SemiBold 12";
|
||||
vertical-align: 0.5;
|
||||
horizontal-align: 0.5;
|
||||
}
|
||||
235
.config/rofi/resolution/1440p/master-config.rasi
Normal file
235
.config/rofi/resolution/1440p/master-config.rasi
Normal file
@@ -0,0 +1,235 @@
|
||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
/* Master Config 1440p*/
|
||||
|
||||
/* ---- Configuration ---- */
|
||||
|
||||
configuration {
|
||||
font: "Fira Code SemiBold 13";
|
||||
modi: "drun,run,filebrowser";
|
||||
show-icons: true;
|
||||
display-drun: "Apps";
|
||||
display-run: "Run";
|
||||
display-filebrowser: "Files";
|
||||
display-window: "Windows";
|
||||
drun-display-format: "{name}";
|
||||
hover-select: true;
|
||||
me-select-entry: "MouseSecondary";
|
||||
me-accept-entry: "MousePrimary";
|
||||
window-format: "{w} · {c} · {t}";
|
||||
dpi: 1;
|
||||
}
|
||||
|
||||
/* ---- Load wallust colors ---- */
|
||||
@theme "~/.config/rofi/wallust/colors-rofi.rasi"
|
||||
|
||||
/* ---- Global Properties ---- */
|
||||
* {
|
||||
|
||||
background-alt: @selected-active-background; // Buttons background
|
||||
selected: @selected-urgent-background; // Button selected
|
||||
active: @selected-normal-background; // Window activated
|
||||
urgent: @selected; // When hovering the activated window (maybe more?)
|
||||
|
||||
text-selected: @background;
|
||||
text-color: @foreground;
|
||||
border-color: @selected;
|
||||
}
|
||||
|
||||
/* ---- Window ---- */
|
||||
window {
|
||||
// Default
|
||||
enabled: true;
|
||||
fullscreen: false;
|
||||
transparency: "real";
|
||||
cursor: "default";
|
||||
spacing: 0px;
|
||||
border: 2px;
|
||||
border-radius: 30px;
|
||||
location: center;
|
||||
anchor: center;
|
||||
|
||||
// Style Values
|
||||
width: 50%;
|
||||
background-color: @background;
|
||||
}
|
||||
|
||||
/* ----- Main Box ----- */
|
||||
mainbox {
|
||||
padding: 15px;
|
||||
enabled: true;
|
||||
orientation: vertical;
|
||||
children: [ "inputbar", "listbox" ];
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
|
||||
/* ---- Inputbar ---- */
|
||||
inputbar {
|
||||
enabled: true;
|
||||
padding: 10px 10px 100px 10px;
|
||||
margin: 10px;
|
||||
background-color: transparent;
|
||||
border-radius: 25px;
|
||||
orientation: horizontal;
|
||||
children: ["entry", "dummy", "mode-switcher" ];
|
||||
background-image: url("~/.config/rofi/.current_wallpaper", width);
|
||||
}
|
||||
|
||||
/* ---- Entry input ---- */
|
||||
entry {
|
||||
enabled: true;
|
||||
expand: false;
|
||||
width: 20%;
|
||||
padding: 10px;
|
||||
border-radius: 12px;
|
||||
background-color: @selected;
|
||||
text-color: @text-selected;
|
||||
cursor: text;
|
||||
placeholder: "🖥️ Search "; // << Search symbol
|
||||
placeholder-color: inherit;
|
||||
}
|
||||
|
||||
/* ---- Listbox ---- */
|
||||
listbox {
|
||||
spacing: 10px;
|
||||
padding: 10px;
|
||||
background-color: transparent;
|
||||
orientation: vertical;
|
||||
children: [ "message", "listview" ];
|
||||
}
|
||||
|
||||
/* ---- Listview ---- */
|
||||
listview {
|
||||
enabled: true;
|
||||
columns: 2;
|
||||
lines: 6;
|
||||
cycle: true;
|
||||
dynamic: true;
|
||||
scrollbar: true;
|
||||
layout: vertical;
|
||||
reverse: false;
|
||||
fixed-height: false;
|
||||
fixed-columns: true;
|
||||
spacing: 10px;
|
||||
background-color: transparent;
|
||||
|
||||
// Adapt rofi theme
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
/* ---- Dummy ---- */
|
||||
dummy {
|
||||
expand: true;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
/* ---- Mode Switcher ---- */
|
||||
mode-switcher{
|
||||
enabled: true;
|
||||
spacing: 10px;
|
||||
background-color: transparent;
|
||||
}
|
||||
button {
|
||||
width: 5%;
|
||||
padding: 12px;
|
||||
border-radius: 12px;
|
||||
background-color: @text-selected;
|
||||
text-color: @text-color;
|
||||
cursor: pointer;
|
||||
}
|
||||
button selected {
|
||||
background-color: @selected;
|
||||
text-color: @text-selected;
|
||||
}
|
||||
|
||||
/* ---- Scrollbar ---- */
|
||||
scrollbar {
|
||||
width: 4px ;
|
||||
border: 0;
|
||||
handle-color: @border-color;
|
||||
handle-width: 8px ;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* ---- Elements ---- */
|
||||
element {
|
||||
enabled: true;
|
||||
spacing: 10px;
|
||||
padding: 10px;
|
||||
border-radius: 12px;
|
||||
background-color: transparent;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
element normal.normal {
|
||||
background-color: inherit;
|
||||
text-color: inherit;
|
||||
}
|
||||
element normal.urgent {
|
||||
background-color: @urgent;
|
||||
text-color: @foreground;
|
||||
}
|
||||
element normal.active {
|
||||
background-color: @active;
|
||||
text-color: @foreground;
|
||||
}
|
||||
|
||||
element selected.normal {
|
||||
background-color: @selected;
|
||||
text-color: @text-selected;
|
||||
}
|
||||
element selected.urgent {
|
||||
background-color: @urgent;
|
||||
text-color: @text-selected;
|
||||
}
|
||||
element selected.active {
|
||||
background-color: @urgent;
|
||||
text-color: @text-selected;
|
||||
}
|
||||
// Adapt rofi theme
|
||||
element alternate.normal {
|
||||
background-color: transparent;
|
||||
text-color: inherit;
|
||||
}
|
||||
element alternate.urgent {
|
||||
background-color: transparent;
|
||||
text-color: inherit;
|
||||
}
|
||||
element alternate.active {
|
||||
background-color: transparent;
|
||||
text-color: inherit;
|
||||
}
|
||||
element-icon {
|
||||
background-color: transparent;
|
||||
text-color: inherit;
|
||||
size: 36px;
|
||||
cursor: inherit;
|
||||
}
|
||||
element-text {
|
||||
font: "Fira Code SemiBold 16";
|
||||
background-color: transparent;
|
||||
text-color: inherit;
|
||||
cursor: inherit;
|
||||
vertical-align: 0.5;
|
||||
horizontal-align: 0.0;
|
||||
}
|
||||
|
||||
/* ---- Message ---- */
|
||||
message {
|
||||
background-color: transparent;
|
||||
border: 0px;
|
||||
}
|
||||
textbox {
|
||||
padding: 12px;
|
||||
border-radius: 10px;
|
||||
background-color: @background-alt;
|
||||
text-color: @background;
|
||||
vertical-align: 0.5;
|
||||
horizontal-align: 0.0;
|
||||
}
|
||||
error-message {
|
||||
padding: 12px;
|
||||
border-radius: 20px;
|
||||
background-color: @background-alt;
|
||||
text-color: @background;
|
||||
}
|
||||
28
.config/rofi/wallust/colors-rofi.rasi
Normal file
28
.config/rofi/wallust/colors-rofi.rasi
Normal file
@@ -0,0 +1,28 @@
|
||||
* {
|
||||
active-background: #2E1F1A;
|
||||
active-foreground: #ABD4C5;
|
||||
normal-background: #231D1D;
|
||||
normal-foreground: #ABD4C5;
|
||||
urgent-background: #783C2B;
|
||||
urgent-foreground: #ABD4C5;
|
||||
|
||||
alternate-active-background: #154430;
|
||||
alternate-active-foreground: #ABD4C5;
|
||||
alternate-normal-background: #231D1D;
|
||||
alternate-normal-foreground: #ABD4C5;
|
||||
alternate-urgent-background: #231D1D;
|
||||
alternate-urgent-foreground: #ABD4C5;
|
||||
|
||||
selected-active-background: #2E1F1A;
|
||||
selected-active-foreground: #ABD4C5;
|
||||
selected-normal-background: #7EB9A4;
|
||||
selected-normal-foreground: #ABD4C5;
|
||||
selected-urgent-background: #783C2B;
|
||||
selected-urgent-foreground: #ABD4C5;
|
||||
|
||||
background-color: #231D1D;
|
||||
background: rgba(0,0,0,0.7);
|
||||
foreground: #7EB9A4;
|
||||
border-color: #2E1F1A;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user