Browse Source

Change rofi themes

pull/48/head
JaKooLit 2 years ago
parent
commit
b51428618c
  1. 10
      config/rofi/config-compact.rasi
  2. 15
      config/rofi/config-long.rasi
  3. 20
      config/rofi/config-powermenu.rasi
  4. 12
      config/rofi/config-rofi-Beats.rasi
  5. 16
      config/rofi/config-wallpaper.rasi
  6. 30
      config/rofi/config-waybar-layout.rasi
  7. 50
      config/rofi/config-waybar-style.rasi
  8. 56
      config/rofi/config.rasi
  9. 8
      config/rofi/resolution/1080p/config-compact.rasi
  10. 13
      config/rofi/resolution/1080p/config-long.rasi
  11. 20
      config/rofi/resolution/1080p/config-powermenu.rasi
  12. 10
      config/rofi/resolution/1080p/config-rofi-Beats.rasi
  13. 18
      config/rofi/resolution/1080p/config-wallpaper.rasi
  14. 28
      config/rofi/resolution/1080p/config-waybar-layout.rasi
  15. 48
      config/rofi/resolution/1080p/config-waybar-style.rasi
  16. 54
      config/rofi/resolution/1080p/config.rasi
  17. 8
      config/rofi/resolution/1440p/config-compact.rasi
  18. 13
      config/rofi/resolution/1440p/config-long.rasi
  19. 20
      config/rofi/resolution/1440p/config-powermenu.rasi
  20. 10
      config/rofi/resolution/1440p/config-rofi-Beats.rasi
  21. 14
      config/rofi/resolution/1440p/config-wallpaper.rasi
  22. 28
      config/rofi/resolution/1440p/config-waybar-layout.rasi
  23. 48
      config/rofi/resolution/1440p/config-waybar-style.rasi
  24. 54
      config/rofi/resolution/1440p/config.rasi

10
config/rofi/config-compact.rasi

@ -4,11 +4,11 @@
/* ---- Configuration ---- */ /* ---- Configuration ---- */
configuration { configuration {
modi: "drun,run"; modi: "drun,run";
font: "Fira Code SemiBold 14"; font: "Fira Code SemiBold 12";
show-icons: true; show-icons: true;
display-drun: ""; display-drun: "";
display-run: ""; display-run: "";
display-filebrowser: ""; display-filebrowser: "";
display-window: ""; display-window: "";
drun-display-format: "{name}"; drun-display-format: "{name}";
hover-select: true; hover-select: true;
@ -16,7 +16,7 @@ configuration {
me-accept-entry: "MousePrimary"; me-accept-entry: "MousePrimary";
window-format: "{w} · {c} · {t}"; window-format: "{w} · {c} · {t}";
dpi: 1; dpi: 1;
fake-transparency: true;
} }
/* ---- Load pywal colors (custom wal template) ---- */ /* ---- Load pywal colors (custom wal template) ---- */
@ -24,7 +24,7 @@ configuration {
/* ---- Window ---- */ /* ---- Window ---- */
window { window {
width: 600px; width: 500px;
x-offset: 0px; x-offset: 0px;
y-offset: 0px; y-offset: 0px;
spacing: 0px; spacing: 0px;
@ -46,7 +46,7 @@ window {
mainbox { mainbox {
enabled: true; enabled: true;
orientation: horizontal; orientation: horizontal;
padding: 15px; padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", height); background-image: url("~/.config/rofi/.current_wallpaper", height);
children: [ "imagebox"]; children: [ "imagebox"];
border-radius: 12px; border-radius: 12px;

15
config/rofi/config-long.rasi

@ -1,13 +1,14 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Main Config (long) */ /* Main Config (long) */
/* ---- Configuration ---- */ /* ---- Configuration ---- */
configuration { configuration {
modi: "drun,run"; modi: "drun,run";
font: "Fira Code SemiBold 14"; font: "Fira Code SemiBold 12";
show-icons: true; show-icons: true;
display-drun: ""; display-drun: "";
display-run: ""; display-run: "";
display-filebrowser: ""; display-filebrowser: "";
display-window: ""; display-window: "";
drun-display-format: "{name}"; drun-display-format: "{name}";
hover-select: true; hover-select: true;
@ -15,6 +16,7 @@ configuration {
me-accept-entry: "MousePrimary"; me-accept-entry: "MousePrimary";
window-format: "{w} · {c} · {t}"; window-format: "{w} · {c} · {t}";
dpi: 1; dpi: 1;
} }
/* ---- Load pywal colors (custom wal template) ---- */ /* ---- Load pywal colors (custom wal template) ---- */
@ -23,7 +25,7 @@ configuration {
/* ---- Window ---- */ /* ---- Window ---- */
window { window {
width: 900px; width: 900px;
height: 500px; /*height: 500px;*/
x-offset: 0px; x-offset: 0px;
y-offset: 0px; y-offset: 0px;
spacing: 0px; spacing: 0px;
@ -36,8 +38,7 @@ window {
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 15px; border-radius: 12px;
border-radius: 15px;
background-color: @background-color; background-color: @background-color;
} }
@ -45,7 +46,7 @@ window {
mainbox { mainbox {
enabled: true; enabled: true;
orientation: vertical; orientation: vertical;
padding: 15px; padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", width); background-image: url("~/.config/rofi/.current_wallpaper", width);
children: [ "imagebox" ]; children: [ "imagebox" ];
border-radius: 12px; border-radius: 12px;
@ -75,7 +76,7 @@ inputbar {
enabled: true; enabled: true;
text-color: @foreground; text-color: @foreground;
spacing: 10px; spacing: 10px;
padding: 14px; padding: 6px;
border-radius: 10px; border-radius: 10px;
border-color: @foreground; border-color: @foreground;
background-color: @background; background-color: @background;

20
config/rofi/config-powermenu.rasi

@ -18,15 +18,15 @@ window {
location: east; location: east;
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
width: 250px; width: 280px;
height: 500px; /*height: 500px;*/
x-offset: -10px; x-offset: -10px;
/* Debian/Ubuntu users use this offset */ /* Debian/Ubuntu users use this offset */
/* x-offset: -130px; */ /* x-offset: -130px; */
y-offset: 0px; y-offset: 0px;
padding: 0px; padding: 0px;
border: 2px; border: 3px;
border-radius: 15px; border-radius: 10px;
border-color: @active-background; border-color: @active-background;
cursor: "default"; cursor: "default";
background-color: @background-color; background-color: @background-color;
@ -49,7 +49,7 @@ mainbox {
/* ---- Inputbar ---- */ /* ---- Inputbar ---- */
inputbar { inputbar {
enabled: true; enabled: true;
padding: 10px; padding: 5px;
background-color: transparent; background-color: transparent;
orientation: horizontal; orientation: horizontal;
children: ["prompt"]; children: ["prompt"];
@ -58,9 +58,9 @@ inputbar {
prompt { prompt {
enabled: true; enabled: true;
/*padding: 10px;*/ /*padding: 10px;*/
border-radius: 15px; border-radius: 10px;
border-color: @foreground; border-color: @foreground;
background-color: @background-color; background-color: @background;
text-color: @foreground; text-color: @foreground;
cursor: text; cursor: text;
@ -89,14 +89,14 @@ listview {
/* ---- Elements ---- */ /* ---- Elements ---- */
element { element {
enabled: true; enabled: true;
padding: 10px; padding: 30px 40px 30px 40px;
border-radius: 30px; border-radius: 20px;
background-color: transparent; background-color: transparent;
text-color: @foreground; text-color: @foreground;
cursor: pointer; cursor: pointer;
} }
element-text { element-text {
font: "Fira Code SemiBold 14"; font: "Fira Code SemiBold 16";
background-color: transparent; background-color: transparent;
text-color: inherit; text-color: inherit;
cursor: inherit; cursor: inherit;

12
config/rofi/config-rofi-Beats.rasi

@ -4,11 +4,11 @@
/* ---- Configuration ---- */ /* ---- Configuration ---- */
configuration { configuration {
modi: "drun,run"; modi: "drun,run";
font: "Fira Code SemiBold 14"; font: "Fira Code SemiBold 12";
show-icons: true; show-icons: true;
display-drun: ""; display-drun: "";
display-run: ""; display-run: "";
display-filebrowser: ""; display-filebrowser: "";
display-window: ""; display-window: "";
drun-display-format: "{name}"; drun-display-format: "{name}";
hover-select: true; hover-select: true;
@ -16,7 +16,7 @@ configuration {
me-accept-entry: "MousePrimary"; me-accept-entry: "MousePrimary";
window-format: "{w} · {c} · {t}"; window-format: "{w} · {c} · {t}";
dpi: 1; dpi: 1;
fake-transparency: true;
} }
/* ---- Load pywal colors (custom wal template) ---- */ /* ---- Load pywal colors (custom wal template) ---- */
@ -38,8 +38,8 @@ window {
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 15px; border-radius: 12px;
border-radius: 15px; border-radius: 12px;
background-color: @background-color; background-color: @background-color;
} }
@ -47,7 +47,7 @@ window {
mainbox { mainbox {
enabled: true; enabled: true;
orientation: horizontal; orientation: horizontal;
padding: 15px; padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", height); background-image: url("~/.config/rofi/.current_wallpaper", height);
children: [ "imagebox"]; children: [ "imagebox"];
border-radius: 12px; border-radius: 12px;

16
config/rofi/config-wallpaper.rasi

@ -4,11 +4,11 @@
/* ---- Configuration ---- */ /* ---- Configuration ---- */
configuration { configuration {
modi: "drun,run"; modi: "drun,run";
font: "Fira Code SemiBold 14"; font: "Fira Code SemiBold 12";
show-icons: true; show-icons: true;
display-drun: ""; display-drun: "";
display-run: ""; display-run: "";
display-filebrowser: ""; display-filebrowser: "";
display-window: ""; display-window: "";
drun-display-format: "{name}"; drun-display-format: "{name}";
hover-select: true; hover-select: true;
@ -16,7 +16,7 @@ configuration {
me-accept-entry: "MousePrimary"; me-accept-entry: "MousePrimary";
window-format: "{w} · {c} · {t}"; window-format: "{w} · {c} · {t}";
dpi: 1; dpi: 1;
fake-transparency: true;
} }
/* ---- Load pywal colors (custom wal template) ---- */ /* ---- Load pywal colors (custom wal template) ---- */
@ -25,7 +25,7 @@ configuration {
/* ---- Window ---- */ /* ---- Window ---- */
window { window {
width: 800px; width: 800px;
height: 450px; /*height: 450px;*/
x-offset: 0px; x-offset: 0px;
y-offset: 0px; y-offset: 0px;
spacing: 0px; spacing: 0px;
@ -38,8 +38,8 @@ window {
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 15px; border-radius: 12px;
border-radius: 15px; border-radius: 12px;
background-color: @background-color; background-color: @background-color;
} }
@ -47,7 +47,7 @@ window {
mainbox { mainbox {
enabled: true; enabled: true;
orientation: horizontal; orientation: horizontal;
padding: 15px; padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", width); background-image: url("~/.config/rofi/.current_wallpaper", width);
children: [ "imagebox"]; children: [ "imagebox"];
border-radius: 12px; border-radius: 12px;
@ -82,7 +82,7 @@ inputbar {
enabled: true; enabled: true;
text-color: @foreground; text-color: @foreground;
spacing: 10px; spacing: 10px;
padding: 14px; padding: 8px;
border-radius: 10px; border-radius: 10px;
border-color: @foreground; border-color: @foreground;
background-color: @background; background-color: @background;

30
config/rofi/config-waybar-layout.rasi

@ -1,13 +1,14 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* config - Waybar */ /* config - Waybar */
/* ---- Configuration ---- */ /* ---- Configuration ---- */
configuration { configuration {
modi: "drun,run"; modi: "drun,run";
font: "Fira Code SemiBold 14"; font: "Fira Code SemiBold 12";
show-icons: true; show-icons: true;
display-drun: ""; display-drun: "";
display-run: ""; display-run: "";
display-filebrowser: ""; display-filebrowser: "";
display-window: ""; display-window: "";
drun-display-format: "{name}"; drun-display-format: "{name}";
hover-select: true; hover-select: true;
@ -15,6 +16,7 @@ configuration {
me-accept-entry: "MousePrimary"; me-accept-entry: "MousePrimary";
window-format: "{w} · {c} · {t}"; window-format: "{w} · {c} · {t}";
dpi: 1; dpi: 1;
} }
/* ---- Load pywal colors (custom wal template) ---- */ /* ---- Load pywal colors (custom wal template) ---- */
@ -23,7 +25,7 @@ configuration {
/* ---- Window ---- */ /* ---- Window ---- */
window { window {
width: 800px; width: 800px;
height: 800px; /*height: 800px;*/
x-offset: 0px; x-offset: 0px;
y-offset: 0px; y-offset: 0px;
spacing: 0px; spacing: 0px;
@ -36,26 +38,25 @@ window {
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 15px; border-radius: 12px;
border-radius: 15px; border-radius: 12px;
background-color: @background-color; background-color: @background-color;
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
mainbox { mainbox {
enabled: true; enabled: true;
orientation: horizontal; orientation: vertical;
padding: 15px; padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", height); background-image: url("~/.config/rofi/.current_wallpaper", width);
children: [ "imagebox", "listbox" ]; children: [ "inputbar", "listbox"];
border-radius: 12px; border-radius: 12px;
} }
/* ---- Imagebox ---- */ /* ---- Imagebox ---- */
imagebox { imagebox {
background-color: transparent; background-color: transparent;
orientation: vertical; orientation: vertical;
children: [ "inputbar", "dummy"];
} }
/* ---- Listbox ---- */ /* ---- Listbox ---- */
@ -78,7 +79,7 @@ inputbar {
enabled: true; enabled: true;
text-color: @foreground; text-color: @foreground;
spacing: 10px; spacing: 10px;
padding: 15px; padding: 8px;
border-radius: 10px; border-radius: 10px;
border-color: @foreground; border-color: @foreground;
background-color: @backrgound90; background-color: @backrgound90;
@ -107,8 +108,8 @@ entry {
/* ---- Listview ---- */ /* ---- Listview ---- */
listview { listview {
enabled: true; enabled: true;
columns: 1; columns: 2;
lines: 15; lines: 8;
spacing: 4px; spacing: 4px;
dynamic: true; dynamic: true;
cycle: true; cycle: true;
@ -119,6 +120,7 @@ listview {
fixed-columns: true; fixed-columns: true;
background-color: transparent; background-color: transparent;
border-radius: 10px; border-radius: 10px;
border: 0px;
} }
/* ---- Element ---- */ /* ---- Element ---- */

50
config/rofi/config-waybar-style.rasi

@ -1,13 +1,14 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* config - Waybar */ /* config - Waybar */
/* ---- Configuration ---- */ /* ---- Configuration ---- */
configuration { configuration {
modi: "drun,run"; modi: "drun,run";
font: "Fira Code SemiBold 14"; font: "Fira Code SemiBold 12";
show-icons: true; show-icons: true;
display-drun: ""; display-drun: "";
display-run: ""; display-run: "";
display-filebrowser: ""; display-filebrowser: "";
display-window: ""; display-window: "";
drun-display-format: "{name}"; drun-display-format: "{name}";
hover-select: true; hover-select: true;
@ -15,6 +16,7 @@ configuration {
me-accept-entry: "MousePrimary"; me-accept-entry: "MousePrimary";
window-format: "{w} · {c} · {t}"; window-format: "{w} · {c} · {t}";
dpi: 1; dpi: 1;
} }
/* ---- Load pywal colors (custom wal template) ---- */ /* ---- Load pywal colors (custom wal template) ---- */
@ -23,7 +25,7 @@ configuration {
/* ---- Window ---- */ /* ---- Window ---- */
window { window {
width: 800px; width: 800px;
height: 800px; /*height: 800px;*/
x-offset: 0px; x-offset: 0px;
y-offset: 0px; y-offset: 0px;
spacing: 0px; spacing: 0px;
@ -36,18 +38,18 @@ window {
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 15px; border-radius: 12px;
border-radius: 15px; border-radius: 12px;
background-color: @background-color; background-color: @background-color;
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
mainbox { mainbox {
enabled: true; enabled: true;
orientation: horizontal; orientation: vertical;
padding: 15px; padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", height); background-image: url("~/.config/rofi/.current_wallpaper", width);
children: [ "imagebox", "listbox" ]; children: [ "inputbar", "listbox"];
border-radius: 12px; border-radius: 12px;
} }
@ -55,7 +57,6 @@ mainbox {
imagebox { imagebox {
background-color: transparent; background-color: transparent;
orientation: vertical; orientation: vertical;
children: [ "inputbar", "dummy"];
} }
/* ---- Listbox ---- */ /* ---- Listbox ---- */
@ -78,10 +79,10 @@ inputbar {
enabled: true; enabled: true;
text-color: @foreground; text-color: @foreground;
spacing: 10px; spacing: 10px;
padding: 15px; padding: 8px;
border-radius: 10px; border-radius: 10px;
border-color: @foreground; border-color: @foreground;
background-color: @background; background-color: @backrgound90;
children: [ "textbox-prompt-colon", "entry" ]; children: [ "textbox-prompt-colon", "entry" ];
border: 1px; border: 1px;
border-color: @active-background; border-color: @active-background;
@ -107,18 +108,19 @@ entry {
/* ---- Listview ---- */ /* ---- Listview ---- */
listview { listview {
enabled: true; enabled: true;
columns: 1; columns: 2;
lines: 16; lines: 8;
spacing: 4px; spacing: 4px;
dynamic: true; dynamic: true;
cycle: true; cycle: true;
scrollbar: true; scrollbar: true;
layout: vertical; layout: vertical;
reverse: false; reverse: false;
fixed-height: true; fixed-height: true;
fixed-columns: false; fixed-columns: true;
background-color: transparent; background-color: transparent;
border-radius: 10px; border-radius: 10px;
border: 0px;
} }
/* ---- Element ---- */ /* ---- Element ---- */

56
config/rofi/config.rasi

@ -1,14 +1,14 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Main Config (main) - mine */ /* Main Config (main) */
/* ---- Configuration ---- */ /* ---- Configuration ---- */
configuration { configuration {
modi: "drun,run"; modi: "drun,run";
font: "Fira Code SemiBold 14"; font: "Fira Code SemiBold 12";
show-icons: true; show-icons: true;
display-drun: ""; display-drun: "";
display-run: ""; display-run: "";
display-filebrowser: ""; display-filebrowser: "";
display-window: ""; display-window: "";
drun-display-format: "{name}"; drun-display-format: "{name}";
hover-select: true; hover-select: true;
@ -25,7 +25,7 @@ configuration {
/* ---- Window ---- */ /* ---- Window ---- */
window { window {
width: 800px; width: 800px;
height: 450px; /*height: 450px;*/
x-offset: 0px; x-offset: 0px;
y-offset: 0px; y-offset: 0px;
spacing: 0px; spacing: 0px;
@ -38,25 +38,25 @@ window {
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 15px; border-radius: 12px;
background-color: @background-color; background-color: @background-color;
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
mainbox { mainbox {
enabled: true; enabled: true;
orientation: horizontal; orientation: vertical;
padding: 14px; padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", width); background-image: url("~/.config/rofi/.current_wallpaper", width);
children: [ "imagebox", "listbox" ]; children: [ "inputbar", "listbox" ];
border-radius: 10px; border-radius: 12px;
} }
/* ---- Imagebox ---- */ /* ---- Imagebox ---- */
imagebox { imagebox {
background-color: transparent; background-color: transparent;
orientation: vertical; orientation: vertical;
children: [ "inputbar", "dummy", "mode-switcher" ]; /*children: [ "inputbar"];*/
} }
/* ---- Listbox ---- */ /* ---- Listbox ---- */
@ -64,7 +64,8 @@ listbox {
spacing: 4px; spacing: 4px;
orientation: vertical; orientation: vertical;
children: [ "listview" ]; children: [ "listview" ];
border-radius: 10px; padding: 10px;
border-radius: 12px;
border: 1px; border: 1px;
border-color: @active-background; border-color: @active-background;
background-color: @background; background-color: @background;
@ -80,17 +81,17 @@ inputbar {
enabled: true; enabled: true;
text-color: @foreground; text-color: @foreground;
spacing: 10px; spacing: 10px;
padding: 10px; border-radius: 12px;
border-radius: 10px;
border-color: @foreground; border-color: @foreground;
background-color: @background; background-color: @background;
children: [ "textbox-prompt-colon", "entry" ]; children: [ "mode-switcher", "textbox-prompt-colon", "entry" ];
border: 1px; border: 1px;
border-color: @active-background; border-color: @active-background;
} }
textbox-prompt-colon { textbox-prompt-colon {
enabled: true; enabled: true;
padding: 10px 0px 10px 10px;
expand: false; expand: false;
str: "🐧"; str: "🐧";
text-color: inherit; text-color: inherit;
@ -99,6 +100,7 @@ textbox-prompt-colon {
entry { entry {
enabled: true; enabled: true;
padding: 10px 0px 10px 0px;
text-color: inherit; text-color: inherit;
cursor: text; cursor: text;
placeholder: "Search"; placeholder: "Search";
@ -115,8 +117,8 @@ mode-switcher{
} }
button { button {
padding: 10px; padding: 2px 24px 2px 24px;
border-radius: 10px; border-radius: 12px;
background-color: @background; background-color: @background;
text-color: inherit; text-color: inherit;
cursor: pointer; cursor: pointer;
@ -135,18 +137,20 @@ button selected {
/* ---- Listview ---- */ /* ---- Listview ---- */
listview { listview {
enabled: true; enabled: true;
columns: 1; columns: 2;
lines: 8; lines: 6;
spacing: 4px; spacing: 5px;
padding: 6px;
dynamic: true; dynamic: true;
cycle: true; cycle: true;
scrollbar: false; scrollbar: false;
layout: vertical; layout: vertical;
reverse: false; reverse: false;
fixed-height: true; fixed-height: true;
fixed-columns: true; fixed-columns: false;
background-color: transparent; background-color: transparent;
border-radius: 10px; border-radius: 12px;
border: 0px;
} }
/* ---- Element ---- */ /* ---- Element ---- */
@ -156,7 +160,7 @@ element {
margin: 2px; margin: 2px;
cursor: pointer; cursor: pointer;
background-color: transparent; background-color: transparent;
border-radius: 10px; border-radius: 12px;
border: 0px; border: 0px;
} }
@ -217,25 +221,25 @@ element-text {
text-color: inherit; text-color: inherit;
cursor: inherit; cursor: inherit;
vertical-align: 0.5; vertical-align: 0.5;
horizontal-align: 0.0; horizontal-align: 0;
} }
/*****----- Message -----*****/ /*****----- Message -----*****/
message { message {
background-color: @background; background-color: @background;
margin: 20px 0px 0px 0px; margin: 20px 0px 0px 0px;
border-radius: 10px; border-radius: 12px;
} }
textbox { textbox {
padding: 15px; padding: 10px;
background-color: @background; background-color: @background;
text-color: @foreground; text-color: @foreground;
} }
error-message { error-message {
padding: 15px; padding: 15px;
border-radius: 20px; border-radius: 12px;
background-color: @background; background-color: @background;
text-color: @foreground; text-color: @foreground;
} }

8
config/rofi/resolution/1080p/config-compact.rasi

@ -8,7 +8,7 @@ configuration {
show-icons: true; show-icons: true;
display-drun: ""; display-drun: "";
display-run: ""; display-run: "";
display-filebrowser: ""; display-filebrowser: "";
display-window: ""; display-window: "";
drun-display-format: "{name}"; drun-display-format: "{name}";
hover-select: true; hover-select: true;
@ -16,7 +16,7 @@ configuration {
me-accept-entry: "MousePrimary"; me-accept-entry: "MousePrimary";
window-format: "{w} · {c} · {t}"; window-format: "{w} · {c} · {t}";
dpi: 1; dpi: 1;
fake-transparency: true;
} }
/* ---- Load pywal colors (custom wal template) ---- */ /* ---- Load pywal colors (custom wal template) ---- */
@ -24,7 +24,7 @@ configuration {
/* ---- Window ---- */ /* ---- Window ---- */
window { window {
width: 600px; width: 500px;
x-offset: 0px; x-offset: 0px;
y-offset: 0px; y-offset: 0px;
spacing: 0px; spacing: 0px;
@ -46,7 +46,7 @@ window {
mainbox { mainbox {
enabled: true; enabled: true;
orientation: horizontal; orientation: horizontal;
padding: 15px; padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", height); background-image: url("~/.config/rofi/.current_wallpaper", height);
children: [ "imagebox"]; children: [ "imagebox"];
border-radius: 12px; border-radius: 12px;

13
config/rofi/resolution/1080p/config-long.rasi

@ -1,5 +1,6 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Main Config (long) */ /* Main Config (long) */
/* ---- Configuration ---- */ /* ---- Configuration ---- */
configuration { configuration {
modi: "drun,run"; modi: "drun,run";
@ -7,7 +8,7 @@ configuration {
show-icons: true; show-icons: true;
display-drun: ""; display-drun: "";
display-run: ""; display-run: "";
display-filebrowser: ""; display-filebrowser: "";
display-window: ""; display-window: "";
drun-display-format: "{name}"; drun-display-format: "{name}";
hover-select: true; hover-select: true;
@ -15,6 +16,7 @@ configuration {
me-accept-entry: "MousePrimary"; me-accept-entry: "MousePrimary";
window-format: "{w} · {c} · {t}"; window-format: "{w} · {c} · {t}";
dpi: 1; dpi: 1;
} }
/* ---- Load pywal colors (custom wal template) ---- */ /* ---- Load pywal colors (custom wal template) ---- */
@ -23,7 +25,7 @@ configuration {
/* ---- Window ---- */ /* ---- Window ---- */
window { window {
width: 900px; width: 900px;
height: 500px; /*height: 500px;*/
x-offset: 0px; x-offset: 0px;
y-offset: 0px; y-offset: 0px;
spacing: 0px; spacing: 0px;
@ -36,8 +38,7 @@ window {
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 15px; border-radius: 12px;
border-radius: 15px;
background-color: @background-color; background-color: @background-color;
} }
@ -45,7 +46,7 @@ window {
mainbox { mainbox {
enabled: true; enabled: true;
orientation: vertical; orientation: vertical;
padding: 15px; padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", width); background-image: url("~/.config/rofi/.current_wallpaper", width);
children: [ "imagebox" ]; children: [ "imagebox" ];
border-radius: 12px; border-radius: 12px;
@ -75,7 +76,7 @@ inputbar {
enabled: true; enabled: true;
text-color: @foreground; text-color: @foreground;
spacing: 10px; spacing: 10px;
padding: 14px; padding: 6px;
border-radius: 10px; border-radius: 10px;
border-color: @foreground; border-color: @foreground;
background-color: @background; background-color: @background;

20
config/rofi/resolution/1080p/config-powermenu.rasi

@ -18,15 +18,15 @@ window {
location: east; location: east;
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
width: 250px; width: 280px;
height: 500px; /*height: 500px;*/
x-offset: -10px; x-offset: -10px;
/* Debian/Ubuntu users use this offset */ /* Debian/Ubuntu users use this offset */
/* x-offset: -130px; */ /* x-offset: -130px; */
y-offset: 0px; y-offset: 0px;
padding: 0px; padding: 0px;
border: 2px; border: 3px;
border-radius: 15px; border-radius: 10px;
border-color: @active-background; border-color: @active-background;
cursor: "default"; cursor: "default";
background-color: @background-color; background-color: @background-color;
@ -49,7 +49,7 @@ mainbox {
/* ---- Inputbar ---- */ /* ---- Inputbar ---- */
inputbar { inputbar {
enabled: true; enabled: true;
padding: 10px; padding: 5px;
background-color: transparent; background-color: transparent;
orientation: horizontal; orientation: horizontal;
children: ["prompt"]; children: ["prompt"];
@ -58,9 +58,9 @@ inputbar {
prompt { prompt {
enabled: true; enabled: true;
/*padding: 10px;*/ /*padding: 10px;*/
border-radius: 15px; border-radius: 10px;
border-color: @foreground; border-color: @foreground;
background-color: @background-color; background-color: @background;
text-color: @foreground; text-color: @foreground;
cursor: text; cursor: text;
@ -89,14 +89,14 @@ listview {
/* ---- Elements ---- */ /* ---- Elements ---- */
element { element {
enabled: true; enabled: true;
padding: 10px; padding: 30px 40px 30px 40px;
border-radius: 30px; border-radius: 20px;
background-color: transparent; background-color: transparent;
text-color: @foreground; text-color: @foreground;
cursor: pointer; cursor: pointer;
} }
element-text { element-text {
font: "Fira Code SemiBold 14"; font: "Fira Code SemiBold 16";
background-color: transparent; background-color: transparent;
text-color: inherit; text-color: inherit;
cursor: inherit; cursor: inherit;

10
config/rofi/resolution/1080p/config-rofi-Beats.rasi

@ -8,7 +8,7 @@ configuration {
show-icons: true; show-icons: true;
display-drun: ""; display-drun: "";
display-run: ""; display-run: "";
display-filebrowser: ""; display-filebrowser: "";
display-window: ""; display-window: "";
drun-display-format: "{name}"; drun-display-format: "{name}";
hover-select: true; hover-select: true;
@ -16,7 +16,7 @@ configuration {
me-accept-entry: "MousePrimary"; me-accept-entry: "MousePrimary";
window-format: "{w} · {c} · {t}"; window-format: "{w} · {c} · {t}";
dpi: 1; dpi: 1;
fake-transparency: true;
} }
/* ---- Load pywal colors (custom wal template) ---- */ /* ---- Load pywal colors (custom wal template) ---- */
@ -38,8 +38,8 @@ window {
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 15px; border-radius: 12px;
border-radius: 15px; border-radius: 12px;
background-color: @background-color; background-color: @background-color;
} }
@ -47,7 +47,7 @@ window {
mainbox { mainbox {
enabled: true; enabled: true;
orientation: horizontal; orientation: horizontal;
padding: 15px; padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", height); background-image: url("~/.config/rofi/.current_wallpaper", height);
children: [ "imagebox"]; children: [ "imagebox"];
border-radius: 12px; border-radius: 12px;

18
config/rofi/resolution/1080p/config-wallpaper.rasi

@ -8,7 +8,7 @@ configuration {
show-icons: true; show-icons: true;
display-drun: ""; display-drun: "";
display-run: ""; display-run: "";
display-filebrowser: ""; display-filebrowser: "";
display-window: ""; display-window: "";
drun-display-format: "{name}"; drun-display-format: "{name}";
hover-select: true; hover-select: true;
@ -16,7 +16,7 @@ configuration {
me-accept-entry: "MousePrimary"; me-accept-entry: "MousePrimary";
window-format: "{w} · {c} · {t}"; window-format: "{w} · {c} · {t}";
dpi: 1; dpi: 1;
fake-transparency: true;
} }
/* ---- Load pywal colors (custom wal template) ---- */ /* ---- Load pywal colors (custom wal template) ---- */
@ -25,7 +25,7 @@ configuration {
/* ---- Window ---- */ /* ---- Window ---- */
window { window {
width: 800px; width: 800px;
height: 450px; /*height: 450px;*/
x-offset: 0px; x-offset: 0px;
y-offset: 0px; y-offset: 0px;
spacing: 0px; spacing: 0px;
@ -38,8 +38,8 @@ window {
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 15px; border-radius: 12px;
border-radius: 15px; border-radius: 12px;
background-color: @background-color; background-color: @background-color;
} }
@ -47,7 +47,7 @@ window {
mainbox { mainbox {
enabled: true; enabled: true;
orientation: horizontal; orientation: horizontal;
padding: 15px; padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", width); background-image: url("~/.config/rofi/.current_wallpaper", width);
children: [ "imagebox"]; children: [ "imagebox"];
border-radius: 12px; border-radius: 12px;
@ -82,7 +82,7 @@ inputbar {
enabled: true; enabled: true;
text-color: @foreground; text-color: @foreground;
spacing: 10px; spacing: 10px;
padding: 14px; padding: 8px;
border-radius: 10px; border-radius: 10px;
border-color: @foreground; border-color: @foreground;
background-color: @background; background-color: @background;
@ -120,7 +120,7 @@ listview {
layout: vertical; layout: vertical;
reverse: false; reverse: false;
fixed-height: true; fixed-height: true;
fixed-columns: truev; fixed-columns: false;
background-color: transparent; background-color: transparent;
border-radius: 10px; border-radius: 10px;
} }
@ -131,7 +131,7 @@ element {
padding: 5px; padding: 5px;
margin: 2px; margin: 2px;
cursor: pointer; cursor: pointer;
background-color: transparent; background-color: transparent;
border-radius: 10px; border-radius: 10px;
border: 0px; border: 0px;
} }

28
config/rofi/resolution/1080p/config-waybar-layout.rasi

@ -1,5 +1,6 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* config - Waybar */ /* config - Waybar */
/* ---- Configuration ---- */ /* ---- Configuration ---- */
configuration { configuration {
modi: "drun,run"; modi: "drun,run";
@ -7,7 +8,7 @@ configuration {
show-icons: true; show-icons: true;
display-drun: ""; display-drun: "";
display-run: ""; display-run: "";
display-filebrowser: ""; display-filebrowser: "";
display-window: ""; display-window: "";
drun-display-format: "{name}"; drun-display-format: "{name}";
hover-select: true; hover-select: true;
@ -15,6 +16,7 @@ configuration {
me-accept-entry: "MousePrimary"; me-accept-entry: "MousePrimary";
window-format: "{w} · {c} · {t}"; window-format: "{w} · {c} · {t}";
dpi: 1; dpi: 1;
} }
/* ---- Load pywal colors (custom wal template) ---- */ /* ---- Load pywal colors (custom wal template) ---- */
@ -23,7 +25,7 @@ configuration {
/* ---- Window ---- */ /* ---- Window ---- */
window { window {
width: 800px; width: 800px;
height: 800px; /*height: 800px;*/
x-offset: 0px; x-offset: 0px;
y-offset: 0px; y-offset: 0px;
spacing: 0px; spacing: 0px;
@ -36,26 +38,25 @@ window {
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 15px; border-radius: 12px;
border-radius: 15px; border-radius: 12px;
background-color: @background-color; background-color: @background-color;
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
mainbox { mainbox {
enabled: true; enabled: true;
orientation: horizontal; orientation: vertical;
padding: 15px; padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", height); background-image: url("~/.config/rofi/.current_wallpaper", width);
children: [ "imagebox", "listbox" ]; children: [ "inputbar", "listbox"];
border-radius: 12px; border-radius: 12px;
} }
/* ---- Imagebox ---- */ /* ---- Imagebox ---- */
imagebox { imagebox {
background-color: transparent; background-color: transparent;
orientation: vertical; orientation: vertical;
children: [ "inputbar", "dummy"];
} }
/* ---- Listbox ---- */ /* ---- Listbox ---- */
@ -78,7 +79,7 @@ inputbar {
enabled: true; enabled: true;
text-color: @foreground; text-color: @foreground;
spacing: 10px; spacing: 10px;
padding: 15px; padding: 8px;
border-radius: 10px; border-radius: 10px;
border-color: @foreground; border-color: @foreground;
background-color: @backrgound90; background-color: @backrgound90;
@ -107,8 +108,8 @@ entry {
/* ---- Listview ---- */ /* ---- Listview ---- */
listview { listview {
enabled: true; enabled: true;
columns: 1; columns: 2;
lines: 15; lines: 8;
spacing: 4px; spacing: 4px;
dynamic: true; dynamic: true;
cycle: true; cycle: true;
@ -119,6 +120,7 @@ listview {
fixed-columns: true; fixed-columns: true;
background-color: transparent; background-color: transparent;
border-radius: 10px; border-radius: 10px;
border: 0px;
} }
/* ---- Element ---- */ /* ---- Element ---- */

48
config/rofi/resolution/1080p/config-waybar-style.rasi

@ -1,5 +1,6 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* config - Waybar */ /* config - Waybar */
/* ---- Configuration ---- */ /* ---- Configuration ---- */
configuration { configuration {
modi: "drun,run"; modi: "drun,run";
@ -7,7 +8,7 @@ configuration {
show-icons: true; show-icons: true;
display-drun: ""; display-drun: "";
display-run: ""; display-run: "";
display-filebrowser: ""; display-filebrowser: "";
display-window: ""; display-window: "";
drun-display-format: "{name}"; drun-display-format: "{name}";
hover-select: true; hover-select: true;
@ -15,6 +16,7 @@ configuration {
me-accept-entry: "MousePrimary"; me-accept-entry: "MousePrimary";
window-format: "{w} · {c} · {t}"; window-format: "{w} · {c} · {t}";
dpi: 1; dpi: 1;
} }
/* ---- Load pywal colors (custom wal template) ---- */ /* ---- Load pywal colors (custom wal template) ---- */
@ -23,7 +25,7 @@ configuration {
/* ---- Window ---- */ /* ---- Window ---- */
window { window {
width: 800px; width: 800px;
height: 800px; /*height: 800px;*/
x-offset: 0px; x-offset: 0px;
y-offset: 0px; y-offset: 0px;
spacing: 0px; spacing: 0px;
@ -36,18 +38,18 @@ window {
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 15px; border-radius: 12px;
border-radius: 15px; border-radius: 12px;
background-color: @background-color; background-color: @background-color;
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
mainbox { mainbox {
enabled: true; enabled: true;
orientation: horizontal; orientation: vertical;
padding: 15px; padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", height); background-image: url("~/.config/rofi/.current_wallpaper", width);
children: [ "imagebox", "listbox" ]; children: [ "inputbar", "listbox"];
border-radius: 12px; border-radius: 12px;
} }
@ -55,7 +57,6 @@ mainbox {
imagebox { imagebox {
background-color: transparent; background-color: transparent;
orientation: vertical; orientation: vertical;
children: [ "inputbar", "dummy"];
} }
/* ---- Listbox ---- */ /* ---- Listbox ---- */
@ -78,10 +79,10 @@ inputbar {
enabled: true; enabled: true;
text-color: @foreground; text-color: @foreground;
spacing: 10px; spacing: 10px;
padding: 15px; padding: 8px;
border-radius: 10px; border-radius: 10px;
border-color: @foreground; border-color: @foreground;
background-color: @background; background-color: @backrgound90;
children: [ "textbox-prompt-colon", "entry" ]; children: [ "textbox-prompt-colon", "entry" ];
border: 1px; border: 1px;
border-color: @active-background; border-color: @active-background;
@ -107,18 +108,19 @@ entry {
/* ---- Listview ---- */ /* ---- Listview ---- */
listview { listview {
enabled: true; enabled: true;
columns: 1; columns: 2;
lines: 16; lines: 8;
spacing: 4px; spacing: 4px;
dynamic: true; dynamic: true;
cycle: true; cycle: true;
scrollbar: true; scrollbar: true;
layout: vertical; layout: vertical;
reverse: false; reverse: false;
fixed-height: true; fixed-height: true;
fixed-columns: false; fixed-columns: true;
background-color: transparent; background-color: transparent;
border-radius: 10px; border-radius: 10px;
border: 0px;
} }
/* ---- Element ---- */ /* ---- Element ---- */

54
config/rofi/resolution/1080p/config.rasi

@ -1,5 +1,5 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Main Config (main) - mine */ /* Main Config (main) */
/* ---- Configuration ---- */ /* ---- Configuration ---- */
configuration { configuration {
@ -8,7 +8,7 @@ configuration {
show-icons: true; show-icons: true;
display-drun: ""; display-drun: "";
display-run: ""; display-run: "";
display-filebrowser: ""; display-filebrowser: "";
display-window: ""; display-window: "";
drun-display-format: "{name}"; drun-display-format: "{name}";
hover-select: true; hover-select: true;
@ -25,7 +25,7 @@ configuration {
/* ---- Window ---- */ /* ---- Window ---- */
window { window {
width: 800px; width: 800px;
height: 450px; /*height: 450px;*/
x-offset: 0px; x-offset: 0px;
y-offset: 0px; y-offset: 0px;
spacing: 0px; spacing: 0px;
@ -38,25 +38,25 @@ window {
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 15px; border-radius: 12px;
background-color: @background-color; background-color: @background-color;
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
mainbox { mainbox {
enabled: true; enabled: true;
orientation: horizontal; orientation: vertical;
padding: 14px; padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", width); background-image: url("~/.config/rofi/.current_wallpaper", width);
children: [ "imagebox", "listbox" ]; children: [ "inputbar", "listbox" ];
border-radius: 10px; border-radius: 12px;
} }
/* ---- Imagebox ---- */ /* ---- Imagebox ---- */
imagebox { imagebox {
background-color: transparent; background-color: transparent;
orientation: vertical; orientation: vertical;
children: [ "inputbar", "dummy", "mode-switcher" ]; /*children: [ "inputbar"];*/
} }
/* ---- Listbox ---- */ /* ---- Listbox ---- */
@ -64,7 +64,8 @@ listbox {
spacing: 4px; spacing: 4px;
orientation: vertical; orientation: vertical;
children: [ "listview" ]; children: [ "listview" ];
border-radius: 10px; padding: 10px;
border-radius: 12px;
border: 1px; border: 1px;
border-color: @active-background; border-color: @active-background;
background-color: @background; background-color: @background;
@ -80,17 +81,17 @@ inputbar {
enabled: true; enabled: true;
text-color: @foreground; text-color: @foreground;
spacing: 10px; spacing: 10px;
padding: 10px; border-radius: 12px;
border-radius: 10px;
border-color: @foreground; border-color: @foreground;
background-color: @background; background-color: @background;
children: [ "textbox-prompt-colon", "entry" ]; children: [ "mode-switcher", "textbox-prompt-colon", "entry" ];
border: 1px; border: 1px;
border-color: @active-background; border-color: @active-background;
} }
textbox-prompt-colon { textbox-prompt-colon {
enabled: true; enabled: true;
padding: 10px 0px 10px 10px;
expand: false; expand: false;
str: "🐧"; str: "🐧";
text-color: inherit; text-color: inherit;
@ -99,6 +100,7 @@ textbox-prompt-colon {
entry { entry {
enabled: true; enabled: true;
padding: 10px 0px 10px 0px;
text-color: inherit; text-color: inherit;
cursor: text; cursor: text;
placeholder: "Search"; placeholder: "Search";
@ -115,8 +117,8 @@ mode-switcher{
} }
button { button {
padding: 10px; padding: 2px 24px 2px 24px;
border-radius: 10px; border-radius: 12px;
background-color: @background; background-color: @background;
text-color: inherit; text-color: inherit;
cursor: pointer; cursor: pointer;
@ -135,18 +137,20 @@ button selected {
/* ---- Listview ---- */ /* ---- Listview ---- */
listview { listview {
enabled: true; enabled: true;
columns: 1; columns: 2;
lines: 8; lines: 6;
spacing: 4px; spacing: 5px;
padding: 6px;
dynamic: true; dynamic: true;
cycle: true; cycle: true;
scrollbar: false; scrollbar: false;
layout: vertical; layout: vertical;
reverse: false; reverse: false;
fixed-height: true; fixed-height: true;
fixed-columns: true; fixed-columns: false;
background-color: transparent; background-color: transparent;
border-radius: 10px; border-radius: 12px;
border: 0px;
} }
/* ---- Element ---- */ /* ---- Element ---- */
@ -156,7 +160,7 @@ element {
margin: 2px; margin: 2px;
cursor: pointer; cursor: pointer;
background-color: transparent; background-color: transparent;
border-radius: 10px; border-radius: 12px;
border: 0px; border: 0px;
} }
@ -217,25 +221,25 @@ element-text {
text-color: inherit; text-color: inherit;
cursor: inherit; cursor: inherit;
vertical-align: 0.5; vertical-align: 0.5;
horizontal-align: 0.0; horizontal-align: 0;
} }
/*****----- Message -----*****/ /*****----- Message -----*****/
message { message {
background-color: @background; background-color: @background;
margin: 20px 0px 0px 0px; margin: 20px 0px 0px 0px;
border-radius: 10px; border-radius: 12px;
} }
textbox { textbox {
padding: 15px; padding: 10px;
background-color: @background; background-color: @background;
text-color: @foreground; text-color: @foreground;
} }
error-message { error-message {
padding: 15px; padding: 15px;
border-radius: 20px; border-radius: 12px;
background-color: @background; background-color: @background;
text-color: @foreground; text-color: @foreground;
} }

8
config/rofi/resolution/1440p/config-compact.rasi

@ -8,7 +8,7 @@ configuration {
show-icons: true; show-icons: true;
display-drun: ""; display-drun: "";
display-run: ""; display-run: "";
display-filebrowser: ""; display-filebrowser: "";
display-window: ""; display-window: "";
drun-display-format: "{name}"; drun-display-format: "{name}";
hover-select: true; hover-select: true;
@ -16,7 +16,7 @@ configuration {
me-accept-entry: "MousePrimary"; me-accept-entry: "MousePrimary";
window-format: "{w} · {c} · {t}"; window-format: "{w} · {c} · {t}";
dpi: 1; dpi: 1;
fake-transparency: true;
} }
/* ---- Load pywal colors (custom wal template) ---- */ /* ---- Load pywal colors (custom wal template) ---- */
@ -24,7 +24,7 @@ configuration {
/* ---- Window ---- */ /* ---- Window ---- */
window { window {
width: 600px; width: 500px;
x-offset: 0px; x-offset: 0px;
y-offset: 0px; y-offset: 0px;
spacing: 0px; spacing: 0px;
@ -46,7 +46,7 @@ window {
mainbox { mainbox {
enabled: true; enabled: true;
orientation: horizontal; orientation: horizontal;
padding: 15px; padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", height); background-image: url("~/.config/rofi/.current_wallpaper", height);
children: [ "imagebox"]; children: [ "imagebox"];
border-radius: 12px; border-radius: 12px;

13
config/rofi/resolution/1440p/config-long.rasi

@ -1,5 +1,6 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Main Config (long) */ /* Main Config (long) */
/* ---- Configuration ---- */ /* ---- Configuration ---- */
configuration { configuration {
modi: "drun,run"; modi: "drun,run";
@ -7,7 +8,7 @@ configuration {
show-icons: true; show-icons: true;
display-drun: ""; display-drun: "";
display-run: ""; display-run: "";
display-filebrowser: ""; display-filebrowser: "";
display-window: ""; display-window: "";
drun-display-format: "{name}"; drun-display-format: "{name}";
hover-select: true; hover-select: true;
@ -15,6 +16,7 @@ configuration {
me-accept-entry: "MousePrimary"; me-accept-entry: "MousePrimary";
window-format: "{w} · {c} · {t}"; window-format: "{w} · {c} · {t}";
dpi: 1; dpi: 1;
} }
/* ---- Load pywal colors (custom wal template) ---- */ /* ---- Load pywal colors (custom wal template) ---- */
@ -23,7 +25,7 @@ configuration {
/* ---- Window ---- */ /* ---- Window ---- */
window { window {
width: 900px; width: 900px;
height: 500px; /*height: 500px;*/
x-offset: 0px; x-offset: 0px;
y-offset: 0px; y-offset: 0px;
spacing: 0px; spacing: 0px;
@ -36,8 +38,7 @@ window {
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 15px; border-radius: 12px;
border-radius: 15px;
background-color: @background-color; background-color: @background-color;
} }
@ -45,7 +46,7 @@ window {
mainbox { mainbox {
enabled: true; enabled: true;
orientation: vertical; orientation: vertical;
padding: 15px; padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", width); background-image: url("~/.config/rofi/.current_wallpaper", width);
children: [ "imagebox" ]; children: [ "imagebox" ];
border-radius: 12px; border-radius: 12px;
@ -75,7 +76,7 @@ inputbar {
enabled: true; enabled: true;
text-color: @foreground; text-color: @foreground;
spacing: 10px; spacing: 10px;
padding: 14px; padding: 6px;
border-radius: 10px; border-radius: 10px;
border-color: @foreground; border-color: @foreground;
background-color: @background; background-color: @background;

20
config/rofi/resolution/1440p/config-powermenu.rasi

@ -18,15 +18,15 @@ window {
location: east; location: east;
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
width: 250px; width: 300px;
height: 500px; /*height: 500px;*/
x-offset: -10px; x-offset: -10px;
/* Debian/Ubuntu users use this offset */ /* Debian/Ubuntu users use this offset */
/* x-offset: -130px; */ /* x-offset: -130px; */
y-offset: 0px; y-offset: 0px;
padding: 0px; padding: 0px;
border: 2px; border: 3px;
border-radius: 15px; border-radius: 10px;
border-color: @active-background; border-color: @active-background;
cursor: "default"; cursor: "default";
background-color: @background-color; background-color: @background-color;
@ -49,7 +49,7 @@ mainbox {
/* ---- Inputbar ---- */ /* ---- Inputbar ---- */
inputbar { inputbar {
enabled: true; enabled: true;
padding: 10px; padding: 5px;
background-color: transparent; background-color: transparent;
orientation: horizontal; orientation: horizontal;
children: ["prompt"]; children: ["prompt"];
@ -58,9 +58,9 @@ inputbar {
prompt { prompt {
enabled: true; enabled: true;
/*padding: 10px;*/ /*padding: 10px;*/
border-radius: 15px; border-radius: 10px;
border-color: @foreground; border-color: @foreground;
background-color: @background-color; background-color: @background;
text-color: @foreground; text-color: @foreground;
cursor: text; cursor: text;
@ -89,14 +89,14 @@ listview {
/* ---- Elements ---- */ /* ---- Elements ---- */
element { element {
enabled: true; enabled: true;
padding: 10px; padding: 30px 40px 30px 40px;
border-radius: 30px; border-radius: 20px;
background-color: transparent; background-color: transparent;
text-color: @foreground; text-color: @foreground;
cursor: pointer; cursor: pointer;
} }
element-text { element-text {
font: "Fira Code SemiBold 14"; font: "Fira Code SemiBold 18";
background-color: transparent; background-color: transparent;
text-color: inherit; text-color: inherit;
cursor: inherit; cursor: inherit;

10
config/rofi/resolution/1440p/config-rofi-Beats.rasi

@ -8,7 +8,7 @@ configuration {
show-icons: true; show-icons: true;
display-drun: ""; display-drun: "";
display-run: ""; display-run: "";
display-filebrowser: ""; display-filebrowser: "";
display-window: ""; display-window: "";
drun-display-format: "{name}"; drun-display-format: "{name}";
hover-select: true; hover-select: true;
@ -16,7 +16,7 @@ configuration {
me-accept-entry: "MousePrimary"; me-accept-entry: "MousePrimary";
window-format: "{w} · {c} · {t}"; window-format: "{w} · {c} · {t}";
dpi: 1; dpi: 1;
fake-transparency: true;
} }
/* ---- Load pywal colors (custom wal template) ---- */ /* ---- Load pywal colors (custom wal template) ---- */
@ -38,8 +38,8 @@ window {
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 15px; border-radius: 12px;
border-radius: 15px; border-radius: 12px;
background-color: @background-color; background-color: @background-color;
} }
@ -47,7 +47,7 @@ window {
mainbox { mainbox {
enabled: true; enabled: true;
orientation: horizontal; orientation: horizontal;
padding: 15px; padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", height); background-image: url("~/.config/rofi/.current_wallpaper", height);
children: [ "imagebox"]; children: [ "imagebox"];
border-radius: 12px; border-radius: 12px;

14
config/rofi/resolution/1440p/config-wallpaper.rasi

@ -8,7 +8,7 @@ configuration {
show-icons: true; show-icons: true;
display-drun: ""; display-drun: "";
display-run: ""; display-run: "";
display-filebrowser: ""; display-filebrowser: "";
display-window: ""; display-window: "";
drun-display-format: "{name}"; drun-display-format: "{name}";
hover-select: true; hover-select: true;
@ -16,7 +16,7 @@ configuration {
me-accept-entry: "MousePrimary"; me-accept-entry: "MousePrimary";
window-format: "{w} · {c} · {t}"; window-format: "{w} · {c} · {t}";
dpi: 1; dpi: 1;
fake-transparency: true;
} }
/* ---- Load pywal colors (custom wal template) ---- */ /* ---- Load pywal colors (custom wal template) ---- */
@ -25,7 +25,7 @@ configuration {
/* ---- Window ---- */ /* ---- Window ---- */
window { window {
width: 800px; width: 800px;
height: 450px; /*height: 450px;*/
x-offset: 0px; x-offset: 0px;
y-offset: 0px; y-offset: 0px;
spacing: 0px; spacing: 0px;
@ -38,8 +38,8 @@ window {
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 15px; border-radius: 12px;
border-radius: 15px; border-radius: 12px;
background-color: @background-color; background-color: @background-color;
} }
@ -47,7 +47,7 @@ window {
mainbox { mainbox {
enabled: true; enabled: true;
orientation: horizontal; orientation: horizontal;
padding: 15px; padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", width); background-image: url("~/.config/rofi/.current_wallpaper", width);
children: [ "imagebox"]; children: [ "imagebox"];
border-radius: 12px; border-radius: 12px;
@ -82,7 +82,7 @@ inputbar {
enabled: true; enabled: true;
text-color: @foreground; text-color: @foreground;
spacing: 10px; spacing: 10px;
padding: 14px; padding: 8px;
border-radius: 10px; border-radius: 10px;
border-color: @foreground; border-color: @foreground;
background-color: @background; background-color: @background;

28
config/rofi/resolution/1440p/config-waybar-layout.rasi

@ -1,5 +1,6 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* config - Waybar */ /* config - Waybar */
/* ---- Configuration ---- */ /* ---- Configuration ---- */
configuration { configuration {
modi: "drun,run"; modi: "drun,run";
@ -7,7 +8,7 @@ configuration {
show-icons: true; show-icons: true;
display-drun: ""; display-drun: "";
display-run: ""; display-run: "";
display-filebrowser: ""; display-filebrowser: "";
display-window: ""; display-window: "";
drun-display-format: "{name}"; drun-display-format: "{name}";
hover-select: true; hover-select: true;
@ -15,6 +16,7 @@ configuration {
me-accept-entry: "MousePrimary"; me-accept-entry: "MousePrimary";
window-format: "{w} · {c} · {t}"; window-format: "{w} · {c} · {t}";
dpi: 1; dpi: 1;
} }
/* ---- Load pywal colors (custom wal template) ---- */ /* ---- Load pywal colors (custom wal template) ---- */
@ -23,7 +25,7 @@ configuration {
/* ---- Window ---- */ /* ---- Window ---- */
window { window {
width: 800px; width: 800px;
height: 800px; /*height: 800px;*/
x-offset: 0px; x-offset: 0px;
y-offset: 0px; y-offset: 0px;
spacing: 0px; spacing: 0px;
@ -36,26 +38,25 @@ window {
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 15px; border-radius: 12px;
border-radius: 15px; border-radius: 12px;
background-color: @background-color; background-color: @background-color;
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
mainbox { mainbox {
enabled: true; enabled: true;
orientation: horizontal; orientation: vertical;
padding: 15px; padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", height); background-image: url("~/.config/rofi/.current_wallpaper", width);
children: [ "imagebox", "listbox" ]; children: [ "inputbar", "listbox"];
border-radius: 12px; border-radius: 12px;
} }
/* ---- Imagebox ---- */ /* ---- Imagebox ---- */
imagebox { imagebox {
background-color: transparent; background-color: transparent;
orientation: vertical; orientation: vertical;
children: [ "inputbar", "dummy"];
} }
/* ---- Listbox ---- */ /* ---- Listbox ---- */
@ -78,7 +79,7 @@ inputbar {
enabled: true; enabled: true;
text-color: @foreground; text-color: @foreground;
spacing: 10px; spacing: 10px;
padding: 15px; padding: 8px;
border-radius: 10px; border-radius: 10px;
border-color: @foreground; border-color: @foreground;
background-color: @backrgound90; background-color: @backrgound90;
@ -107,8 +108,8 @@ entry {
/* ---- Listview ---- */ /* ---- Listview ---- */
listview { listview {
enabled: true; enabled: true;
columns: 1; columns: 2;
lines: 15; lines: 8;
spacing: 4px; spacing: 4px;
dynamic: true; dynamic: true;
cycle: true; cycle: true;
@ -119,6 +120,7 @@ listview {
fixed-columns: true; fixed-columns: true;
background-color: transparent; background-color: transparent;
border-radius: 10px; border-radius: 10px;
border: 0px;
} }
/* ---- Element ---- */ /* ---- Element ---- */

48
config/rofi/resolution/1440p/config-waybar-style.rasi

@ -1,5 +1,6 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* config - Waybar */ /* config - Waybar */
/* ---- Configuration ---- */ /* ---- Configuration ---- */
configuration { configuration {
modi: "drun,run"; modi: "drun,run";
@ -7,7 +8,7 @@ configuration {
show-icons: true; show-icons: true;
display-drun: ""; display-drun: "";
display-run: ""; display-run: "";
display-filebrowser: ""; display-filebrowser: "";
display-window: ""; display-window: "";
drun-display-format: "{name}"; drun-display-format: "{name}";
hover-select: true; hover-select: true;
@ -15,6 +16,7 @@ configuration {
me-accept-entry: "MousePrimary"; me-accept-entry: "MousePrimary";
window-format: "{w} · {c} · {t}"; window-format: "{w} · {c} · {t}";
dpi: 1; dpi: 1;
} }
/* ---- Load pywal colors (custom wal template) ---- */ /* ---- Load pywal colors (custom wal template) ---- */
@ -23,7 +25,7 @@ configuration {
/* ---- Window ---- */ /* ---- Window ---- */
window { window {
width: 800px; width: 800px;
height: 800px; /*height: 800px;*/
x-offset: 0px; x-offset: 0px;
y-offset: 0px; y-offset: 0px;
spacing: 0px; spacing: 0px;
@ -36,18 +38,18 @@ window {
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 15px; border-radius: 12px;
border-radius: 15px; border-radius: 12px;
background-color: @background-color; background-color: @background-color;
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
mainbox { mainbox {
enabled: true; enabled: true;
orientation: horizontal; orientation: vertical;
padding: 15px; padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", height); background-image: url("~/.config/rofi/.current_wallpaper", width);
children: [ "imagebox", "listbox" ]; children: [ "inputbar", "listbox"];
border-radius: 12px; border-radius: 12px;
} }
@ -55,7 +57,6 @@ mainbox {
imagebox { imagebox {
background-color: transparent; background-color: transparent;
orientation: vertical; orientation: vertical;
children: [ "inputbar", "dummy"];
} }
/* ---- Listbox ---- */ /* ---- Listbox ---- */
@ -78,10 +79,10 @@ inputbar {
enabled: true; enabled: true;
text-color: @foreground; text-color: @foreground;
spacing: 10px; spacing: 10px;
padding: 15px; padding: 8px;
border-radius: 10px; border-radius: 10px;
border-color: @foreground; border-color: @foreground;
background-color: @background; background-color: @backrgound90;
children: [ "textbox-prompt-colon", "entry" ]; children: [ "textbox-prompt-colon", "entry" ];
border: 1px; border: 1px;
border-color: @active-background; border-color: @active-background;
@ -107,18 +108,19 @@ entry {
/* ---- Listview ---- */ /* ---- Listview ---- */
listview { listview {
enabled: true; enabled: true;
columns: 1; columns: 2;
lines: 16; lines: 8;
spacing: 4px; spacing: 4px;
dynamic: true; dynamic: true;
cycle: true; cycle: true;
scrollbar: true; scrollbar: true;
layout: vertical; layout: vertical;
reverse: false; reverse: false;
fixed-height: true; fixed-height: true;
fixed-columns: false; fixed-columns: true;
background-color: transparent; background-color: transparent;
border-radius: 10px; border-radius: 10px;
border: 0px;
} }
/* ---- Element ---- */ /* ---- Element ---- */

54
config/rofi/resolution/1440p/config.rasi

@ -1,5 +1,5 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Main Config (main) - mine */ /* Main Config (main) */
/* ---- Configuration ---- */ /* ---- Configuration ---- */
configuration { configuration {
@ -8,7 +8,7 @@ configuration {
show-icons: true; show-icons: true;
display-drun: ""; display-drun: "";
display-run: ""; display-run: "";
display-filebrowser: ""; display-filebrowser: "";
display-window: ""; display-window: "";
drun-display-format: "{name}"; drun-display-format: "{name}";
hover-select: true; hover-select: true;
@ -25,7 +25,7 @@ configuration {
/* ---- Window ---- */ /* ---- Window ---- */
window { window {
width: 800px; width: 800px;
height: 450px; /*height: 450px;*/
x-offset: 0px; x-offset: 0px;
y-offset: 0px; y-offset: 0px;
spacing: 0px; spacing: 0px;
@ -38,25 +38,25 @@ window {
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 15px; border-radius: 12px;
background-color: @background-color; background-color: @background-color;
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
mainbox { mainbox {
enabled: true; enabled: true;
orientation: horizontal; orientation: vertical;
padding: 14px; padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", width); background-image: url("~/.config/rofi/.current_wallpaper", width);
children: [ "imagebox", "listbox" ]; children: [ "inputbar", "listbox" ];
border-radius: 10px; border-radius: 12px;
} }
/* ---- Imagebox ---- */ /* ---- Imagebox ---- */
imagebox { imagebox {
background-color: transparent; background-color: transparent;
orientation: vertical; orientation: vertical;
children: [ "inputbar", "dummy", "mode-switcher" ]; /*children: [ "inputbar"];*/
} }
/* ---- Listbox ---- */ /* ---- Listbox ---- */
@ -64,7 +64,8 @@ listbox {
spacing: 4px; spacing: 4px;
orientation: vertical; orientation: vertical;
children: [ "listview" ]; children: [ "listview" ];
border-radius: 10px; padding: 10px;
border-radius: 12px;
border: 1px; border: 1px;
border-color: @active-background; border-color: @active-background;
background-color: @background; background-color: @background;
@ -80,17 +81,17 @@ inputbar {
enabled: true; enabled: true;
text-color: @foreground; text-color: @foreground;
spacing: 10px; spacing: 10px;
padding: 10px; border-radius: 12px;
border-radius: 10px;
border-color: @foreground; border-color: @foreground;
background-color: @background; background-color: @background;
children: [ "textbox-prompt-colon", "entry" ]; children: [ "mode-switcher", "textbox-prompt-colon", "entry" ];
border: 1px; border: 1px;
border-color: @active-background; border-color: @active-background;
} }
textbox-prompt-colon { textbox-prompt-colon {
enabled: true; enabled: true;
padding: 10px 0px 10px 10px;
expand: false; expand: false;
str: "🐧"; str: "🐧";
text-color: inherit; text-color: inherit;
@ -99,6 +100,7 @@ textbox-prompt-colon {
entry { entry {
enabled: true; enabled: true;
padding: 10px 0px 10px 0px;
text-color: inherit; text-color: inherit;
cursor: text; cursor: text;
placeholder: "Search"; placeholder: "Search";
@ -115,8 +117,8 @@ mode-switcher{
} }
button { button {
padding: 10px; padding: 2px 24px 2px 24px;
border-radius: 10px; border-radius: 12px;
background-color: @background; background-color: @background;
text-color: inherit; text-color: inherit;
cursor: pointer; cursor: pointer;
@ -135,18 +137,20 @@ button selected {
/* ---- Listview ---- */ /* ---- Listview ---- */
listview { listview {
enabled: true; enabled: true;
columns: 1; columns: 2;
lines: 8; lines: 6;
spacing: 4px; spacing: 5px;
padding: 6px;
dynamic: true; dynamic: true;
cycle: true; cycle: true;
scrollbar: false; scrollbar: false;
layout: vertical; layout: vertical;
reverse: false; reverse: false;
fixed-height: true; fixed-height: true;
fixed-columns: true; fixed-columns: false;
background-color: transparent; background-color: transparent;
border-radius: 10px; border-radius: 12px;
border: 0px;
} }
/* ---- Element ---- */ /* ---- Element ---- */
@ -156,7 +160,7 @@ element {
margin: 2px; margin: 2px;
cursor: pointer; cursor: pointer;
background-color: transparent; background-color: transparent;
border-radius: 10px; border-radius: 12px;
border: 0px; border: 0px;
} }
@ -217,25 +221,25 @@ element-text {
text-color: inherit; text-color: inherit;
cursor: inherit; cursor: inherit;
vertical-align: 0.5; vertical-align: 0.5;
horizontal-align: 0.0; horizontal-align: 0;
} }
/*****----- Message -----*****/ /*****----- Message -----*****/
message { message {
background-color: @background; background-color: @background;
margin: 20px 0px 0px 0px; margin: 20px 0px 0px 0px;
border-radius: 10px; border-radius: 12px;
} }
textbox { textbox {
padding: 15px; padding: 10px;
background-color: @background; background-color: @background;
text-color: @foreground; text-color: @foreground;
} }
error-message { error-message {
padding: 15px; padding: 15px;
border-radius: 20px; border-radius: 12px;
background-color: @background; background-color: @background;
text-color: @foreground; text-color: @foreground;
} }

Loading…
Cancel
Save