Browse Source

Semi transparent rofi theme. See wiki changelogs

pull/31/head
JaKooLit 2 years ago
parent
commit
ce2db51a62
  1. 99
      config/rofi/config-compact.rasi
  2. 76
      config/rofi/config-long.rasi
  3. 61
      config/rofi/config-rofi-Beats.rasi
  4. 66
      config/rofi/config-wallpaper.rasi
  5. 46
      config/rofi/config-waybar-layout.rasi
  6. 46
      config/rofi/config-waybar-style.rasi
  7. 36
      config/rofi/config.rasi
  8. 2
      config/rofi/pywal-color/pywal-theme.rasi
  9. 99
      config/rofi/resolution/1080p/config-compact.rasi
  10. 76
      config/rofi/resolution/1080p/config-long.rasi
  11. 61
      config/rofi/resolution/1080p/config-rofi-Beats.rasi
  12. 66
      config/rofi/resolution/1080p/config-wallpaper.rasi
  13. 46
      config/rofi/resolution/1080p/config-waybar-layout.rasi
  14. 46
      config/rofi/resolution/1080p/config-waybar-style.rasi
  15. 36
      config/rofi/resolution/1080p/config.rasi
  16. 61
      config/rofi/resolution/1440p/config-compact.rasi
  17. 74
      config/rofi/resolution/1440p/config-long.rasi
  18. 61
      config/rofi/resolution/1440p/config-rofi-Beats.rasi
  19. 64
      config/rofi/resolution/1440p/config-wallpaper.rasi
  20. 46
      config/rofi/resolution/1440p/config-waybar-layout.rasi
  21. 46
      config/rofi/resolution/1440p/config-waybar-style.rasi
  22. 32
      config/rofi/resolution/1440p/config.rasi
  23. 166
      config/wal/templates/colors-rofi-dark.rasi
  24. 166
      config/wal/templates/colors-rofi-light.rasi
  25. 2
      copy.sh

99
config/rofi/config-compact.rasi

@ -1,5 +1,6 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Main Config (long) */ /* Main Config compact */
/* ---- Configuration ---- */ /* ---- Configuration ---- */
configuration { configuration {
modi: "drun,run"; modi: "drun,run";
@ -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;
fake-transparency: true;
} }
/* ---- Load pywal colors (custom wal template) ---- */ /* ---- Load pywal colors (custom wal template) ---- */
@ -26,48 +28,49 @@ window {
x-offset: 0px; x-offset: 0px;
y-offset: 0px; y-offset: 0px;
spacing: 0px; spacing: 0px;
padding: 0px; padding: 2px;
margin: 0px; margin: 0px;
color: transparent;
border: 2px; border: 2px;
border-color: @background; border-color: @active-background;
cursor: "default"; cursor: "default";
transparency: "real";
location: center; location: center;
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 15px; border-radius: 15px;
border-radius: 15px;
background-color: @background-color;
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
mainbox { mainbox {
enabled: true; enabled: true;
orientation: vertical; orientation: horizontal;
spacing: 0px; padding: 15px;
margin: 0px; background-image: url("~/.config/rofi/.current_wallpaper", height);
padding: 20px; children: [ "imagebox"];
background-image: url("~/.config/rofi/.current_wallpaper", both); border-radius: 12px;
children: [ "listbox" ]; background-color: @background90;
border-radius: 10px;
} }
/* ---- Imagebox ---- */ /* ---- Imagebox ---- */
imagebox { imagebox {
padding: 6px;
background-color: transparent; background-color: transparent;
orientation: vertical; orientation: vertical;
children: [ "inputbar", "dummy", "mode-switcher" ]; children: [ "inputbar", "listbox"];
} }
/* ---- Listbox ---- */ /* ---- Listbox ---- */
listbox { listbox {
spacing: 20px; spacing: 4px;
background-color: transparent;
orientation: vertical; orientation: vertical;
children: [ "inputbar", "message", "listview" ]; children: [ "listview" ];
border-radius: 10px; border-radius: 10px;
border: 1px;
border-color: @active-background;
background-color: @background90;
} }
/* ---- Dummy ---- */ /* ---- Dummy ---- */
dummy { dummy {
background-color: transparent; background-color: transparent;
@ -78,50 +81,30 @@ inputbar {
enabled: true; enabled: true;
text-color: @foreground; text-color: @foreground;
spacing: 10px; spacing: 10px;
padding: 10px; padding: 14px;
border-radius: 10px; border-radius: 10px;
border-color: @foreground; border-color: @foreground;
background-color: @background; background-color: @background90;
children: [ "textbox-prompt-colon", "entry" ]; children: [ "textbox-prompt-colon", "entry" ];
border: 1px;
border-color: @active-background;
} }
textbox-prompt-colon { textbox-prompt-colon {
enabled: true; enabled: true;
expand: false; expand: false;
str: "🔎 "; str: "";
text-color: inherit; text-color: inherit;
background-color: transparent; background-color: transparent;
} }
entry { entry {
enabled: true; enabled: true;
background-color: transparent;
text-color: inherit; text-color: inherit;
cursor: text; cursor: text;
placeholder: "Search"; placeholder: "View / Edit Hyprland Configs";
placeholder-color: inherit; placeholder-color: inherit;
}
/* ---- Mode Switcher ---- */
mode-switcher{
enabled: true;
spacing: 20px;
background-color: transparent; background-color: transparent;
text-color: @foreground;
}
button {
padding: 10px;
border-radius: 10px;
background-color: @background;
text-color: inherit;
cursor: pointer;
border: 0px;
}
button selected {
background-color: @selected-normal-background;
text-color: @foreground;
} }
/* ---- Listview ---- */ /* ---- Listview ---- */
@ -129,30 +112,27 @@ listview {
enabled: true; enabled: true;
columns: 1; columns: 1;
lines: 7; lines: 7;
cycle: true; spacing: 4px;
dynamic: true; dynamic: 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;
spacing: 0px; background-color: transparent;
padding: 2px;
margin: 0px;
border-radius: 10px;
border: 0px;
background-color: @background;
border-radius: 10px; border-radius: 10px;
} }
/* ---- Element ---- */ /* ---- Element ---- */
element { element {
enabled: true; enabled: true;
padding: 2px; padding: 5px;
margin: 2px; margin: 2px;
cursor: pointer; cursor: pointer;
background-color: transparent; background-color: transparent;
border-radius: 10px; border-radius: 10px;
border: 0px;
} }
element normal.normal { element normal.normal {
@ -217,26 +197,19 @@ element-text {
/*****----- Message -----*****/ /*****----- Message -----*****/
message { message {
background-color: transparent; background-color: @background;
border: 0px;
margin: 20px 0px 0px 0px; margin: 20px 0px 0px 0px;
padding: 0px;
spacing: 0px;
border-radius: 10px; border-radius: 10px;
} }
textbox { textbox {
padding: 6px; padding: 15px;
margin: 0px; background-color: @background;
border-radius: 0px;
background-color: transparent;
text-color: @foreground; text-color: @foreground;
vertical-align: 0.5;
horizontal-align: 0.0;
} }
error-message { error-message {
padding: 6px; padding: 15px;
border-radius: 20px; border-radius: 20px;
background-color: @background; background-color: @background;
text-color: @foreground; text-color: @foreground;

76
config/rofi/config-long.rasi

@ -26,51 +26,47 @@ window {
x-offset: 0px; x-offset: 0px;
y-offset: 0px; y-offset: 0px;
spacing: 0px; spacing: 0px;
padding: 0px; padding: 2px;
margin: 0px; margin: 0px;
color: transparent;
border: 2px; border: 2px;
border-color: @background; border-color: @active-background;
cursor: "default"; cursor: "default";
transparency: "real";
location: center; location: center;
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 15px; border-radius: 15px;
border-radius: 15px;
background-color: @background-color;
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
mainbox { mainbox {
enabled: true; enabled: true;
orientation: vertical; orientation: vertical;
spacing: 0px; padding: 15px;
margin: 0px; background-image: url("~/.config/rofi/.current_wallpaper", height);
padding: 20px; children: [ "imagebox" ];
background-image: url("~/.config/rofi/.current_wallpaper", width); border-radius: 12px;
children: [ "listbox" ]; background-color: @background90;
border-radius: 10px;
} }
/* ---- Imagebox ---- */ /* ---- Imagebox ---- */
imagebox { imagebox {
padding: 6px;
background-color: transparent; background-color: transparent;
orientation: vertical; orientation: vertical;
children: [ "inputbar", "dummy", "mode-switcher" ]; children: [ "inputbar", "listbox"];
} }
/* ---- Listbox ---- */ /* ---- Listbox ---- */
listbox { listbox {
spacing: 20px; spacing: 4px;
background-color: transparent;
orientation: vertical; orientation: vertical;
children: [ "inputbar", "message", "listview" ]; children: [ "listview" ];
border-radius: 10px; border-radius: 10px;
} border: 1px;
/* ---- Dummy ---- */ border-color: @active-background;
dummy { background-color: @background90;
background-color: transparent;
} }
/* ---- Inputbar ---- */ /* ---- Inputbar ---- */
@ -78,11 +74,13 @@ inputbar {
enabled: true; enabled: true;
text-color: @foreground; text-color: @foreground;
spacing: 10px; spacing: 10px;
padding: 10px; padding: 14px;
border-radius: 10px; border-radius: 10px;
border-color: @foreground; border-color: @foreground;
background-color: @background; background-color: @background90;
children: [ "textbox-prompt-colon", "entry" ]; children: [ "textbox-prompt-colon", "entry" ];
border: 1px;
border-color: @active-background;
} }
textbox-prompt-colon { textbox-prompt-colon {
@ -95,33 +93,11 @@ textbox-prompt-colon {
entry { entry {
enabled: true; enabled: true;
background-color: transparent;
text-color: inherit; text-color: inherit;
cursor: text; cursor: text;
placeholder: "Search"; placeholder: "Search";
placeholder-color: inherit; placeholder-color: inherit;
}
/* ---- Mode Switcher ---- */
mode-switcher{
enabled: true;
spacing: 20px;
background-color: transparent; background-color: transparent;
text-color: @foreground;
}
button {
padding: 10px;
border-radius: 10px;
background-color: @background;
text-color: inherit;
cursor: pointer;
border: 0px;
}
button selected {
background-color: @selected-normal-background;
text-color: @foreground;
} }
/* ---- Listview ---- */ /* ---- Listview ---- */
@ -129,19 +105,15 @@ listview {
enabled: true; enabled: true;
columns: 1; columns: 1;
lines: 15; lines: 15;
cycle: true; spacing: 4px;
dynamic: true; dynamic: true;
scrollbar: true; cycle: true;
scrollbar: false;
layout: vertical; layout: vertical;
reverse: false; reverse: false;
fixed-height: true; fixed-height: true;
fixed-columns: true; fixed-columns: false;
spacing: 0px; background-color: transparent;
padding: 2px;
margin: 0px;
border-radius: 10px;
border: 0px;
background-color: @background;
border-radius: 10px; border-radius: 10px;
} }

61
config/rofi/config-rofi-Beats.rasi

@ -1,5 +1,5 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Main Config (main)*/ /* Main Config compact */
/* ---- Configuration ---- */ /* ---- Configuration ---- */
configuration { configuration {
@ -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,49 +24,53 @@ configuration {
/* ---- Window ---- */ /* ---- Window ---- */
window { window {
width: 35%; width: 20%;
x-offset: 0px; x-offset: 0px;
y-offset: 0px; y-offset: 0px;
spacing: 0px; spacing: 0px;
padding: 2px; padding: 2px;
margin: 0px; margin: 0px;
color: transparent; border: 2px;
border: 1px;
border-color: @active-background; border-color: @active-background;
cursor: "default"; cursor: "default";
transparency: "real";
location: center; location: center;
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 15px; border-radius: 15px;
border-radius: 15px;
background-color: @background-color;
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
mainbox { mainbox {
enabled: true; enabled: true;
orientation: horizontal; orientation: horizontal;
padding: 20px; padding: 15px;
background-image: url("~/.config/rofi/.current_wallpaper", both); background-image: url("~/.config/rofi/.current_wallpaper", height);
children: [ "imagebox", "listbox" ]; children: [ "imagebox"];
border-radius: 10px; border-radius: 12px;
background-color: @background90;
} }
/* ---- Imagebox ---- */ /* ---- Imagebox ---- */
imagebox { imagebox {
background-color: transparent; background-color: transparent;
orientation: vertical; orientation: vertical;
children: [ "inputbar", "dummy", "mode-switcher" ]; children: [ "inputbar", "listbox"];
} }
/* ---- Listbox ---- */ /* ---- Listbox ---- */
listbox { listbox {
spacing: 4px; spacing: 4px;
background-color: transparent;
orientation: vertical; orientation: vertical;
children: [ "listview" ]; children: [ "listview" ];
border-radius: 10px; border-radius: 10px;
border: 1px;
border-color: @active-background;
background-color: @background90;
} }
/* ---- Dummy ---- */ /* ---- Dummy ---- */
dummy { dummy {
background-color: transparent; background-color: transparent;
@ -77,11 +81,13 @@ inputbar {
enabled: true; enabled: true;
text-color: @foreground; text-color: @foreground;
spacing: 10px; spacing: 10px;
padding: 10px; padding: 14px;
border-radius: 10px; border-radius: 10px;
border-color: @foreground; border-color: @foreground;
background-color: @backrgound; background-color: @background90;
children: [ "textbox-prompt-colon", "entry" ]; children: [ "textbox-prompt-colon", "entry" ];
border: 1px;
border-color: @active-background;
} }
textbox-prompt-colon { textbox-prompt-colon {
@ -89,42 +95,23 @@ textbox-prompt-colon {
expand: false; expand: false;
str: "📻"; str: "📻";
text-color: inherit; text-color: inherit;
background-color: transparent;
} }
entry { entry {
enabled: true; enabled: true;
text-color: inherit; text-color: inherit;
cursor: text; cursor: text;
placeholder: "Choose Online Music"; placeholder: "Choose Online Music Station";
placeholder-color: inherit; placeholder-color: inherit;
}
/* ---- Mode Switcher ---- */
mode-switcher{
enabled: true;
spacing: 10px;
background-color: transparent; background-color: transparent;
text-color: @foreground;
}
button {
padding: 10px;
border-radius: 10px;
background-color: @background;
text-color: inherit;
cursor: pointer;
}
button selected {
background-color: @selected-normal-background;
text-color: @foreground;
} }
/* ---- Listview ---- */ /* ---- Listview ---- */
listview { listview {
enabled: true; enabled: true;
columns: 1; columns: 1;
lines: 8; lines: 7;
spacing: 4px; spacing: 4px;
dynamic: true; dynamic: true;
cycle: true; cycle: true;
@ -133,7 +120,7 @@ listview {
reverse: false; reverse: false;
fixed-height: true; fixed-height: true;
fixed-columns: false; fixed-columns: false;
background-color: @background; background-color: transparent;
border-radius: 10px; border-radius: 10px;
} }

66
config/rofi/config-wallpaper.rasi

@ -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,48 +24,53 @@ configuration {
/* ---- Window ---- */ /* ---- Window ---- */
window { window {
width: 40%; width: 34%;
x-offset: 0px; x-offset: 0px;
y-offset: 0px; y-offset: 0px;
spacing: 0px; spacing: 0px;
padding: 2px; padding: 2px;
margin: 0px; margin: 0px;
color: transparent; border: 2px;
border: 1px;
border-color: @active-background; border-color: @active-background;
cursor: "default"; cursor: "default";
transparency: "real";
location: center; location: center;
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 15px; border-radius: 15px;
border-radius: 15px;
background-color: @background-color;
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
mainbox { mainbox {
enabled: true; enabled: true;
orientation: horizontal; orientation: horizontal;
padding: 20px; padding: 15px;
background-image: url("~/.config/rofi/.current_wallpaper", both); background-image: url("~/.config/rofi/.current_wallpaper", width);
children: [ "imagebox", "listbox" ]; children: [ "imagebox"];
border-radius: 10px; border-radius: 12px;
background-color: @background90;
} }
/* ---- Imagebox ---- */ /* ---- Imagebox ---- */
imagebox { imagebox {
background-color: transparent; background-color: transparent;
orientation: vertical; orientation: vertical;
children: [ "inputbar", "dummy", "mode-switcher" ]; children: [ "inputbar", "listbox"];
} }
/* ---- Listbox ---- */ /* ---- Listbox ---- */
listbox { listbox {
spacing: 4px; spacing: 4px;
background-color: transparent;
orientation: vertical; orientation: vertical;
children: [ "listview" ]; children: [ "listview" ];
border-radius: 10px;
border: 1px;
border-color: @active-background;
background-color: @background90;
} }
/* ---- Dummy ---- */ /* ---- Dummy ---- */
dummy { dummy {
background-color: transparent; background-color: transparent;
@ -76,11 +81,13 @@ inputbar {
enabled: true; enabled: true;
text-color: @foreground; text-color: @foreground;
spacing: 10px; spacing: 10px;
padding: 10px; padding: 14px;
border-radius: 10px; border-radius: 10px;
border-color: @foreground; border-color: @foreground;
background-color: @backrgound; background-color: @background90;
children: [ "textbox-prompt-colon", "entry" ]; children: [ "textbox-prompt-colon", "entry" ];
border: 1px;
border-color: @active-background;
} }
textbox-prompt-colon { textbox-prompt-colon {
@ -93,39 +100,18 @@ textbox-prompt-colon {
entry { entry {
enabled: true; enabled: true;
background-color: transparent;
text-color: inherit; text-color: inherit;
cursor: text; cursor: text;
placeholder: "Choose Desired wallpaper"; placeholder: "Choose Wallpaper";
placeholder-color: inherit; placeholder-color: inherit;
}
/* ---- Mode Switcher ---- */
mode-switcher{
enabled: true;
spacing: 20px;
background-color: transparent; background-color: transparent;
text-color: @foreground;
}
button {
padding: 10px;
border-radius: 10px;
background-color: transparent;
text-color: inherit;
cursor: pointer;
}
button selected {
background-color: @selected-normal-background;
text-color: @foreground;
} }
/* ---- Listview ---- */ /* ---- Listview ---- */
listview { listview {
enabled: true; enabled: true;
columns: 1; columns: 2;
lines: 8; lines: 5;
spacing: 4px; spacing: 4px;
dynamic: true; dynamic: true;
cycle: true; cycle: true;
@ -134,7 +120,7 @@ listview {
reverse: false; reverse: false;
fixed-height: true; fixed-height: true;
fixed-columns: false; fixed-columns: false;
background-color: @background; background-color: transparent;
border-radius: 10px; border-radius: 10px;
} }
@ -211,14 +197,14 @@ element-text {
/*****----- Message -----*****/ /*****----- Message -----*****/
message { message {
background-color: transparent; background-color: @background;
margin: 20px 0px 0px 0px; margin: 20px 0px 0px 0px;
border-radius: 10px; border-radius: 10px;
} }
textbox { textbox {
padding: 15px; padding: 15px;
background-color: transparent; background-color: @background;
text-color: @foreground; text-color: @foreground;
} }

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

@ -28,41 +28,44 @@ window {
spacing: 0px; spacing: 0px;
padding: 2px; padding: 2px;
margin: 0px; margin: 0px;
color: transparent; border: 2px;
border: 1px;
border-color: @active-background; border-color: @active-background;
cursor: "default"; cursor: "default";
transparency: "real";
location: center; location: center;
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 15px; border-radius: 15px;
border-radius: 15px;
background-color: @background-color;
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
mainbox { mainbox {
enabled: true; enabled: true;
orientation: horizontal; orientation: horizontal;
padding: 20px; padding: 15px;
background-image: url("~/.config/rofi/.current_wallpaper", height); background-image: url("~/.config/rofi/.current_wallpaper", height);
children: [ "imagebox", "listbox" ]; children: [ "imagebox", "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", "dummy"];
} }
/* ---- Listbox ---- */ /* ---- Listbox ---- */
listbox { listbox {
spacing: 4px; spacing: 4px;
background-color: transparent;
orientation: vertical; orientation: vertical;
children: [ "listview" ]; children: [ "listview" ];
border-radius: 10px;
border: 1px;
border-color: @active-background;
background-color: @background90;
} }
/* ---- Dummy ---- */ /* ---- Dummy ---- */
dummy { dummy {
@ -77,14 +80,16 @@ inputbar {
padding: 15px; padding: 15px;
border-radius: 10px; border-radius: 10px;
border-color: @foreground; border-color: @foreground;
background-color: @backrgound; background-color: @backrgound90;
children: [ "textbox-prompt-colon", "entry" ]; children: [ "textbox-prompt-colon", "entry" ];
border: 1px;
border-color: @active-background;
} }
textbox-prompt-colon { textbox-prompt-colon {
enabled: true; enabled: true;
expand: false; expand: false;
str: "🔎 "; str: " ";
text-color: inherit; text-color: inherit;
background-color: transparent; background-color: transparent;
} }
@ -98,27 +103,6 @@ entry {
placeholder-color: inherit; placeholder-color: inherit;
} }
/* ---- Mode Switcher ---- */
mode-switcher{
enabled: true;
spacing: 20px;
background-color: transparent;
text-color: @foreground;
}
button {
padding: 10px;
border-radius: 10px;
background-color: transparent;
text-color: inherit;
cursor: pointer;
}
button selected {
background-color: @selected-normal-background;
text-color: @foreground;
}
/* ---- Listview ---- */ /* ---- Listview ---- */
listview { listview {
enabled: true; enabled: true;
@ -132,7 +116,7 @@ listview {
reverse: false; reverse: false;
fixed-height: true; fixed-height: true;
fixed-columns: false; fixed-columns: false;
background-color: @background; background-color: transparent;
border-radius: 10px; border-radius: 10px;
} }

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

@ -28,41 +28,44 @@ window {
spacing: 0px; spacing: 0px;
padding: 2px; padding: 2px;
margin: 0px; margin: 0px;
color: transparent; border: 2px;
border: 1px;
border-color: @active-background; border-color: @active-background;
cursor: "default"; cursor: "default";
transparency: "real";
location: center; location: center;
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 15px; border-radius: 15px;
border-radius: 15px;
background-color: @background-color;
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
mainbox { mainbox {
enabled: true; enabled: true;
orientation: horizontal; orientation: horizontal;
padding: 20px; padding: 15px;
background-image: url("~/.config/rofi/.current_wallpaper", height); background-image: url("~/.config/rofi/.current_wallpaper", height);
children: [ "imagebox", "listbox" ]; children: [ "imagebox", "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", "dummy"];
} }
/* ---- Listbox ---- */ /* ---- Listbox ---- */
listbox { listbox {
spacing: 4px; spacing: 4px;
background-color: transparent;
orientation: vertical; orientation: vertical;
children: [ "listview" ]; children: [ "listview" ];
border-radius: 10px;
border: 1px;
border-color: @active-background;
background-color: @background90;
} }
/* ---- Dummy ---- */ /* ---- Dummy ---- */
dummy { dummy {
@ -77,14 +80,16 @@ inputbar {
padding: 15px; padding: 15px;
border-radius: 10px; border-radius: 10px;
border-color: @foreground; border-color: @foreground;
background-color: @backrgound; background-color: @background90;
children: [ "textbox-prompt-colon", "entry" ]; children: [ "textbox-prompt-colon", "entry" ];
border: 1px;
border-color: @active-background;
} }
textbox-prompt-colon { textbox-prompt-colon {
enabled: true; enabled: true;
expand: false; expand: false;
str: "🔎 "; str: "󰮫 ";
text-color: inherit; text-color: inherit;
background-color: transparent; background-color: transparent;
} }
@ -98,27 +103,6 @@ entry {
placeholder-color: inherit; placeholder-color: inherit;
} }
/* ---- Mode Switcher ---- */
mode-switcher{
enabled: true;
spacing: 20px;
background-color: transparent;
text-color: @foreground;
}
button {
padding: 10px;
border-radius: 10px;
background-color: transparent;
text-color: inherit;
cursor: pointer;
}
button selected {
background-color: @selected-normal-background;
text-color: @foreground;
}
/* ---- Listview ---- */ /* ---- Listview ---- */
listview { listview {
enabled: true; enabled: true;
@ -132,7 +116,7 @@ listview {
reverse: false; reverse: false;
fixed-height: true; fixed-height: true;
fixed-columns: false; fixed-columns: false;
background-color: @background; background-color: transparent;
border-radius: 10px; border-radius: 10px;
} }

36
config/rofi/config.rasi

@ -1,5 +1,5 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Main Config (main) */ /* Main Config (main) - mine */
/* ---- Configuration ---- */ /* ---- Configuration ---- */
configuration { configuration {
@ -28,26 +28,25 @@ window {
x-offset: 0px; x-offset: 0px;
y-offset: 0px; y-offset: 0px;
spacing: 0px; spacing: 0px;
padding: 2px; padding: 1px;
margin: 0px; margin: 0px;
color: transparent; border: 2px;
border: 1px;
border-color: @active-background; border-color: @active-background;
cursor: "default"; cursor: "default";
transparency: "real";
location: center; location: center;
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 15px; border-radius: 15px;
background-color: @background-color;
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
mainbox { mainbox {
enabled: true; enabled: true;
orientation: horizontal; orientation: horizontal;
padding: 20px; padding: 14px;
background-image: url("~/.config/rofi/.current_wallpaper", both); background-image: url("~/.config/rofi/.current_wallpaper", height);
children: [ "imagebox", "listbox" ]; children: [ "imagebox", "listbox" ];
border-radius: 10px; border-radius: 10px;
} }
@ -62,10 +61,12 @@ imagebox {
/* ---- Listbox ---- */ /* ---- Listbox ---- */
listbox { listbox {
spacing: 4px; spacing: 4px;
background-color: transparent;
orientation: vertical; orientation: vertical;
children: [ "listview" ]; children: [ "listview" ];
border-radius: 10px; border-radius: 10px;
border: 1px;
border-color: @active-background;
background-color: @background90;
} }
/* ---- Dummy ---- */ /* ---- Dummy ---- */
@ -81,15 +82,18 @@ inputbar {
padding: 10px; padding: 10px;
border-radius: 10px; border-radius: 10px;
border-color: @foreground; border-color: @foreground;
background-color: @background; background-color: @background90;
children: [ "textbox-prompt-colon", "entry" ]; children: [ "textbox-prompt-colon", "entry" ];
border: 1px;
border-color: @active-background;
} }
textbox-prompt-colon { textbox-prompt-colon {
enabled: true; enabled: true;
expand: false; expand: false;
str: "🔎"; str: "🐧";
text-color: inherit; text-color: inherit;
background-color: transparent;
} }
entry { entry {
@ -98,6 +102,7 @@ entry {
cursor: text; cursor: text;
placeholder: "Search"; placeholder: "Search";
placeholder-color: inherit; placeholder-color: inherit;
background-color: transparent;
} }
/* ---- Mode Switcher ---- */ /* ---- Mode Switcher ---- */
@ -111,21 +116,26 @@ mode-switcher{
button { button {
padding: 10px; padding: 10px;
border-radius: 10px; border-radius: 10px;
background-color: @background; background-color: @background90;
text-color: inherit; text-color: inherit;
cursor: pointer; cursor: pointer;
border: 1px;
border-color: @active-background;
} }
button selected { button selected {
background-color: @selected-normal-background; background-color: @selected-normal-background;
text-color: @foreground; text-color: @foreground;
border: 1px;
border-color: @background;
} }
/* ---- Listview ---- */ /* ---- Listview ---- */
listview { listview {
enabled: true; enabled: true;
columns: 1; columns: 1;
lines: 7; lines: 9;
spacing: 4px; spacing: 4px;
dynamic: true; dynamic: true;
cycle: true; cycle: true;
@ -134,7 +144,7 @@ listview {
reverse: false; reverse: false;
fixed-height: true; fixed-height: true;
fixed-columns: false; fixed-columns: false;
background-color: @background; background-color: transparent;
border-radius: 10px; border-radius: 10px;
} }

2
config/rofi/pywal-color/pywal-theme.rasi

@ -1 +1 @@
For symlink. DO NOT DELETE This is only for symlink

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

@ -1,5 +1,6 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Main Config (long) */ /* Main Config compact */
/* ---- Configuration ---- */ /* ---- Configuration ---- */
configuration { configuration {
modi: "drun,run"; modi: "drun,run";
@ -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;
fake-transparency: true;
} }
/* ---- Load pywal colors (custom wal template) ---- */ /* ---- Load pywal colors (custom wal template) ---- */
@ -26,48 +28,49 @@ window {
x-offset: 0px; x-offset: 0px;
y-offset: 0px; y-offset: 0px;
spacing: 0px; spacing: 0px;
padding: 0px; padding: 2px;
margin: 0px; margin: 0px;
color: transparent;
border: 2px; border: 2px;
border-color: @background; border-color: @active-background;
cursor: "default"; cursor: "default";
transparency: "real";
location: center; location: center;
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 15px; border-radius: 15px;
border-radius: 15px;
background-color: @background-color;
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
mainbox { mainbox {
enabled: true; enabled: true;
orientation: vertical; orientation: horizontal;
spacing: 0px; padding: 15px;
margin: 0px; background-image: url("~/.config/rofi/.current_wallpaper", height);
padding: 20px; children: [ "imagebox"];
background-image: url("~/.config/rofi/.current_wallpaper", both); border-radius: 12px;
children: [ "listbox" ]; background-color: @background90;
border-radius: 10px;
} }
/* ---- Imagebox ---- */ /* ---- Imagebox ---- */
imagebox { imagebox {
padding: 6px;
background-color: transparent; background-color: transparent;
orientation: vertical; orientation: vertical;
children: [ "inputbar", "dummy", "mode-switcher" ]; children: [ "inputbar", "listbox"];
} }
/* ---- Listbox ---- */ /* ---- Listbox ---- */
listbox { listbox {
spacing: 20px; spacing: 4px;
background-color: transparent;
orientation: vertical; orientation: vertical;
children: [ "inputbar", "message", "listview" ]; children: [ "listview" ];
border-radius: 10px; border-radius: 10px;
border: 1px;
border-color: @active-background;
background-color: @background90;
} }
/* ---- Dummy ---- */ /* ---- Dummy ---- */
dummy { dummy {
background-color: transparent; background-color: transparent;
@ -78,50 +81,30 @@ inputbar {
enabled: true; enabled: true;
text-color: @foreground; text-color: @foreground;
spacing: 10px; spacing: 10px;
padding: 10px; padding: 14px;
border-radius: 10px; border-radius: 10px;
border-color: @foreground; border-color: @foreground;
background-color: @background; background-color: @background90;
children: [ "textbox-prompt-colon", "entry" ]; children: [ "textbox-prompt-colon", "entry" ];
border: 1px;
border-color: @active-background;
} }
textbox-prompt-colon { textbox-prompt-colon {
enabled: true; enabled: true;
expand: false; expand: false;
str: "🔎 "; str: "";
text-color: inherit; text-color: inherit;
background-color: transparent; background-color: transparent;
} }
entry { entry {
enabled: true; enabled: true;
background-color: transparent;
text-color: inherit; text-color: inherit;
cursor: text; cursor: text;
placeholder: "Search"; placeholder: "View / Edit Hyprland Configs";
placeholder-color: inherit; placeholder-color: inherit;
}
/* ---- Mode Switcher ---- */
mode-switcher{
enabled: true;
spacing: 20px;
background-color: transparent; background-color: transparent;
text-color: @foreground;
}
button {
padding: 10px;
border-radius: 10px;
background-color: @background;
text-color: inherit;
cursor: pointer;
border: 0px;
}
button selected {
background-color: @selected-normal-background;
text-color: @foreground;
} }
/* ---- Listview ---- */ /* ---- Listview ---- */
@ -129,30 +112,27 @@ listview {
enabled: true; enabled: true;
columns: 1; columns: 1;
lines: 7; lines: 7;
cycle: true; spacing: 4px;
dynamic: true; dynamic: 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;
spacing: 0px; background-color: transparent;
padding: 2px;
margin: 0px;
border-radius: 10px;
border: 0px;
background-color: @background;
border-radius: 10px; border-radius: 10px;
} }
/* ---- Element ---- */ /* ---- Element ---- */
element { element {
enabled: true; enabled: true;
padding: 2px; padding: 5px;
margin: 2px; margin: 2px;
cursor: pointer; cursor: pointer;
background-color: transparent; background-color: transparent;
border-radius: 10px; border-radius: 10px;
border: 0px;
} }
element normal.normal { element normal.normal {
@ -217,26 +197,19 @@ element-text {
/*****----- Message -----*****/ /*****----- Message -----*****/
message { message {
background-color: transparent; background-color: @background;
border: 0px;
margin: 20px 0px 0px 0px; margin: 20px 0px 0px 0px;
padding: 0px;
spacing: 0px;
border-radius: 10px; border-radius: 10px;
} }
textbox { textbox {
padding: 6px; padding: 15px;
margin: 0px; background-color: @background;
border-radius: 0px;
background-color: transparent;
text-color: @foreground; text-color: @foreground;
vertical-align: 0.5;
horizontal-align: 0.0;
} }
error-message { error-message {
padding: 6px; padding: 15px;
border-radius: 20px; border-radius: 20px;
background-color: @background; background-color: @background;
text-color: @foreground; text-color: @foreground;

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

@ -26,51 +26,47 @@ window {
x-offset: 0px; x-offset: 0px;
y-offset: 0px; y-offset: 0px;
spacing: 0px; spacing: 0px;
padding: 0px; padding: 2px;
margin: 0px; margin: 0px;
color: transparent;
border: 2px; border: 2px;
border-color: @background; border-color: @active-background;
cursor: "default"; cursor: "default";
transparency: "real";
location: center; location: center;
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 15px; border-radius: 15px;
border-radius: 15px;
background-color: @background-color;
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
mainbox { mainbox {
enabled: true; enabled: true;
orientation: vertical; orientation: vertical;
spacing: 0px; padding: 15px;
margin: 0px; background-image: url("~/.config/rofi/.current_wallpaper", height);
padding: 20px; children: [ "imagebox" ];
background-image: url("~/.config/rofi/.current_wallpaper", width); border-radius: 12px;
children: [ "listbox" ]; background-color: @background90;
border-radius: 10px;
} }
/* ---- Imagebox ---- */ /* ---- Imagebox ---- */
imagebox { imagebox {
padding: 6px;
background-color: transparent; background-color: transparent;
orientation: vertical; orientation: vertical;
children: [ "inputbar", "dummy", "mode-switcher" ]; children: [ "inputbar", "listbox"];
} }
/* ---- Listbox ---- */ /* ---- Listbox ---- */
listbox { listbox {
spacing: 20px; spacing: 4px;
background-color: transparent;
orientation: vertical; orientation: vertical;
children: [ "inputbar", "message", "listview" ]; children: [ "listview" ];
border-radius: 10px; border-radius: 10px;
} border: 1px;
/* ---- Dummy ---- */ border-color: @active-background;
dummy { background-color: @background90;
background-color: transparent;
} }
/* ---- Inputbar ---- */ /* ---- Inputbar ---- */
@ -78,11 +74,13 @@ inputbar {
enabled: true; enabled: true;
text-color: @foreground; text-color: @foreground;
spacing: 10px; spacing: 10px;
padding: 10px; padding: 14px;
border-radius: 10px; border-radius: 10px;
border-color: @foreground; border-color: @foreground;
background-color: @background; background-color: @background90;
children: [ "textbox-prompt-colon", "entry" ]; children: [ "textbox-prompt-colon", "entry" ];
border: 1px;
border-color: @active-background;
} }
textbox-prompt-colon { textbox-prompt-colon {
@ -95,33 +93,11 @@ textbox-prompt-colon {
entry { entry {
enabled: true; enabled: true;
background-color: transparent;
text-color: inherit; text-color: inherit;
cursor: text; cursor: text;
placeholder: "Search"; placeholder: "Search";
placeholder-color: inherit; placeholder-color: inherit;
}
/* ---- Mode Switcher ---- */
mode-switcher{
enabled: true;
spacing: 20px;
background-color: transparent; background-color: transparent;
text-color: @foreground;
}
button {
padding: 10px;
border-radius: 10px;
background-color: @background;
text-color: inherit;
cursor: pointer;
border: 0px;
}
button selected {
background-color: @selected-normal-background;
text-color: @foreground;
} }
/* ---- Listview ---- */ /* ---- Listview ---- */
@ -129,19 +105,15 @@ listview {
enabled: true; enabled: true;
columns: 1; columns: 1;
lines: 15; lines: 15;
cycle: true; spacing: 4px;
dynamic: true; dynamic: true;
scrollbar: true; cycle: true;
scrollbar: false;
layout: vertical; layout: vertical;
reverse: false; reverse: false;
fixed-height: true; fixed-height: true;
fixed-columns: true; fixed-columns: false;
spacing: 0px; background-color: transparent;
padding: 2px;
margin: 0px;
border-radius: 10px;
border: 0px;
background-color: @background;
border-radius: 10px; border-radius: 10px;
} }

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

@ -1,5 +1,5 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Main Config (main)*/ /* Main Config compact */
/* ---- Configuration ---- */ /* ---- Configuration ---- */
configuration { configuration {
@ -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,49 +24,53 @@ configuration {
/* ---- Window ---- */ /* ---- Window ---- */
window { window {
width: 35%; width: 20%;
x-offset: 0px; x-offset: 0px;
y-offset: 0px; y-offset: 0px;
spacing: 0px; spacing: 0px;
padding: 2px; padding: 2px;
margin: 0px; margin: 0px;
color: transparent; border: 2px;
border: 1px;
border-color: @active-background; border-color: @active-background;
cursor: "default"; cursor: "default";
transparency: "real";
location: center; location: center;
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 15px; border-radius: 15px;
border-radius: 15px;
background-color: @background-color;
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
mainbox { mainbox {
enabled: true; enabled: true;
orientation: horizontal; orientation: horizontal;
padding: 20px; padding: 15px;
background-image: url("~/.config/rofi/.current_wallpaper", both); background-image: url("~/.config/rofi/.current_wallpaper", height);
children: [ "imagebox", "listbox" ]; children: [ "imagebox"];
border-radius: 10px; border-radius: 12px;
background-color: @background90;
} }
/* ---- Imagebox ---- */ /* ---- Imagebox ---- */
imagebox { imagebox {
background-color: transparent; background-color: transparent;
orientation: vertical; orientation: vertical;
children: [ "inputbar", "dummy", "mode-switcher" ]; children: [ "inputbar", "listbox"];
} }
/* ---- Listbox ---- */ /* ---- Listbox ---- */
listbox { listbox {
spacing: 4px; spacing: 4px;
background-color: transparent;
orientation: vertical; orientation: vertical;
children: [ "listview" ]; children: [ "listview" ];
border-radius: 10px; border-radius: 10px;
border: 1px;
border-color: @active-background;
background-color: @background90;
} }
/* ---- Dummy ---- */ /* ---- Dummy ---- */
dummy { dummy {
background-color: transparent; background-color: transparent;
@ -77,11 +81,13 @@ inputbar {
enabled: true; enabled: true;
text-color: @foreground; text-color: @foreground;
spacing: 10px; spacing: 10px;
padding: 10px; padding: 14px;
border-radius: 10px; border-radius: 10px;
border-color: @foreground; border-color: @foreground;
background-color: @backrgound; background-color: @background90;
children: [ "textbox-prompt-colon", "entry" ]; children: [ "textbox-prompt-colon", "entry" ];
border: 1px;
border-color: @active-background;
} }
textbox-prompt-colon { textbox-prompt-colon {
@ -89,42 +95,23 @@ textbox-prompt-colon {
expand: false; expand: false;
str: "📻"; str: "📻";
text-color: inherit; text-color: inherit;
background-color: transparent;
} }
entry { entry {
enabled: true; enabled: true;
text-color: inherit; text-color: inherit;
cursor: text; cursor: text;
placeholder: "Choose Online Music"; placeholder: "Choose Online Music Station";
placeholder-color: inherit; placeholder-color: inherit;
}
/* ---- Mode Switcher ---- */
mode-switcher{
enabled: true;
spacing: 10px;
background-color: transparent; background-color: transparent;
text-color: @foreground;
}
button {
padding: 10px;
border-radius: 10px;
background-color: @background;
text-color: inherit;
cursor: pointer;
}
button selected {
background-color: @selected-normal-background;
text-color: @foreground;
} }
/* ---- Listview ---- */ /* ---- Listview ---- */
listview { listview {
enabled: true; enabled: true;
columns: 1; columns: 1;
lines: 8; lines: 7;
spacing: 4px; spacing: 4px;
dynamic: true; dynamic: true;
cycle: true; cycle: true;
@ -133,7 +120,7 @@ listview {
reverse: false; reverse: false;
fixed-height: true; fixed-height: true;
fixed-columns: false; fixed-columns: false;
background-color: @background; background-color: transparent;
border-radius: 10px; border-radius: 10px;
} }

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

@ -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,48 +24,53 @@ configuration {
/* ---- Window ---- */ /* ---- Window ---- */
window { window {
width: 40%; width: 34%;
x-offset: 0px; x-offset: 0px;
y-offset: 0px; y-offset: 0px;
spacing: 0px; spacing: 0px;
padding: 2px; padding: 2px;
margin: 0px; margin: 0px;
color: transparent; border: 2px;
border: 1px;
border-color: @active-background; border-color: @active-background;
cursor: "default"; cursor: "default";
transparency: "real";
location: center; location: center;
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 15px; border-radius: 15px;
border-radius: 15px;
background-color: @background-color;
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
mainbox { mainbox {
enabled: true; enabled: true;
orientation: horizontal; orientation: horizontal;
padding: 20px; padding: 15px;
background-image: url("~/.config/rofi/.current_wallpaper", both); background-image: url("~/.config/rofi/.current_wallpaper", width);
children: [ "imagebox", "listbox" ]; children: [ "imagebox"];
border-radius: 10px; border-radius: 12px;
background-color: @background90;
} }
/* ---- Imagebox ---- */ /* ---- Imagebox ---- */
imagebox { imagebox {
background-color: transparent; background-color: transparent;
orientation: vertical; orientation: vertical;
children: [ "inputbar", "dummy", "mode-switcher" ]; children: [ "inputbar", "listbox"];
} }
/* ---- Listbox ---- */ /* ---- Listbox ---- */
listbox { listbox {
spacing: 4px; spacing: 4px;
background-color: transparent;
orientation: vertical; orientation: vertical;
children: [ "listview" ]; children: [ "listview" ];
border-radius: 10px;
border: 1px;
border-color: @active-background;
background-color: @background90;
} }
/* ---- Dummy ---- */ /* ---- Dummy ---- */
dummy { dummy {
background-color: transparent; background-color: transparent;
@ -76,11 +81,13 @@ inputbar {
enabled: true; enabled: true;
text-color: @foreground; text-color: @foreground;
spacing: 10px; spacing: 10px;
padding: 10px; padding: 14px;
border-radius: 10px; border-radius: 10px;
border-color: @foreground; border-color: @foreground;
background-color: @backrgound; background-color: @background90;
children: [ "textbox-prompt-colon", "entry" ]; children: [ "textbox-prompt-colon", "entry" ];
border: 1px;
border-color: @active-background;
} }
textbox-prompt-colon { textbox-prompt-colon {
@ -93,39 +100,18 @@ textbox-prompt-colon {
entry { entry {
enabled: true; enabled: true;
background-color: transparent;
text-color: inherit; text-color: inherit;
cursor: text; cursor: text;
placeholder: "Choose Desired wallpaper"; placeholder: "Choose Wallpaper";
placeholder-color: inherit; placeholder-color: inherit;
}
/* ---- Mode Switcher ---- */
mode-switcher{
enabled: true;
spacing: 20px;
background-color: transparent; background-color: transparent;
text-color: @foreground;
}
button {
padding: 10px;
border-radius: 10px;
background-color: transparent;
text-color: inherit;
cursor: pointer;
}
button selected {
background-color: @selected-normal-background;
text-color: @foreground;
} }
/* ---- Listview ---- */ /* ---- Listview ---- */
listview { listview {
enabled: true; enabled: true;
columns: 1; columns: 2;
lines: 8; lines: 5;
spacing: 4px; spacing: 4px;
dynamic: true; dynamic: true;
cycle: true; cycle: true;
@ -134,7 +120,7 @@ listview {
reverse: false; reverse: false;
fixed-height: true; fixed-height: true;
fixed-columns: false; fixed-columns: false;
background-color: @background; background-color: transparent;
border-radius: 10px; border-radius: 10px;
} }
@ -211,14 +197,14 @@ element-text {
/*****----- Message -----*****/ /*****----- Message -----*****/
message { message {
background-color: transparent; background-color: @background;
margin: 20px 0px 0px 0px; margin: 20px 0px 0px 0px;
border-radius: 10px; border-radius: 10px;
} }
textbox { textbox {
padding: 15px; padding: 15px;
background-color: transparent; background-color: @background;
text-color: @foreground; text-color: @foreground;
} }

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

@ -28,41 +28,44 @@ window {
spacing: 0px; spacing: 0px;
padding: 2px; padding: 2px;
margin: 0px; margin: 0px;
color: transparent; border: 2px;
border: 1px;
border-color: @active-background; border-color: @active-background;
cursor: "default"; cursor: "default";
transparency: "real";
location: center; location: center;
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 15px; border-radius: 15px;
border-radius: 15px;
background-color: @background-color;
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
mainbox { mainbox {
enabled: true; enabled: true;
orientation: horizontal; orientation: horizontal;
padding: 20px; padding: 15px;
background-image: url("~/.config/rofi/.current_wallpaper", height); background-image: url("~/.config/rofi/.current_wallpaper", height);
children: [ "imagebox", "listbox" ]; children: [ "imagebox", "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", "dummy"];
} }
/* ---- Listbox ---- */ /* ---- Listbox ---- */
listbox { listbox {
spacing: 4px; spacing: 4px;
background-color: transparent;
orientation: vertical; orientation: vertical;
children: [ "listview" ]; children: [ "listview" ];
border-radius: 10px;
border: 1px;
border-color: @active-background;
background-color: @background90;
} }
/* ---- Dummy ---- */ /* ---- Dummy ---- */
dummy { dummy {
@ -77,14 +80,16 @@ inputbar {
padding: 15px; padding: 15px;
border-radius: 10px; border-radius: 10px;
border-color: @foreground; border-color: @foreground;
background-color: @backrgound; background-color: @backrgound90;
children: [ "textbox-prompt-colon", "entry" ]; children: [ "textbox-prompt-colon", "entry" ];
border: 1px;
border-color: @active-background;
} }
textbox-prompt-colon { textbox-prompt-colon {
enabled: true; enabled: true;
expand: false; expand: false;
str: "🔎 "; str: " ";
text-color: inherit; text-color: inherit;
background-color: transparent; background-color: transparent;
} }
@ -98,27 +103,6 @@ entry {
placeholder-color: inherit; placeholder-color: inherit;
} }
/* ---- Mode Switcher ---- */
mode-switcher{
enabled: true;
spacing: 20px;
background-color: transparent;
text-color: @foreground;
}
button {
padding: 10px;
border-radius: 10px;
background-color: transparent;
text-color: inherit;
cursor: pointer;
}
button selected {
background-color: @selected-normal-background;
text-color: @foreground;
}
/* ---- Listview ---- */ /* ---- Listview ---- */
listview { listview {
enabled: true; enabled: true;
@ -132,7 +116,7 @@ listview {
reverse: false; reverse: false;
fixed-height: true; fixed-height: true;
fixed-columns: false; fixed-columns: false;
background-color: @background; background-color: transparent;
border-radius: 10px; border-radius: 10px;
} }

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

@ -28,41 +28,44 @@ window {
spacing: 0px; spacing: 0px;
padding: 2px; padding: 2px;
margin: 0px; margin: 0px;
color: transparent; border: 2px;
border: 1px;
border-color: @active-background; border-color: @active-background;
cursor: "default"; cursor: "default";
transparency: "real";
location: center; location: center;
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 15px; border-radius: 15px;
border-radius: 15px;
background-color: @background-color;
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
mainbox { mainbox {
enabled: true; enabled: true;
orientation: horizontal; orientation: horizontal;
padding: 20px; padding: 15px;
background-image: url("~/.config/rofi/.current_wallpaper", height); background-image: url("~/.config/rofi/.current_wallpaper", height);
children: [ "imagebox", "listbox" ]; children: [ "imagebox", "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", "dummy"];
} }
/* ---- Listbox ---- */ /* ---- Listbox ---- */
listbox { listbox {
spacing: 4px; spacing: 4px;
background-color: transparent;
orientation: vertical; orientation: vertical;
children: [ "listview" ]; children: [ "listview" ];
border-radius: 10px;
border: 1px;
border-color: @active-background;
background-color: @background90;
} }
/* ---- Dummy ---- */ /* ---- Dummy ---- */
dummy { dummy {
@ -77,14 +80,16 @@ inputbar {
padding: 15px; padding: 15px;
border-radius: 10px; border-radius: 10px;
border-color: @foreground; border-color: @foreground;
background-color: @backrgound; background-color: @background90;
children: [ "textbox-prompt-colon", "entry" ]; children: [ "textbox-prompt-colon", "entry" ];
border: 1px;
border-color: @active-background;
} }
textbox-prompt-colon { textbox-prompt-colon {
enabled: true; enabled: true;
expand: false; expand: false;
str: "🔎 "; str: "󰮫 ";
text-color: inherit; text-color: inherit;
background-color: transparent; background-color: transparent;
} }
@ -98,27 +103,6 @@ entry {
placeholder-color: inherit; placeholder-color: inherit;
} }
/* ---- Mode Switcher ---- */
mode-switcher{
enabled: true;
spacing: 20px;
background-color: transparent;
text-color: @foreground;
}
button {
padding: 10px;
border-radius: 10px;
background-color: transparent;
text-color: inherit;
cursor: pointer;
}
button selected {
background-color: @selected-normal-background;
text-color: @foreground;
}
/* ---- Listview ---- */ /* ---- Listview ---- */
listview { listview {
enabled: true; enabled: true;
@ -132,7 +116,7 @@ listview {
reverse: false; reverse: false;
fixed-height: true; fixed-height: true;
fixed-columns: false; fixed-columns: false;
background-color: @background; background-color: transparent;
border-radius: 10px; border-radius: 10px;
} }

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

@ -1,5 +1,5 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Main Config (main) */ /* Main Config (main) - mine */
/* ---- Configuration ---- */ /* ---- Configuration ---- */
configuration { configuration {
@ -28,26 +28,25 @@ window {
x-offset: 0px; x-offset: 0px;
y-offset: 0px; y-offset: 0px;
spacing: 0px; spacing: 0px;
padding: 2px; padding: 1px;
margin: 0px; margin: 0px;
color: transparent; border: 2px;
border: 1px;
border-color: @active-background; border-color: @active-background;
cursor: "default"; cursor: "default";
transparency: "real";
location: center; location: center;
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 15px; border-radius: 15px;
background-color: @background-color;
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
mainbox { mainbox {
enabled: true; enabled: true;
orientation: horizontal; orientation: horizontal;
padding: 20px; padding: 14px;
background-image: url("~/.config/rofi/.current_wallpaper", both); background-image: url("~/.config/rofi/.current_wallpaper", height);
children: [ "imagebox", "listbox" ]; children: [ "imagebox", "listbox" ];
border-radius: 10px; border-radius: 10px;
} }
@ -62,10 +61,12 @@ imagebox {
/* ---- Listbox ---- */ /* ---- Listbox ---- */
listbox { listbox {
spacing: 4px; spacing: 4px;
background-color: transparent;
orientation: vertical; orientation: vertical;
children: [ "listview" ]; children: [ "listview" ];
border-radius: 10px; border-radius: 10px;
border: 1px;
border-color: @active-background;
background-color: @background90;
} }
/* ---- Dummy ---- */ /* ---- Dummy ---- */
@ -81,15 +82,18 @@ inputbar {
padding: 10px; padding: 10px;
border-radius: 10px; border-radius: 10px;
border-color: @foreground; border-color: @foreground;
background-color: @background; background-color: @background90;
children: [ "textbox-prompt-colon", "entry" ]; children: [ "textbox-prompt-colon", "entry" ];
border: 1px;
border-color: @active-background;
} }
textbox-prompt-colon { textbox-prompt-colon {
enabled: true; enabled: true;
expand: false; expand: false;
str: "🔎"; str: "🐧";
text-color: inherit; text-color: inherit;
background-color: transparent;
} }
entry { entry {
@ -98,6 +102,7 @@ entry {
cursor: text; cursor: text;
placeholder: "Search"; placeholder: "Search";
placeholder-color: inherit; placeholder-color: inherit;
background-color: transparent;
} }
/* ---- Mode Switcher ---- */ /* ---- Mode Switcher ---- */
@ -111,21 +116,26 @@ mode-switcher{
button { button {
padding: 10px; padding: 10px;
border-radius: 10px; border-radius: 10px;
background-color: @background; background-color: @background90;
text-color: inherit; text-color: inherit;
cursor: pointer; cursor: pointer;
border: 1px;
border-color: @active-background;
} }
button selected { button selected {
background-color: @selected-normal-background; background-color: @selected-normal-background;
text-color: @foreground; text-color: @foreground;
border: 1px;
border-color: @background;
} }
/* ---- Listview ---- */ /* ---- Listview ---- */
listview { listview {
enabled: true; enabled: true;
columns: 1; columns: 1;
lines: 7; lines: 9;
spacing: 4px; spacing: 4px;
dynamic: true; dynamic: true;
cycle: true; cycle: true;
@ -134,7 +144,7 @@ listview {
reverse: false; reverse: false;
fixed-height: true; fixed-height: true;
fixed-columns: false; fixed-columns: false;
background-color: @background; background-color: transparent;
border-radius: 10px; border-radius: 10px;
} }

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

@ -1,5 +1,5 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Main Config Hyprland Settings*/ /* Main Config compact */
/* ---- Configuration ---- */ /* ---- Configuration ---- */
configuration { configuration {
@ -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,49 +24,53 @@ configuration {
/* ---- Window ---- */ /* ---- Window ---- */
window { window {
width: 35%; width: 20%;
x-offset: 0px; x-offset: 0px;
y-offset: 0px; y-offset: 0px;
spacing: 0px; spacing: 0px;
padding: 2px; padding: 2px;
margin: 0px; margin: 0px;
color: transparent; border: 2px;
border: 1px;
border-color: @active-background; border-color: @active-background;
cursor: "default"; cursor: "default";
transparency: "real";
location: center; location: center;
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 15px; border-radius: 15px;
border-radius: 15px;
background-color: @background-color;
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
mainbox { mainbox {
enabled: true; enabled: true;
orientation: horizontal; orientation: horizontal;
padding: 20px; padding: 15px;
background-image: url("~/.config/rofi/.current_wallpaper", width); background-image: url("~/.config/rofi/.current_wallpaper", height);
children: [ "imagebox", "listbox" ]; children: [ "imagebox"];
border-radius: 10px; border-radius: 12px;
background-color: @background90;
} }
/* ---- Imagebox ---- */ /* ---- Imagebox ---- */
imagebox { imagebox {
background-color: transparent; background-color: transparent;
orientation: vertical; orientation: vertical;
children: [ "inputbar", "dummy", "mode-switcher" ]; children: [ "inputbar", "listbox"];
} }
/* ---- Listbox ---- */ /* ---- Listbox ---- */
listbox { listbox {
spacing: 4px; spacing: 4px;
background-color: transparent;
orientation: vertical; orientation: vertical;
children: [ "listview" ]; children: [ "listview" ];
border-radius: 10px; border-radius: 10px;
border: 1px;
border-color: @active-background;
background-color: @background90;
} }
/* ---- Dummy ---- */ /* ---- Dummy ---- */
dummy { dummy {
background-color: transparent; background-color: transparent;
@ -77,47 +81,30 @@ inputbar {
enabled: true; enabled: true;
text-color: @foreground; text-color: @foreground;
spacing: 10px; spacing: 10px;
padding: 10px; padding: 14px;
border-radius: 10px; border-radius: 10px;
border-color: @foreground; border-color: @foreground;
background-color: @backrgound; background-color: @background90;
children: [ "textbox-prompt-colon", "entry" ]; children: [ "textbox-prompt-colon", "entry" ];
border: 1px;
border-color: @active-background;
} }
textbox-prompt-colon { textbox-prompt-colon {
enabled: true; enabled: true;
expand: false; expand: false;
str: "🔎"; str: "";
text-color: inherit; text-color: inherit;
background-color: transparent;
} }
entry { entry {
enabled: true; enabled: true;
text-color: inherit; text-color: inherit;
cursor: text; cursor: text;
placeholder: "View / Edit Hyprland Settings"; placeholder: "View / Edit Hyprland Configs";
placeholder-color: inherit; placeholder-color: inherit;
}
/* ---- Mode Switcher ---- */
mode-switcher{
enabled: true;
spacing: 10px;
background-color: transparent; background-color: transparent;
text-color: @foreground;
}
button {
padding: 10px;
border-radius: 10px;
background-color: @background;
text-color: inherit;
cursor: pointer;
}
button selected {
background-color: @selected-normal-background;
text-color: @foreground;
} }
/* ---- Listview ---- */ /* ---- Listview ---- */
@ -133,7 +120,7 @@ listview {
reverse: false; reverse: false;
fixed-height: true; fixed-height: true;
fixed-columns: false; fixed-columns: false;
background-color: @background; background-color: transparent;
border-radius: 10px; border-radius: 10px;
} }

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

@ -26,51 +26,47 @@ window {
x-offset: 0px; x-offset: 0px;
y-offset: 0px; y-offset: 0px;
spacing: 0px; spacing: 0px;
padding: 0px; padding: 2px;
margin: 0px; margin: 0px;
color: transparent;
border: 2px; border: 2px;
border-color: @background; border-color: @active-background;
cursor: "default"; cursor: "default";
transparency: "real";
location: center; location: center;
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 15px; border-radius: 15px;
border-radius: 15px;
background-color: @background-color;
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
mainbox { mainbox {
enabled: true; enabled: true;
orientation: vertical; orientation: vertical;
spacing: 0px; padding: 15px;
margin: 0px;
padding: 20px;
background-image: url("~/.config/rofi/.current_wallpaper", height); background-image: url("~/.config/rofi/.current_wallpaper", height);
children: [ "listbox" ]; children: [ "imagebox" ];
border-radius: 10px; border-radius: 12px;
background-color: @background90;
} }
/* ---- Imagebox ---- */ /* ---- Imagebox ---- */
imagebox { imagebox {
padding: 6px;
background-color: transparent; background-color: transparent;
orientation: vertical; orientation: vertical;
children: [ "inputbar", "dummy", "mode-switcher" ]; children: [ "inputbar", "listbox"];
} }
/* ---- Listbox ---- */ /* ---- Listbox ---- */
listbox { listbox {
spacing: 20px; spacing: 4px;
background-color: transparent;
orientation: vertical; orientation: vertical;
children: [ "inputbar", "message", "listview" ]; children: [ "listview" ];
border-radius: 10px; border-radius: 10px;
} border: 1px;
/* ---- Dummy ---- */ border-color: @active-background;
dummy { background-color: @background90;
background-color: transparent;
} }
/* ---- Inputbar ---- */ /* ---- Inputbar ---- */
@ -78,11 +74,13 @@ inputbar {
enabled: true; enabled: true;
text-color: @foreground; text-color: @foreground;
spacing: 10px; spacing: 10px;
padding: 10px; padding: 14px;
border-radius: 10px; border-radius: 10px;
border-color: @foreground; border-color: @foreground;
background-color: @background; background-color: @background90;
children: [ "textbox-prompt-colon", "entry" ]; children: [ "textbox-prompt-colon", "entry" ];
border: 1px;
border-color: @active-background;
} }
textbox-prompt-colon { textbox-prompt-colon {
@ -95,33 +93,11 @@ textbox-prompt-colon {
entry { entry {
enabled: true; enabled: true;
background-color: transparent;
text-color: inherit; text-color: inherit;
cursor: text; cursor: text;
placeholder: "Search"; placeholder: "Search";
placeholder-color: inherit; placeholder-color: inherit;
}
/* ---- Mode Switcher ---- */
mode-switcher{
enabled: true;
spacing: 20px;
background-color: transparent; background-color: transparent;
text-color: @foreground;
}
button {
padding: 10px;
border-radius: 10px;
background-color: @background;
text-color: inherit;
cursor: pointer;
border: 0px;
}
button selected {
background-color: @selected-normal-background;
text-color: @foreground;
} }
/* ---- Listview ---- */ /* ---- Listview ---- */
@ -129,19 +105,15 @@ listview {
enabled: true; enabled: true;
columns: 1; columns: 1;
lines: 15; lines: 15;
cycle: true; spacing: 4px;
dynamic: true; dynamic: true;
scrollbar: true; cycle: true;
scrollbar: false;
layout: vertical; layout: vertical;
reverse: false; reverse: false;
fixed-height: true; fixed-height: true;
fixed-columns: true; fixed-columns: false;
spacing: 0px; background-color: transparent;
padding: 2px;
margin: 0px;
border-radius: 10px;
border: 0px;
background-color: @background;
border-radius: 10px; border-radius: 10px;
} }

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

@ -1,5 +1,5 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Main Config (main)*/ /* Main Config compact */
/* ---- Configuration ---- */ /* ---- Configuration ---- */
configuration { configuration {
@ -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,49 +24,53 @@ configuration {
/* ---- Window ---- */ /* ---- Window ---- */
window { window {
width: 35%; width: 20%;
x-offset: 0px; x-offset: 0px;
y-offset: 0px; y-offset: 0px;
spacing: 0px; spacing: 0px;
padding: 2px; padding: 2px;
margin: 0px; margin: 0px;
color: transparent; border: 2px;
border: 1px;
border-color: @active-background; border-color: @active-background;
cursor: "default"; cursor: "default";
transparency: "real";
location: center; location: center;
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 15px; border-radius: 15px;
border-radius: 15px;
background-color: @background-color;
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
mainbox { mainbox {
enabled: true; enabled: true;
orientation: horizontal; orientation: horizontal;
padding: 20px; padding: 15px;
background-image: url("~/.config/rofi/.current_wallpaper", width); background-image: url("~/.config/rofi/.current_wallpaper", height);
children: [ "imagebox", "listbox" ]; children: [ "imagebox"];
border-radius: 10px; border-radius: 12px;
background-color: @background90;
} }
/* ---- Imagebox ---- */ /* ---- Imagebox ---- */
imagebox { imagebox {
background-color: transparent; background-color: transparent;
orientation: vertical; orientation: vertical;
children: [ "inputbar", "dummy", "mode-switcher" ]; children: [ "inputbar", "listbox"];
} }
/* ---- Listbox ---- */ /* ---- Listbox ---- */
listbox { listbox {
spacing: 4px; spacing: 4px;
background-color: transparent;
orientation: vertical; orientation: vertical;
children: [ "listview" ]; children: [ "listview" ];
border-radius: 10px; border-radius: 10px;
border: 1px;
border-color: @active-background;
background-color: @background90;
} }
/* ---- Dummy ---- */ /* ---- Dummy ---- */
dummy { dummy {
background-color: transparent; background-color: transparent;
@ -77,11 +81,13 @@ inputbar {
enabled: true; enabled: true;
text-color: @foreground; text-color: @foreground;
spacing: 10px; spacing: 10px;
padding: 10px; padding: 14px;
border-radius: 10px; border-radius: 10px;
border-color: @foreground; border-color: @foreground;
background-color: @backrgound; background-color: @background90;
children: [ "textbox-prompt-colon", "entry" ]; children: [ "textbox-prompt-colon", "entry" ];
border: 1px;
border-color: @active-background;
} }
textbox-prompt-colon { textbox-prompt-colon {
@ -89,42 +95,23 @@ textbox-prompt-colon {
expand: false; expand: false;
str: "📻"; str: "📻";
text-color: inherit; text-color: inherit;
background-color: transparent;
} }
entry { entry {
enabled: true; enabled: true;
text-color: inherit; text-color: inherit;
cursor: text; cursor: text;
placeholder: "Choose Online Music"; placeholder: "Choose Online Music Station";
placeholder-color: inherit; placeholder-color: inherit;
}
/* ---- Mode Switcher ---- */
mode-switcher{
enabled: true;
spacing: 10px;
background-color: transparent; background-color: transparent;
text-color: @foreground;
}
button {
padding: 10px;
border-radius: 10px;
background-color: @background;
text-color: inherit;
cursor: pointer;
}
button selected {
background-color: @selected-normal-background;
text-color: @foreground;
} }
/* ---- Listview ---- */ /* ---- Listview ---- */
listview { listview {
enabled: true; enabled: true;
columns: 1; columns: 1;
lines: 9; lines: 7;
spacing: 4px; spacing: 4px;
dynamic: true; dynamic: true;
cycle: true; cycle: true;
@ -133,7 +120,7 @@ listview {
reverse: false; reverse: false;
fixed-height: true; fixed-height: true;
fixed-columns: false; fixed-columns: false;
background-color: @background; background-color: transparent;
border-radius: 10px; border-radius: 10px;
} }

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

@ -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,48 +24,53 @@ configuration {
/* ---- Window ---- */ /* ---- Window ---- */
window { window {
width: 40%; width: 34%;
x-offset: 0px; x-offset: 0px;
y-offset: 0px; y-offset: 0px;
spacing: 0px; spacing: 0px;
padding: 2px; padding: 2px;
margin: 0px; margin: 0px;
color: transparent; border: 2px;
border: 1px;
border-color: @active-background; border-color: @active-background;
cursor: "default"; cursor: "default";
transparency: "real";
location: center; location: center;
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 15px; border-radius: 15px;
border-radius: 15px;
background-color: @background-color;
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
mainbox { mainbox {
enabled: true; enabled: true;
orientation: horizontal; orientation: horizontal;
padding: 20px; padding: 15px;
background-image: url("~/.config/rofi/.current_wallpaper", width); background-image: url("~/.config/rofi/.current_wallpaper", width);
children: [ "imagebox", "listbox" ]; children: [ "imagebox"];
border-radius: 10px; border-radius: 12px;
background-color: @background90;
} }
/* ---- Imagebox ---- */ /* ---- Imagebox ---- */
imagebox { imagebox {
background-color: transparent; background-color: transparent;
orientation: vertical; orientation: vertical;
children: [ "inputbar", "dummy", "mode-switcher" ]; children: [ "inputbar", "listbox"];
} }
/* ---- Listbox ---- */ /* ---- Listbox ---- */
listbox { listbox {
spacing: 4px; spacing: 4px;
background-color: transparent;
orientation: vertical; orientation: vertical;
children: [ "listview" ]; children: [ "listview" ];
border-radius: 10px;
border: 1px;
border-color: @active-background;
background-color: @background90;
} }
/* ---- Dummy ---- */ /* ---- Dummy ---- */
dummy { dummy {
background-color: transparent; background-color: transparent;
@ -76,11 +81,13 @@ inputbar {
enabled: true; enabled: true;
text-color: @foreground; text-color: @foreground;
spacing: 10px; spacing: 10px;
padding: 10px; padding: 14px;
border-radius: 10px; border-radius: 10px;
border-color: @foreground; border-color: @foreground;
background-color: @backrgound; background-color: @background90;
children: [ "textbox-prompt-colon", "entry" ]; children: [ "textbox-prompt-colon", "entry" ];
border: 1px;
border-color: @active-background;
} }
textbox-prompt-colon { textbox-prompt-colon {
@ -93,39 +100,18 @@ textbox-prompt-colon {
entry { entry {
enabled: true; enabled: true;
background-color: transparent;
text-color: inherit; text-color: inherit;
cursor: text; cursor: text;
placeholder: "Choose Desired wallpaper"; placeholder: "Choose Wallpaper";
placeholder-color: inherit; placeholder-color: inherit;
}
/* ---- Mode Switcher ---- */
mode-switcher{
enabled: true;
spacing: 20px;
background-color: transparent; background-color: transparent;
text-color: @foreground;
}
button {
padding: 10px;
border-radius: 10px;
background-color: transparent;
text-color: inherit;
cursor: pointer;
}
button selected {
background-color: @selected-normal-background;
text-color: @foreground;
} }
/* ---- Listview ---- */ /* ---- Listview ---- */
listview { listview {
enabled: true; enabled: true;
columns: 1; columns: 2;
lines: 10; lines: 8;
spacing: 4px; spacing: 4px;
dynamic: true; dynamic: true;
cycle: true; cycle: true;
@ -134,7 +120,7 @@ listview {
reverse: false; reverse: false;
fixed-height: true; fixed-height: true;
fixed-columns: false; fixed-columns: false;
background-color: @background; background-color: transparent;
border-radius: 10px; border-radius: 10px;
} }
@ -211,14 +197,14 @@ element-text {
/*****----- Message -----*****/ /*****----- Message -----*****/
message { message {
background-color: transparent; background-color: @background;
margin: 20px 0px 0px 0px; margin: 20px 0px 0px 0px;
border-radius: 10px; border-radius: 10px;
} }
textbox { textbox {
padding: 15px; padding: 15px;
background-color: transparent; background-color: @background;
text-color: @foreground; text-color: @foreground;
} }

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

@ -28,41 +28,44 @@ window {
spacing: 0px; spacing: 0px;
padding: 2px; padding: 2px;
margin: 0px; margin: 0px;
color: transparent; border: 2px;
border: 1px;
border-color: @active-background; border-color: @active-background;
cursor: "default"; cursor: "default";
transparency: "real";
location: center; location: center;
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 15px; border-radius: 15px;
border-radius: 15px;
background-color: @background-color;
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
mainbox { mainbox {
enabled: true; enabled: true;
orientation: horizontal; orientation: horizontal;
padding: 20px; padding: 15px;
background-image: url("~/.config/rofi/.current_wallpaper", height); background-image: url("~/.config/rofi/.current_wallpaper", height);
children: [ "imagebox", "listbox" ]; children: [ "imagebox", "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", "dummy"];
} }
/* ---- Listbox ---- */ /* ---- Listbox ---- */
listbox { listbox {
spacing: 4px; spacing: 4px;
background-color: transparent;
orientation: vertical; orientation: vertical;
children: [ "listview" ]; children: [ "listview" ];
border-radius: 10px;
border: 1px;
border-color: @active-background;
background-color: @background90;
} }
/* ---- Dummy ---- */ /* ---- Dummy ---- */
dummy { dummy {
@ -77,14 +80,16 @@ inputbar {
padding: 15px; padding: 15px;
border-radius: 10px; border-radius: 10px;
border-color: @foreground; border-color: @foreground;
background-color: @backrgound; background-color: @backrgound90;
children: [ "textbox-prompt-colon", "entry" ]; children: [ "textbox-prompt-colon", "entry" ];
border: 1px;
border-color: @active-background;
} }
textbox-prompt-colon { textbox-prompt-colon {
enabled: true; enabled: true;
expand: false; expand: false;
str: "🔎 "; str: " ";
text-color: inherit; text-color: inherit;
background-color: transparent; background-color: transparent;
} }
@ -98,27 +103,6 @@ entry {
placeholder-color: inherit; placeholder-color: inherit;
} }
/* ---- Mode Switcher ---- */
mode-switcher{
enabled: true;
spacing: 20px;
background-color: transparent;
text-color: @foreground;
}
button {
padding: 10px;
border-radius: 10px;
background-color: transparent;
text-color: inherit;
cursor: pointer;
}
button selected {
background-color: @selected-normal-background;
text-color: @foreground;
}
/* ---- Listview ---- */ /* ---- Listview ---- */
listview { listview {
enabled: true; enabled: true;
@ -132,7 +116,7 @@ listview {
reverse: false; reverse: false;
fixed-height: true; fixed-height: true;
fixed-columns: false; fixed-columns: false;
background-color: @background; background-color: transparent;
border-radius: 10px; border-radius: 10px;
} }

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

@ -28,41 +28,44 @@ window {
spacing: 0px; spacing: 0px;
padding: 2px; padding: 2px;
margin: 0px; margin: 0px;
color: transparent; border: 2px;
border: 1px;
border-color: @active-background; border-color: @active-background;
cursor: "default"; cursor: "default";
transparency: "real";
location: center; location: center;
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 15px; border-radius: 15px;
border-radius: 15px;
background-color: @background-color;
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
mainbox { mainbox {
enabled: true; enabled: true;
orientation: horizontal; orientation: horizontal;
padding: 20px; padding: 15px;
background-image: url("~/.config/rofi/.current_wallpaper", height); background-image: url("~/.config/rofi/.current_wallpaper", height);
children: [ "imagebox", "listbox" ]; children: [ "imagebox", "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", "dummy"];
} }
/* ---- Listbox ---- */ /* ---- Listbox ---- */
listbox { listbox {
spacing: 4px; spacing: 4px;
background-color: transparent;
orientation: vertical; orientation: vertical;
children: [ "listview" ]; children: [ "listview" ];
border-radius: 10px;
border: 1px;
border-color: @active-background;
background-color: @background90;
} }
/* ---- Dummy ---- */ /* ---- Dummy ---- */
dummy { dummy {
@ -77,14 +80,16 @@ inputbar {
padding: 15px; padding: 15px;
border-radius: 10px; border-radius: 10px;
border-color: @foreground; border-color: @foreground;
background-color: @backrgound; background-color: @background90;
children: [ "textbox-prompt-colon", "entry" ]; children: [ "textbox-prompt-colon", "entry" ];
border: 1px;
border-color: @active-background;
} }
textbox-prompt-colon { textbox-prompt-colon {
enabled: true; enabled: true;
expand: false; expand: false;
str: "🔎 "; str: "󰮫 ";
text-color: inherit; text-color: inherit;
background-color: transparent; background-color: transparent;
} }
@ -98,27 +103,6 @@ entry {
placeholder-color: inherit; placeholder-color: inherit;
} }
/* ---- Mode Switcher ---- */
mode-switcher{
enabled: true;
spacing: 20px;
background-color: transparent;
text-color: @foreground;
}
button {
padding: 10px;
border-radius: 10px;
background-color: transparent;
text-color: inherit;
cursor: pointer;
}
button selected {
background-color: @selected-normal-background;
text-color: @foreground;
}
/* ---- Listview ---- */ /* ---- Listview ---- */
listview { listview {
enabled: true; enabled: true;
@ -132,7 +116,7 @@ listview {
reverse: false; reverse: false;
fixed-height: true; fixed-height: true;
fixed-columns: false; fixed-columns: false;
background-color: @background; background-color: transparent;
border-radius: 10px; border-radius: 10px;
} }

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

@ -1,5 +1,5 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Main Config (main) */ /* Main Config (main) - mine */
/* ---- Configuration ---- */ /* ---- Configuration ---- */
configuration { configuration {
@ -28,25 +28,24 @@ window {
x-offset: 0px; x-offset: 0px;
y-offset: 0px; y-offset: 0px;
spacing: 0px; spacing: 0px;
padding: 2px; padding: 1px;
margin: 0px; margin: 0px;
color: transparent; border: 2px;
border: 1px;
border-color: @active-background; border-color: @active-background;
cursor: "default"; cursor: "default";
transparency: "real";
location: center; location: center;
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 15px; border-radius: 15px;
background-color: @background-color;
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
mainbox { mainbox {
enabled: true; enabled: true;
orientation: horizontal; orientation: horizontal;
padding: 20px; padding: 14px;
background-image: url("~/.config/rofi/.current_wallpaper", width); background-image: url("~/.config/rofi/.current_wallpaper", width);
children: [ "imagebox", "listbox" ]; children: [ "imagebox", "listbox" ];
border-radius: 10px; border-radius: 10px;
@ -62,10 +61,12 @@ imagebox {
/* ---- Listbox ---- */ /* ---- Listbox ---- */
listbox { listbox {
spacing: 4px; spacing: 4px;
background-color: transparent;
orientation: vertical; orientation: vertical;
children: [ "listview" ]; children: [ "listview" ];
border-radius: 10px; border-radius: 10px;
border: 1px;
border-color: @active-background;
background-color: @background90;
} }
/* ---- Dummy ---- */ /* ---- Dummy ---- */
@ -81,15 +82,18 @@ inputbar {
padding: 10px; padding: 10px;
border-radius: 10px; border-radius: 10px;
border-color: @foreground; border-color: @foreground;
background-color: @background; background-color: @background90;
children: [ "textbox-prompt-colon", "entry" ]; children: [ "textbox-prompt-colon", "entry" ];
border: 1px;
border-color: @active-background;
} }
textbox-prompt-colon { textbox-prompt-colon {
enabled: true; enabled: true;
expand: false; expand: false;
str: "🔎"; str: "🐧";
text-color: inherit; text-color: inherit;
background-color: transparent;
} }
entry { entry {
@ -98,6 +102,7 @@ entry {
cursor: text; cursor: text;
placeholder: "Search"; placeholder: "Search";
placeholder-color: inherit; placeholder-color: inherit;
background-color: transparent;
} }
/* ---- Mode Switcher ---- */ /* ---- Mode Switcher ---- */
@ -111,14 +116,19 @@ mode-switcher{
button { button {
padding: 10px; padding: 10px;
border-radius: 10px; border-radius: 10px;
background-color: @background; background-color: @background90;
text-color: inherit; text-color: inherit;
cursor: pointer; cursor: pointer;
border: 1px;
border-color: @active-background;
} }
button selected { button selected {
background-color: @selected-normal-background; background-color: @selected-normal-background;
text-color: @foreground; text-color: @foreground;
border: 1px;
border-color: @background;
} }
/* ---- Listview ---- */ /* ---- Listview ---- */
@ -134,7 +144,7 @@ listview {
reverse: false; reverse: false;
fixed-height: true; fixed-height: true;
fixed-columns: false; fixed-columns: false;
background-color: @background; background-color: transparent;
border-radius: 10px; border-radius: 10px;
} }

166
config/wal/templates/colors-rofi-dark.rasi

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

166
config/wal/templates/colors-rofi-light.rasi

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

2
copy.sh

@ -131,7 +131,7 @@ fi
set -e # Exit immediately if a command exits with a non-zero status. set -e # Exit immediately if a command exits with a non-zero status.
printf "${NOTE} - copying dotfiles\n" printf "${NOTE} - copying dotfiles\n"
for DIR in btop cava dunst hypr kitty rofi swappy swaylock waybar wlogout; do for DIR in btop cava dunst hypr kitty rofi swappy swaylock wal waybar wlogout; do
DIRPATH=~/.config/$DIR DIRPATH=~/.config/$DIR
if [ -d "$DIRPATH" ]; then if [ -d "$DIRPATH" ]; then
echo -e "${NOTE} - Config for $DIR found, attempting to back up." echo -e "${NOTE} - Config for $DIR found, attempting to back up."

Loading…
Cancel
Save