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

76
config/rofi/config-long.rasi

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

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

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

68
config/rofi/config-wallpaper.rasi

@ -1,5 +1,5 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Main Config wallpaper*/
/* Main Config wallpaper */
/* ---- Configuration ---- */
configuration {
@ -16,7 +16,7 @@ configuration {
me-accept-entry: "MousePrimary";
window-format: "{w} · {c} · {t}";
dpi: 1;
fake-transparency: true;
}
/* ---- Load pywal colors (custom wal template) ---- */
@ -24,48 +24,53 @@ configuration {
/* ---- Window ---- */
window {
width: 40%;
width: 34%;
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
padding: 2px;
margin: 0px;
color: transparent;
border: 1px;
border: 2px;
border-color: @active-background;
cursor: "default";
transparency: "real";
location: center;
anchor: center;
fullscreen: false;
enabled: true;
border-radius: 15px;
border-radius: 15px;
background-color: @background-color;
}
/* ---- Mainbox ---- */
mainbox {
enabled: true;
orientation: horizontal;
padding: 20px;
background-image: url("~/.config/rofi/.current_wallpaper", both);
children: [ "imagebox", "listbox" ];
border-radius: 10px;
padding: 15px;
background-image: url("~/.config/rofi/.current_wallpaper", width);
children: [ "imagebox"];
border-radius: 12px;
background-color: @background90;
}
/* ---- Imagebox ---- */
imagebox {
background-color: transparent;
orientation: vertical;
children: [ "inputbar", "dummy", "mode-switcher" ];
children: [ "inputbar", "listbox"];
}
/* ---- Listbox ---- */
listbox {
spacing: 4px;
background-color: transparent;
orientation: vertical;
children: [ "listview" ];
border-radius: 10px;
border: 1px;
border-color: @active-background;
background-color: @background90;
}
/* ---- Dummy ---- */
dummy {
background-color: transparent;
@ -76,11 +81,13 @@ inputbar {
enabled: true;
text-color: @foreground;
spacing: 10px;
padding: 10px;
padding: 14px;
border-radius: 10px;
border-color: @foreground;
background-color: @backrgound;
background-color: @background90;
children: [ "textbox-prompt-colon", "entry" ];
border: 1px;
border-color: @active-background;
}
textbox-prompt-colon {
@ -93,39 +100,18 @@ textbox-prompt-colon {
entry {
enabled: true;
background-color: transparent;
text-color: inherit;
cursor: text;
placeholder: "Choose Desired wallpaper";
placeholder: "Choose Wallpaper";
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 {
enabled: true;
columns: 1;
lines: 8;
columns: 2;
lines: 5;
spacing: 4px;
dynamic: true;
cycle: true;
@ -134,7 +120,7 @@ listview {
reverse: false;
fixed-height: true;
fixed-columns: false;
background-color: @background;
background-color: transparent;
border-radius: 10px;
}
@ -211,14 +197,14 @@ element-text {
/*****----- Message -----*****/
message {
background-color: transparent;
background-color: @background;
margin: 20px 0px 0px 0px;
border-radius: 10px;
}
textbox {
padding: 15px;
background-color: transparent;
background-color: @background;
text-color: @foreground;
}

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

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

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

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

36
config/rofi/config.rasi

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

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

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

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

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

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

@ -1,5 +1,5 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Main Config wallpaper*/
/* Main Config wallpaper */
/* ---- Configuration ---- */
configuration {
@ -16,7 +16,7 @@ configuration {
me-accept-entry: "MousePrimary";
window-format: "{w} · {c} · {t}";
dpi: 1;
fake-transparency: true;
}
/* ---- Load pywal colors (custom wal template) ---- */
@ -24,48 +24,53 @@ configuration {
/* ---- Window ---- */
window {
width: 40%;
width: 34%;
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
padding: 2px;
margin: 0px;
color: transparent;
border: 1px;
border: 2px;
border-color: @active-background;
cursor: "default";
transparency: "real";
location: center;
anchor: center;
fullscreen: false;
enabled: true;
border-radius: 15px;
border-radius: 15px;
background-color: @background-color;
}
/* ---- Mainbox ---- */
mainbox {
enabled: true;
orientation: horizontal;
padding: 20px;
background-image: url("~/.config/rofi/.current_wallpaper", both);
children: [ "imagebox", "listbox" ];
border-radius: 10px;
padding: 15px;
background-image: url("~/.config/rofi/.current_wallpaper", width);
children: [ "imagebox"];
border-radius: 12px;
background-color: @background90;
}
/* ---- Imagebox ---- */
imagebox {
background-color: transparent;
orientation: vertical;
children: [ "inputbar", "dummy", "mode-switcher" ];
children: [ "inputbar", "listbox"];
}
/* ---- Listbox ---- */
listbox {
spacing: 4px;
background-color: transparent;
orientation: vertical;
children: [ "listview" ];
border-radius: 10px;
border: 1px;
border-color: @active-background;
background-color: @background90;
}
/* ---- Dummy ---- */
dummy {
background-color: transparent;
@ -76,11 +81,13 @@ inputbar {
enabled: true;
text-color: @foreground;
spacing: 10px;
padding: 10px;
padding: 14px;
border-radius: 10px;
border-color: @foreground;
background-color: @backrgound;
background-color: @background90;
children: [ "textbox-prompt-colon", "entry" ];
border: 1px;
border-color: @active-background;
}
textbox-prompt-colon {
@ -93,39 +100,18 @@ textbox-prompt-colon {
entry {
enabled: true;
background-color: transparent;
text-color: inherit;
cursor: text;
placeholder: "Choose Desired wallpaper";
placeholder: "Choose Wallpaper";
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 {
enabled: true;
columns: 1;
lines: 8;
columns: 2;
lines: 5;
spacing: 4px;
dynamic: true;
cycle: true;
@ -134,7 +120,7 @@ listview {
reverse: false;
fixed-height: true;
fixed-columns: false;
background-color: @background;
background-color: transparent;
border-radius: 10px;
}
@ -211,14 +197,14 @@ element-text {
/*****----- Message -----*****/
message {
background-color: transparent;
background-color: @background;
margin: 20px 0px 0px 0px;
border-radius: 10px;
}
textbox {
padding: 15px;
background-color: transparent;
background-color: @background;
text-color: @foreground;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@ -1,5 +1,5 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Main Config wallpaper*/
/* Main Config wallpaper */
/* ---- Configuration ---- */
configuration {
@ -16,7 +16,7 @@ configuration {
me-accept-entry: "MousePrimary";
window-format: "{w} · {c} · {t}";
dpi: 1;
fake-transparency: true;
}
/* ---- Load pywal colors (custom wal template) ---- */
@ -24,48 +24,53 @@ configuration {
/* ---- Window ---- */
window {
width: 40%;
width: 34%;
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
padding: 2px;
margin: 0px;
color: transparent;
border: 1px;
border: 2px;
border-color: @active-background;
cursor: "default";
transparency: "real";
location: center;
anchor: center;
fullscreen: false;
enabled: true;
border-radius: 15px;
border-radius: 15px;
background-color: @background-color;
}
/* ---- Mainbox ---- */
mainbox {
enabled: true;
orientation: horizontal;
padding: 20px;
padding: 15px;
background-image: url("~/.config/rofi/.current_wallpaper", width);
children: [ "imagebox", "listbox" ];
border-radius: 10px;
children: [ "imagebox"];
border-radius: 12px;
background-color: @background90;
}
/* ---- Imagebox ---- */
imagebox {
background-color: transparent;
orientation: vertical;
children: [ "inputbar", "dummy", "mode-switcher" ];
children: [ "inputbar", "listbox"];
}
/* ---- Listbox ---- */
listbox {
spacing: 4px;
background-color: transparent;
orientation: vertical;
children: [ "listview" ];
border-radius: 10px;
border: 1px;
border-color: @active-background;
background-color: @background90;
}
/* ---- Dummy ---- */
dummy {
background-color: transparent;
@ -76,11 +81,13 @@ inputbar {
enabled: true;
text-color: @foreground;
spacing: 10px;
padding: 10px;
padding: 14px;
border-radius: 10px;
border-color: @foreground;
background-color: @backrgound;
background-color: @background90;
children: [ "textbox-prompt-colon", "entry" ];
border: 1px;
border-color: @active-background;
}
textbox-prompt-colon {
@ -93,39 +100,18 @@ textbox-prompt-colon {
entry {
enabled: true;
background-color: transparent;
text-color: inherit;
cursor: text;
placeholder: "Choose Desired wallpaper";
placeholder: "Choose Wallpaper";
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 {
enabled: true;
columns: 1;
lines: 10;
columns: 2;
lines: 8;
spacing: 4px;
dynamic: true;
cycle: true;
@ -134,7 +120,7 @@ listview {
reverse: false;
fixed-height: true;
fixed-columns: false;
background-color: @background;
background-color: transparent;
border-radius: 10px;
}
@ -211,14 +197,14 @@ element-text {
/*****----- Message -----*****/
message {
background-color: transparent;
background-color: @background;
margin: 20px 0px 0px 0px;
border-radius: 10px;
}
textbox {
padding: 15px;
background-color: transparent;
background-color: @background;
text-color: @foreground;
}

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

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

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

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

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

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

Loading…
Cancel
Save