Browse Source

rofi more tweaked

pull/31/head
JaKooLit 2 years ago
parent
commit
dbd225f9d5
  1. 94
      config/rofi/config-compact.rasi
  2. 17
      config/rofi/config-long.rasi
  3. 92
      config/rofi/config-rofi-Beats.rasi
  4. 15
      config/rofi/config-wallpaper.rasi
  5. 14
      config/rofi/config-waybar-layout.rasi
  6. 12
      config/rofi/config-waybar-style.rasi
  7. 55
      config/rofi/config.rasi
  8. 94
      config/rofi/resolution/1080p/config-compact.rasi
  9. 17
      config/rofi/resolution/1080p/config-long.rasi
  10. 92
      config/rofi/resolution/1080p/config-rofi-Beats.rasi
  11. 15
      config/rofi/resolution/1080p/config-wallpaper.rasi
  12. 14
      config/rofi/resolution/1080p/config-waybar-layout.rasi
  13. 12
      config/rofi/resolution/1080p/config-waybar-style.rasi
  14. 55
      config/rofi/resolution/1080p/config.rasi
  15. 94
      config/rofi/resolution/1440p/config-compact.rasi
  16. 17
      config/rofi/resolution/1440p/config-long.rasi
  17. 92
      config/rofi/resolution/1440p/config-rofi-Beats.rasi
  18. 13
      config/rofi/resolution/1440p/config-wallpaper.rasi
  19. 12
      config/rofi/resolution/1440p/config-waybar-layout.rasi
  20. 10
      config/rofi/resolution/1440p/config-waybar-style.rasi
  21. 53
      config/rofi/resolution/1440p/config.rasi

94
config/rofi/config-compact.rasi

@ -1,4 +1,5 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Main Config Hyprland Settings*/
/* ---- Configuration ---- */ /* ---- Configuration ---- */
configuration { configuration {
@ -15,6 +16,7 @@ configuration {
me-accept-entry: "MousePrimary"; me-accept-entry: "MousePrimary";
window-format: "{w} · {c} · {t}"; window-format: "{w} · {c} · {t}";
dpi: 1; dpi: 1;
} }
/* ---- Load pywal colors (custom wal template) ---- */ /* ---- Load pywal colors (custom wal template) ---- */
@ -22,11 +24,11 @@ configuration {
/* ---- Window ---- */ /* ---- Window ---- */
window { window {
width: 42%; width: 35%;
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; color: transparent;
border: 1px; border: 1px;
@ -37,23 +39,21 @@ window {
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 10px; border-radius: 15px;
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
mainbox { mainbox {
enabled: true; enabled: true;
orientation: horizontal; orientation: horizontal;
spacing: 0px; padding: 20px;
margin: 0px; background-image: url("~/.config/rofi/.current_wallpaper", width);
background-color: transparent;
background-image: url("~/.config/rofi/.current_wallpaper",width);
children: [ "imagebox", "listbox" ]; children: [ "imagebox", "listbox" ];
border-radius: 10px;
} }
/* ---- Imagebox ---- */ /* ---- Imagebox ---- */
imagebox { imagebox {
padding: 18px;
background-color: transparent; background-color: transparent;
orientation: vertical; orientation: vertical;
children: [ "inputbar", "dummy", "mode-switcher" ]; children: [ "inputbar", "dummy", "mode-switcher" ];
@ -61,10 +61,11 @@ imagebox {
/* ---- Listbox ---- */ /* ---- Listbox ---- */
listbox { listbox {
spacing: 20px; spacing: 4px;
background-color: transparent; background-color: transparent;
orientation: vertical; orientation: vertical;
children: [ "message", "listview" ]; children: [ "listview" ];
border-radius: 10px;
} }
/* ---- Dummy ---- */ /* ---- Dummy ---- */
dummy { dummy {
@ -76,24 +77,22 @@ inputbar {
enabled: true; enabled: true;
text-color: @foreground; text-color: @foreground;
spacing: 10px; spacing: 10px;
padding: 15px; padding: 10px;
border-radius: 10px; border-radius: 10px;
border-color: @foreground; border-color: @foreground;
background-color: transparent; background-color: @backrgound;
children: [ "textbox-prompt-colon", "entry" ]; children: [ "textbox-prompt-colon", "entry" ];
} }
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;
background-color: transparent;
text-color: inherit; text-color: inherit;
cursor: text; cursor: text;
placeholder: "View / Edit Hyprland Settings"; placeholder: "View / Edit Hyprland Settings";
@ -103,43 +102,39 @@ entry {
/* ---- Mode Switcher ---- */ /* ---- Mode Switcher ---- */
mode-switcher{ mode-switcher{
enabled: true; enabled: true;
spacing: 20px; spacing: 10px;
background-color: transparent; background-color: transparent;
text-color: @foreground; text-color: @foreground;
} }
button { button {
padding: 10px; padding: 10px;
border-radius: 10px; border-radius: 10px;
background-color: transparent; background-color: @background;
text-color: inherit; text-color: inherit;
cursor: pointer; cursor: pointer;
border: 0px;
} }
button selected { button selected {
background-color: @selected-normal-background; background-color: @selected-normal-background;
text-color: @foreground; text-color: @foreground;
} }
/* ---- Listview ---- */ /* ---- Listview ---- */
listview { listview {
enabled: true; enabled: true;
columns: 1; columns: 1;
lines: 8; lines: 7;
cycle: true; spacing: 4px;
dynamic: true; dynamic: true;
scrollbar: false; cycle: true;
layout: vertical; scrollbar: false;
reverse: false; layout: vertical;
fixed-height: true; reverse: false;
fixed-columns: true; fixed-height: true;
spacing: 0px; fixed-columns: false;
padding: 10px; background-color: @background;
margin: 0px; border-radius: 10px;
border-radius: 10px;
border: 0px;
background-color: transparent;
} }
/* ---- Element ---- */ /* ---- Element ---- */
@ -148,7 +143,7 @@ element {
padding: 5px; padding: 5px;
margin: 2px; margin: 2px;
cursor: pointer; cursor: pointer;
background-color: transparent; background-color: transparent;
border-radius: 10px; border-radius: 10px;
border: 0px; border: 0px;
} }
@ -215,27 +210,20 @@ 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: 15px; 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: 15px; padding: 15px;
border-radius: 20px; border-radius: 20px;
background-color: @background; background-color: @background;
text-color: @foreground; text-color: @foreground;
} }

17
config/rofi/config-long.rasi

@ -1,5 +1,5 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Main Config (long) */
/* ---- Configuration ---- */ /* ---- Configuration ---- */
configuration { configuration {
modi: "drun,run"; modi: "drun,run";
@ -37,7 +37,7 @@ window {
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 10px; border-radius: 15px;
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
@ -46,9 +46,10 @@ mainbox {
orientation: vertical; orientation: vertical;
spacing: 0px; spacing: 0px;
margin: 0px; margin: 0px;
background-color: transparent; padding: 20px;
background-image: url("~/.config/rofi/.current_wallpaper", height); background-image: url("~/.config/rofi/.current_wallpaper", height);
children: [ "listbox" ]; children: [ "listbox" ];
border-radius: 10px;
} }
/* ---- Imagebox ---- */ /* ---- Imagebox ---- */
@ -65,6 +66,7 @@ listbox {
background-color: transparent; background-color: transparent;
orientation: vertical; orientation: vertical;
children: [ "inputbar", "message", "listview" ]; children: [ "inputbar", "message", "listview" ];
border-radius: 10px;
} }
/* ---- Dummy ---- */ /* ---- Dummy ---- */
dummy { dummy {
@ -76,10 +78,10 @@ inputbar {
enabled: true; enabled: true;
text-color: @foreground; text-color: @foreground;
spacing: 10px; spacing: 10px;
padding: 20px; padding: 10px;
border-radius: 10px; border-radius: 10px;
border-color: @foreground; border-color: @foreground;
background-color: transparent; background-color: @background;
children: [ "textbox-prompt-colon", "entry" ]; children: [ "textbox-prompt-colon", "entry" ];
} }
@ -96,7 +98,7 @@ entry {
background-color: transparent; background-color: transparent;
text-color: inherit; text-color: inherit;
cursor: text; cursor: text;
placeholder: "Choose"; placeholder: "Search";
placeholder-color: inherit; placeholder-color: inherit;
} }
@ -139,7 +141,8 @@ listview {
margin: 0px; margin: 0px;
border-radius: 10px; border-radius: 10px;
border: 0px; border: 0px;
background-color: transparent; background-color: @background;
border-radius: 10px;
} }
/* ---- Element ---- */ /* ---- Element ---- */

92
config/rofi/config-rofi-Beats.rasi

@ -1,4 +1,5 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Main Config (main)*/
/* ---- Configuration ---- */ /* ---- Configuration ---- */
configuration { configuration {
@ -15,6 +16,7 @@ configuration {
me-accept-entry: "MousePrimary"; me-accept-entry: "MousePrimary";
window-format: "{w} · {c} · {t}"; window-format: "{w} · {c} · {t}";
dpi: 1; dpi: 1;
} }
/* ---- Load pywal colors (custom wal template) ---- */ /* ---- Load pywal colors (custom wal template) ---- */
@ -26,7 +28,7 @@ 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; color: transparent;
border: 1px; border: 1px;
@ -37,23 +39,21 @@ window {
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 10px; border-radius: 15px;
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
mainbox { mainbox {
enabled: true; enabled: true;
orientation: horizontal; orientation: horizontal;
spacing: 0px; padding: 20px;
margin: 0px; background-image: url("~/.config/rofi/.current_wallpaper", width);
background-color: transparent;
background-image: url("~/.config/rofi/.current_wallpaper",width);
children: [ "imagebox", "listbox" ]; children: [ "imagebox", "listbox" ];
border-radius: 10px;
} }
/* ---- Imagebox ---- */ /* ---- Imagebox ---- */
imagebox { imagebox {
padding: 18px;
background-color: transparent; background-color: transparent;
orientation: vertical; orientation: vertical;
children: [ "inputbar", "dummy", "mode-switcher" ]; children: [ "inputbar", "dummy", "mode-switcher" ];
@ -61,10 +61,11 @@ imagebox {
/* ---- Listbox ---- */ /* ---- Listbox ---- */
listbox { listbox {
spacing: 20px; spacing: 4px;
background-color: transparent; background-color: transparent;
orientation: vertical; orientation: vertical;
children: [ "message", "listview" ]; children: [ "listview" ];
border-radius: 10px;
} }
/* ---- Dummy ---- */ /* ---- Dummy ---- */
dummy { dummy {
@ -76,24 +77,22 @@ inputbar {
enabled: true; enabled: true;
text-color: @foreground; text-color: @foreground;
spacing: 10px; spacing: 10px;
padding: 15px; padding: 10px;
border-radius: 10px; border-radius: 10px;
border-color: @foreground; border-color: @foreground;
background-color: transparent; background-color: @backrgound;
children: [ "textbox-prompt-colon", "entry" ]; children: [ "textbox-prompt-colon", "entry" ];
} }
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;
background-color: transparent;
text-color: inherit; text-color: inherit;
cursor: text; cursor: text;
placeholder: "Choose Online Music"; placeholder: "Choose Online Music";
@ -103,43 +102,39 @@ entry {
/* ---- Mode Switcher ---- */ /* ---- Mode Switcher ---- */
mode-switcher{ mode-switcher{
enabled: true; enabled: true;
spacing: 20px; spacing: 10px;
background-color: transparent; background-color: transparent;
text-color: @foreground; text-color: @foreground;
} }
button { button {
padding: 10px; padding: 10px;
border-radius: 10px; border-radius: 10px;
background-color: transparent; background-color: @background;
text-color: inherit; text-color: inherit;
cursor: pointer; cursor: pointer;
border: 0px;
} }
button selected { button selected {
background-color: @selected-normal-background; background-color: @selected-normal-background;
text-color: @foreground; text-color: @foreground;
} }
/* ---- Listview ---- */ /* ---- Listview ---- */
listview { listview {
enabled: true; enabled: true;
columns: 1; columns: 1;
lines: 8; lines: 9;
cycle: true; spacing: 4px;
dynamic: true; dynamic: true;
scrollbar: false; cycle: true;
layout: vertical; scrollbar: false;
reverse: false; layout: vertical;
fixed-height: true; reverse: false;
fixed-columns: true; fixed-height: true;
spacing: 0px; fixed-columns: false;
padding: 10px; background-color: @background;
margin: 0px; border-radius: 10px;
border-radius: 10px;
border: 0px;
background-color: transparent;
} }
/* ---- Element ---- */ /* ---- Element ---- */
@ -148,7 +143,7 @@ element {
padding: 5px; padding: 5px;
margin: 2px; margin: 2px;
cursor: pointer; cursor: pointer;
background-color: transparent; background-color: transparent;
border-radius: 10px; border-radius: 10px;
border: 0px; border: 0px;
} }
@ -215,27 +210,20 @@ 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: 15px; 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: 15px; padding: 15px;
border-radius: 20px; border-radius: 20px;
background-color: @background; background-color: @background;
text-color: @foreground; text-color: @foreground;
} }

15
config/rofi/config-wallpaper.rasi

@ -1,5 +1,5 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Main Config */ /* Main Config wallpaper*/
/* ---- Configuration ---- */ /* ---- Configuration ---- */
configuration { configuration {
@ -39,7 +39,7 @@ window {
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 10px; border-radius: 15px;
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
@ -47,8 +47,9 @@ mainbox {
enabled: true; enabled: true;
orientation: horizontal; orientation: horizontal;
padding: 20px; padding: 20px;
background-image: url("~/.config/rofi/.current_wallpaper", height); background-image: url("~/.config/rofi/.current_wallpaper", width);
children: [ "imagebox", "listbox" ]; children: [ "imagebox", "listbox" ];
border-radius: 10px;
} }
/* ---- Imagebox ---- */ /* ---- Imagebox ---- */
@ -75,10 +76,10 @@ inputbar {
enabled: true; enabled: true;
text-color: @foreground; text-color: @foreground;
spacing: 10px; spacing: 10px;
padding: 15px; padding: 10px;
border-radius: 10px; border-radius: 10px;
border-color: @foreground; border-color: @foreground;
background-color: transparent; background-color: @backrgound;
children: [ "textbox-prompt-colon", "entry" ]; children: [ "textbox-prompt-colon", "entry" ];
} }
@ -127,14 +128,14 @@ listview {
lines: 10; lines: 10;
spacing: 4px; spacing: 4px;
dynamic: true; dynamic: true;
enabled: true;
cycle: true; cycle: true;
scrollbar: true; scrollbar: true;
layout: vertical; layout: vertical;
reverse: false; reverse: false;
fixed-height: true; fixed-height: true;
fixed-columns: false; fixed-columns: false;
background-color: transparent; background-color: @background;
border-radius: 10px;
} }
/* ---- Element ---- */ /* ---- Element ---- */

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

@ -1,5 +1,5 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* config - Waybar */
/* ---- Configuration ---- */ /* ---- Configuration ---- */
configuration { configuration {
modi: "drun,run"; modi: "drun,run";
@ -22,7 +22,7 @@ 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;
@ -37,7 +37,7 @@ window {
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 10px; border-radius: 15px;
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
@ -47,6 +47,7 @@ mainbox {
padding: 20px; padding: 20px;
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;
} }
/* ---- Imagebox ---- */ /* ---- Imagebox ---- */
@ -76,7 +77,7 @@ inputbar {
padding: 15px; padding: 15px;
border-radius: 10px; border-radius: 10px;
border-color: @foreground; border-color: @foreground;
background-color: transparent; background-color: @backrgound;
children: [ "textbox-prompt-colon", "entry" ]; children: [ "textbox-prompt-colon", "entry" ];
} }
@ -93,7 +94,7 @@ entry {
background-color: transparent; background-color: transparent;
text-color: inherit; text-color: inherit;
cursor: text; cursor: text;
placeholder: "Choose Waybar Style"; placeholder: "Choose Waybar Layout";
placeholder-color: inherit; placeholder-color: inherit;
} }
@ -131,7 +132,8 @@ listview {
reverse: false; reverse: false;
fixed-height: true; fixed-height: true;
fixed-columns: false; fixed-columns: false;
background-color: transparent; background-color: @background;
border-radius: 10px;
} }
/* ---- Element ---- */ /* ---- Element ---- */

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

@ -1,5 +1,5 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* config - Waybar */
/* ---- Configuration ---- */ /* ---- Configuration ---- */
configuration { configuration {
modi: "drun,run"; modi: "drun,run";
@ -22,7 +22,7 @@ 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;
@ -37,7 +37,7 @@ window {
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 10px; border-radius: 15px;
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
@ -47,6 +47,7 @@ mainbox {
padding: 20px; padding: 20px;
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;
} }
/* ---- Imagebox ---- */ /* ---- Imagebox ---- */
@ -76,7 +77,7 @@ inputbar {
padding: 15px; padding: 15px;
border-radius: 10px; border-radius: 10px;
border-color: @foreground; border-color: @foreground;
background-color: transparent; background-color: @backrgound;
children: [ "textbox-prompt-colon", "entry" ]; children: [ "textbox-prompt-colon", "entry" ];
} }
@ -131,7 +132,8 @@ listview {
reverse: false; reverse: false;
fixed-height: true; fixed-height: true;
fixed-columns: false; fixed-columns: false;
background-color: transparent; background-color: @background;
border-radius: 10px;
} }
/* ---- Element ---- */ /* ---- Element ---- */

55
config/rofi/config.rasi

@ -1,5 +1,5 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Main Config */ /* Main Config (main) */
/* ---- Configuration ---- */ /* ---- Configuration ---- */
configuration { configuration {
@ -24,7 +24,7 @@ configuration {
/* ---- Window ---- */ /* ---- Window ---- */
window { window {
width: 40%; width: 35%;
x-offset: 0px; x-offset: 0px;
y-offset: 0px; y-offset: 0px;
spacing: 0px; spacing: 0px;
@ -39,7 +39,7 @@ window {
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 10px; border-radius: 15px;
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
@ -49,6 +49,7 @@ mainbox {
padding: 20px; padding: 20px;
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;
} }
/* ---- Imagebox ---- */ /* ---- Imagebox ---- */
@ -64,7 +65,9 @@ listbox {
background-color: transparent; background-color: transparent;
orientation: vertical; orientation: vertical;
children: [ "listview" ]; children: [ "listview" ];
border-radius: 10px;
} }
/* ---- Dummy ---- */ /* ---- Dummy ---- */
dummy { dummy {
background-color: transparent; background-color: transparent;
@ -75,24 +78,22 @@ inputbar {
enabled: true; enabled: true;
text-color: @foreground; text-color: @foreground;
spacing: 10px; spacing: 10px;
padding: 15px; padding: 10px;
border-radius: 10px; border-radius: 10px;
border-color: @foreground; border-color: @foreground;
background-color: transparent; background-color: @background;
children: [ "textbox-prompt-colon", "entry" ]; children: [ "textbox-prompt-colon", "entry" ];
} }
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;
background-color: transparent;
text-color: inherit; text-color: inherit;
cursor: text; cursor: text;
placeholder: "Search"; placeholder: "Search";
@ -102,15 +103,15 @@ entry {
/* ---- Mode Switcher ---- */ /* ---- Mode Switcher ---- */
mode-switcher{ mode-switcher{
enabled: true; enabled: true;
spacing: 20px; spacing: 10px;
background-color: transparent; background-color: transparent;
text-color: @foreground; text-color: @foreground;
} }
button { button {
padding: 10px; padding: 10px;
border-radius: 10px; border-radius: 10px;
background-color: transparent; background-color: @background;
text-color: inherit; text-color: inherit;
cursor: pointer; cursor: pointer;
} }
@ -122,19 +123,19 @@ button selected {
/* ---- Listview ---- */ /* ---- Listview ---- */
listview { listview {
enabled: true; enabled: true;
columns: 1; columns: 1;
lines: 8; lines: 9;
spacing: 4px; spacing: 4px;
dynamic: true; dynamic: true;
enabled: true; cycle: true;
cycle: true; scrollbar: false;
scrollbar: false; layout: vertical;
layout: vertical; reverse: true;
reverse: true; fixed-height: true;
fixed-height: true; fixed-columns: false;
fixed-columns: false; background-color: @background;
background-color: transparent; border-radius: 10px;
} }
/* ---- Element ---- */ /* ---- Element ---- */
@ -143,7 +144,7 @@ element {
padding: 5px; padding: 5px;
margin: 2px; margin: 2px;
cursor: pointer; cursor: pointer;
background-color: transparent; background-color: transparent;
border-radius: 10px; border-radius: 10px;
border: 0px; border: 0px;
} }
@ -210,14 +211,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;
} }

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

@ -1,4 +1,5 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Main Config Hyprland Settings*/
/* ---- Configuration ---- */ /* ---- Configuration ---- */
configuration { configuration {
@ -15,6 +16,7 @@ configuration {
me-accept-entry: "MousePrimary"; me-accept-entry: "MousePrimary";
window-format: "{w} · {c} · {t}"; window-format: "{w} · {c} · {t}";
dpi: 1; dpi: 1;
} }
/* ---- Load pywal colors (custom wal template) ---- */ /* ---- Load pywal colors (custom wal template) ---- */
@ -22,11 +24,11 @@ configuration {
/* ---- Window ---- */ /* ---- Window ---- */
window { window {
width: 42%; width: 35%;
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; color: transparent;
border: 1px; border: 1px;
@ -37,23 +39,21 @@ window {
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 10px; border-radius: 15px;
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
mainbox { mainbox {
enabled: true; enabled: true;
orientation: horizontal; orientation: horizontal;
spacing: 0px; padding: 20px;
margin: 0px; background-image: url("~/.config/rofi/.current_wallpaper", width);
background-color: transparent;
background-image: url("~/.config/rofi/.current_wallpaper",width);
children: [ "imagebox", "listbox" ]; children: [ "imagebox", "listbox" ];
border-radius: 10px;
} }
/* ---- Imagebox ---- */ /* ---- Imagebox ---- */
imagebox { imagebox {
padding: 18px;
background-color: transparent; background-color: transparent;
orientation: vertical; orientation: vertical;
children: [ "inputbar", "dummy", "mode-switcher" ]; children: [ "inputbar", "dummy", "mode-switcher" ];
@ -61,10 +61,11 @@ imagebox {
/* ---- Listbox ---- */ /* ---- Listbox ---- */
listbox { listbox {
spacing: 20px; spacing: 4px;
background-color: transparent; background-color: transparent;
orientation: vertical; orientation: vertical;
children: [ "message", "listview" ]; children: [ "listview" ];
border-radius: 10px;
} }
/* ---- Dummy ---- */ /* ---- Dummy ---- */
dummy { dummy {
@ -76,24 +77,22 @@ inputbar {
enabled: true; enabled: true;
text-color: @foreground; text-color: @foreground;
spacing: 10px; spacing: 10px;
padding: 15px; padding: 10px;
border-radius: 10px; border-radius: 10px;
border-color: @foreground; border-color: @foreground;
background-color: transparent; background-color: @backrgound;
children: [ "textbox-prompt-colon", "entry" ]; children: [ "textbox-prompt-colon", "entry" ];
} }
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;
background-color: transparent;
text-color: inherit; text-color: inherit;
cursor: text; cursor: text;
placeholder: "View / Edit Hyprland Settings"; placeholder: "View / Edit Hyprland Settings";
@ -103,43 +102,39 @@ entry {
/* ---- Mode Switcher ---- */ /* ---- Mode Switcher ---- */
mode-switcher{ mode-switcher{
enabled: true; enabled: true;
spacing: 20px; spacing: 10px;
background-color: transparent; background-color: transparent;
text-color: @foreground; text-color: @foreground;
} }
button { button {
padding: 10px; padding: 10px;
border-radius: 10px; border-radius: 10px;
background-color: transparent; background-color: @background;
text-color: inherit; text-color: inherit;
cursor: pointer; cursor: pointer;
border: 0px;
} }
button selected { button selected {
background-color: @selected-normal-background; background-color: @selected-normal-background;
text-color: @foreground; text-color: @foreground;
} }
/* ---- Listview ---- */ /* ---- Listview ---- */
listview { listview {
enabled: true; enabled: true;
columns: 1; columns: 1;
lines: 8; lines: 7;
cycle: true; spacing: 4px;
dynamic: true; dynamic: true;
scrollbar: false; cycle: true;
layout: vertical; scrollbar: false;
reverse: false; layout: vertical;
fixed-height: true; reverse: false;
fixed-columns: true; fixed-height: true;
spacing: 0px; fixed-columns: false;
padding: 10px; background-color: @background;
margin: 0px; border-radius: 10px;
border-radius: 10px;
border: 0px;
background-color: transparent;
} }
/* ---- Element ---- */ /* ---- Element ---- */
@ -148,7 +143,7 @@ element {
padding: 5px; padding: 5px;
margin: 2px; margin: 2px;
cursor: pointer; cursor: pointer;
background-color: transparent; background-color: transparent;
border-radius: 10px; border-radius: 10px;
border: 0px; border: 0px;
} }
@ -215,27 +210,20 @@ 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: 15px; 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: 15px; padding: 15px;
border-radius: 20px; border-radius: 20px;
background-color: @background; background-color: @background;
text-color: @foreground; text-color: @foreground;
} }

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

@ -1,5 +1,5 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Main Config (long) */
/* ---- Configuration ---- */ /* ---- Configuration ---- */
configuration { configuration {
modi: "drun,run"; modi: "drun,run";
@ -37,7 +37,7 @@ window {
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 10px; border-radius: 15px;
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
@ -46,9 +46,10 @@ mainbox {
orientation: vertical; orientation: vertical;
spacing: 0px; spacing: 0px;
margin: 0px; margin: 0px;
background-color: transparent; padding: 20px;
background-image: url("~/.config/rofi/.current_wallpaper", height); background-image: url("~/.config/rofi/.current_wallpaper", height);
children: [ "listbox" ]; children: [ "listbox" ];
border-radius: 10px;
} }
/* ---- Imagebox ---- */ /* ---- Imagebox ---- */
@ -65,6 +66,7 @@ listbox {
background-color: transparent; background-color: transparent;
orientation: vertical; orientation: vertical;
children: [ "inputbar", "message", "listview" ]; children: [ "inputbar", "message", "listview" ];
border-radius: 10px;
} }
/* ---- Dummy ---- */ /* ---- Dummy ---- */
dummy { dummy {
@ -76,10 +78,10 @@ inputbar {
enabled: true; enabled: true;
text-color: @foreground; text-color: @foreground;
spacing: 10px; spacing: 10px;
padding: 20px; padding: 10px;
border-radius: 10px; border-radius: 10px;
border-color: @foreground; border-color: @foreground;
background-color: transparent; background-color: @background;
children: [ "textbox-prompt-colon", "entry" ]; children: [ "textbox-prompt-colon", "entry" ];
} }
@ -96,7 +98,7 @@ entry {
background-color: transparent; background-color: transparent;
text-color: inherit; text-color: inherit;
cursor: text; cursor: text;
placeholder: "Choose"; placeholder: "Search";
placeholder-color: inherit; placeholder-color: inherit;
} }
@ -139,7 +141,8 @@ listview {
margin: 0px; margin: 0px;
border-radius: 10px; border-radius: 10px;
border: 0px; border: 0px;
background-color: transparent; background-color: @background;
border-radius: 10px;
} }
/* ---- Element ---- */ /* ---- Element ---- */

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

@ -1,4 +1,5 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Main Config (main)*/
/* ---- Configuration ---- */ /* ---- Configuration ---- */
configuration { configuration {
@ -15,6 +16,7 @@ configuration {
me-accept-entry: "MousePrimary"; me-accept-entry: "MousePrimary";
window-format: "{w} · {c} · {t}"; window-format: "{w} · {c} · {t}";
dpi: 1; dpi: 1;
} }
/* ---- Load pywal colors (custom wal template) ---- */ /* ---- Load pywal colors (custom wal template) ---- */
@ -26,7 +28,7 @@ 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; color: transparent;
border: 1px; border: 1px;
@ -37,23 +39,21 @@ window {
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 10px; border-radius: 15px;
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
mainbox { mainbox {
enabled: true; enabled: true;
orientation: horizontal; orientation: horizontal;
spacing: 0px; padding: 20px;
margin: 0px; background-image: url("~/.config/rofi/.current_wallpaper", width);
background-color: transparent;
background-image: url("~/.config/rofi/.current_wallpaper",width);
children: [ "imagebox", "listbox" ]; children: [ "imagebox", "listbox" ];
border-radius: 10px;
} }
/* ---- Imagebox ---- */ /* ---- Imagebox ---- */
imagebox { imagebox {
padding: 18px;
background-color: transparent; background-color: transparent;
orientation: vertical; orientation: vertical;
children: [ "inputbar", "dummy", "mode-switcher" ]; children: [ "inputbar", "dummy", "mode-switcher" ];
@ -61,10 +61,11 @@ imagebox {
/* ---- Listbox ---- */ /* ---- Listbox ---- */
listbox { listbox {
spacing: 20px; spacing: 4px;
background-color: transparent; background-color: transparent;
orientation: vertical; orientation: vertical;
children: [ "message", "listview" ]; children: [ "listview" ];
border-radius: 10px;
} }
/* ---- Dummy ---- */ /* ---- Dummy ---- */
dummy { dummy {
@ -76,24 +77,22 @@ inputbar {
enabled: true; enabled: true;
text-color: @foreground; text-color: @foreground;
spacing: 10px; spacing: 10px;
padding: 15px; padding: 10px;
border-radius: 10px; border-radius: 10px;
border-color: @foreground; border-color: @foreground;
background-color: transparent; background-color: @backrgound;
children: [ "textbox-prompt-colon", "entry" ]; children: [ "textbox-prompt-colon", "entry" ];
} }
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;
background-color: transparent;
text-color: inherit; text-color: inherit;
cursor: text; cursor: text;
placeholder: "Choose Online Music"; placeholder: "Choose Online Music";
@ -103,43 +102,39 @@ entry {
/* ---- Mode Switcher ---- */ /* ---- Mode Switcher ---- */
mode-switcher{ mode-switcher{
enabled: true; enabled: true;
spacing: 20px; spacing: 10px;
background-color: transparent; background-color: transparent;
text-color: @foreground; text-color: @foreground;
} }
button { button {
padding: 10px; padding: 10px;
border-radius: 10px; border-radius: 10px;
background-color: transparent; background-color: @background;
text-color: inherit; text-color: inherit;
cursor: pointer; cursor: pointer;
border: 0px;
} }
button selected { button selected {
background-color: @selected-normal-background; background-color: @selected-normal-background;
text-color: @foreground; text-color: @foreground;
} }
/* ---- Listview ---- */ /* ---- Listview ---- */
listview { listview {
enabled: true; enabled: true;
columns: 1; columns: 1;
lines: 8; lines: 9;
cycle: true; spacing: 4px;
dynamic: true; dynamic: true;
scrollbar: false; cycle: true;
layout: vertical; scrollbar: false;
reverse: false; layout: vertical;
fixed-height: true; reverse: false;
fixed-columns: true; fixed-height: true;
spacing: 0px; fixed-columns: false;
padding: 10px; background-color: @background;
margin: 0px; border-radius: 10px;
border-radius: 10px;
border: 0px;
background-color: transparent;
} }
/* ---- Element ---- */ /* ---- Element ---- */
@ -148,7 +143,7 @@ element {
padding: 5px; padding: 5px;
margin: 2px; margin: 2px;
cursor: pointer; cursor: pointer;
background-color: transparent; background-color: transparent;
border-radius: 10px; border-radius: 10px;
border: 0px; border: 0px;
} }
@ -215,27 +210,20 @@ 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: 15px; 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: 15px; padding: 15px;
border-radius: 20px; border-radius: 20px;
background-color: @background; background-color: @background;
text-color: @foreground; text-color: @foreground;
} }

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

@ -1,5 +1,5 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Main Config */ /* Main Config wallpaper*/
/* ---- Configuration ---- */ /* ---- Configuration ---- */
configuration { configuration {
@ -39,7 +39,7 @@ window {
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 10px; border-radius: 15px;
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
@ -47,8 +47,9 @@ mainbox {
enabled: true; enabled: true;
orientation: horizontal; orientation: horizontal;
padding: 20px; padding: 20px;
background-image: url("~/.config/rofi/.current_wallpaper", height); background-image: url("~/.config/rofi/.current_wallpaper", width);
children: [ "imagebox", "listbox" ]; children: [ "imagebox", "listbox" ];
border-radius: 10px;
} }
/* ---- Imagebox ---- */ /* ---- Imagebox ---- */
@ -75,10 +76,10 @@ inputbar {
enabled: true; enabled: true;
text-color: @foreground; text-color: @foreground;
spacing: 10px; spacing: 10px;
padding: 15px; padding: 10px;
border-radius: 10px; border-radius: 10px;
border-color: @foreground; border-color: @foreground;
background-color: transparent; background-color: @backrgound;
children: [ "textbox-prompt-colon", "entry" ]; children: [ "textbox-prompt-colon", "entry" ];
} }
@ -127,14 +128,14 @@ listview {
lines: 10; lines: 10;
spacing: 4px; spacing: 4px;
dynamic: true; dynamic: true;
enabled: true;
cycle: true; cycle: true;
scrollbar: true; scrollbar: true;
layout: vertical; layout: vertical;
reverse: false; reverse: false;
fixed-height: true; fixed-height: true;
fixed-columns: false; fixed-columns: false;
background-color: transparent; background-color: @background;
border-radius: 10px;
} }
/* ---- Element ---- */ /* ---- Element ---- */

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

@ -1,5 +1,5 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* config - Waybar */
/* ---- Configuration ---- */ /* ---- Configuration ---- */
configuration { configuration {
modi: "drun,run"; modi: "drun,run";
@ -22,7 +22,7 @@ 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;
@ -37,7 +37,7 @@ window {
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 10px; border-radius: 15px;
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
@ -47,6 +47,7 @@ mainbox {
padding: 20px; padding: 20px;
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;
} }
/* ---- Imagebox ---- */ /* ---- Imagebox ---- */
@ -76,7 +77,7 @@ inputbar {
padding: 15px; padding: 15px;
border-radius: 10px; border-radius: 10px;
border-color: @foreground; border-color: @foreground;
background-color: transparent; background-color: @backrgound;
children: [ "textbox-prompt-colon", "entry" ]; children: [ "textbox-prompt-colon", "entry" ];
} }
@ -93,7 +94,7 @@ entry {
background-color: transparent; background-color: transparent;
text-color: inherit; text-color: inherit;
cursor: text; cursor: text;
placeholder: "Choose Waybar Style"; placeholder: "Choose Waybar Layout";
placeholder-color: inherit; placeholder-color: inherit;
} }
@ -131,7 +132,8 @@ listview {
reverse: false; reverse: false;
fixed-height: true; fixed-height: true;
fixed-columns: false; fixed-columns: false;
background-color: transparent; background-color: @background;
border-radius: 10px;
} }
/* ---- Element ---- */ /* ---- Element ---- */

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

@ -1,5 +1,5 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* config - Waybar */
/* ---- Configuration ---- */ /* ---- Configuration ---- */
configuration { configuration {
modi: "drun,run"; modi: "drun,run";
@ -22,7 +22,7 @@ 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;
@ -37,7 +37,7 @@ window {
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 10px; border-radius: 15px;
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
@ -47,6 +47,7 @@ mainbox {
padding: 20px; padding: 20px;
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;
} }
/* ---- Imagebox ---- */ /* ---- Imagebox ---- */
@ -76,7 +77,7 @@ inputbar {
padding: 15px; padding: 15px;
border-radius: 10px; border-radius: 10px;
border-color: @foreground; border-color: @foreground;
background-color: transparent; background-color: @backrgound;
children: [ "textbox-prompt-colon", "entry" ]; children: [ "textbox-prompt-colon", "entry" ];
} }
@ -131,7 +132,8 @@ listview {
reverse: false; reverse: false;
fixed-height: true; fixed-height: true;
fixed-columns: false; fixed-columns: false;
background-color: transparent; background-color: @background;
border-radius: 10px;
} }
/* ---- Element ---- */ /* ---- Element ---- */

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

@ -1,5 +1,5 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Main Config */ /* Main Config (main) */
/* ---- Configuration ---- */ /* ---- Configuration ---- */
configuration { configuration {
@ -24,7 +24,7 @@ configuration {
/* ---- Window ---- */ /* ---- Window ---- */
window { window {
width: 40%; width: 35%;
x-offset: 0px; x-offset: 0px;
y-offset: 0px; y-offset: 0px;
spacing: 0px; spacing: 0px;
@ -39,7 +39,7 @@ window {
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 10px; border-radius: 15px;
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
@ -49,6 +49,7 @@ mainbox {
padding: 20px; padding: 20px;
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;
} }
/* ---- Imagebox ---- */ /* ---- Imagebox ---- */
@ -64,7 +65,9 @@ listbox {
background-color: transparent; background-color: transparent;
orientation: vertical; orientation: vertical;
children: [ "listview" ]; children: [ "listview" ];
border-radius: 10px;
} }
/* ---- Dummy ---- */ /* ---- Dummy ---- */
dummy { dummy {
background-color: transparent; background-color: transparent;
@ -75,24 +78,22 @@ inputbar {
enabled: true; enabled: true;
text-color: @foreground; text-color: @foreground;
spacing: 10px; spacing: 10px;
padding: 15px; padding: 10px;
border-radius: 10px; border-radius: 10px;
border-color: @foreground; border-color: @foreground;
background-color: transparent; background-color: @background;
children: [ "textbox-prompt-colon", "entry" ]; children: [ "textbox-prompt-colon", "entry" ];
} }
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;
background-color: transparent;
text-color: inherit; text-color: inherit;
cursor: text; cursor: text;
placeholder: "Search"; placeholder: "Search";
@ -102,15 +103,15 @@ entry {
/* ---- Mode Switcher ---- */ /* ---- Mode Switcher ---- */
mode-switcher{ mode-switcher{
enabled: true; enabled: true;
spacing: 20px; spacing: 10px;
background-color: transparent; background-color: transparent;
text-color: @foreground; text-color: @foreground;
} }
button { button {
padding: 10px; padding: 10px;
border-radius: 10px; border-radius: 10px;
background-color: transparent; background-color: @background;
text-color: inherit; text-color: inherit;
cursor: pointer; cursor: pointer;
} }
@ -122,19 +123,19 @@ button selected {
/* ---- Listview ---- */ /* ---- Listview ---- */
listview { listview {
enabled: true; enabled: true;
columns: 1; columns: 1;
lines: 8; lines: 9;
spacing: 4px; spacing: 4px;
dynamic: true; dynamic: true;
enabled: true; cycle: true;
cycle: true; scrollbar: false;
scrollbar: false; layout: vertical;
layout: vertical; reverse: true;
reverse: true; fixed-height: true;
fixed-height: true; fixed-columns: false;
fixed-columns: false; background-color: @background;
background-color: transparent; border-radius: 10px;
} }
/* ---- Element ---- */ /* ---- Element ---- */
@ -143,7 +144,7 @@ element {
padding: 5px; padding: 5px;
margin: 2px; margin: 2px;
cursor: pointer; cursor: pointer;
background-color: transparent; background-color: transparent;
border-radius: 10px; border-radius: 10px;
border: 0px; border: 0px;
} }
@ -210,14 +211,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;
} }

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

@ -1,4 +1,5 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Main Config Hyprland Settings*/
/* ---- Configuration ---- */ /* ---- Configuration ---- */
configuration { configuration {
@ -15,6 +16,7 @@ configuration {
me-accept-entry: "MousePrimary"; me-accept-entry: "MousePrimary";
window-format: "{w} · {c} · {t}"; window-format: "{w} · {c} · {t}";
dpi: 1; dpi: 1;
} }
/* ---- Load pywal colors (custom wal template) ---- */ /* ---- Load pywal colors (custom wal template) ---- */
@ -22,11 +24,11 @@ configuration {
/* ---- Window ---- */ /* ---- Window ---- */
window { window {
width: 40%; width: 35%;
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; color: transparent;
border: 1px; border: 1px;
@ -37,23 +39,21 @@ window {
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 10px; border-radius: 15px;
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
mainbox { mainbox {
enabled: true; enabled: true;
orientation: horizontal; orientation: horizontal;
spacing: 0px; padding: 20px;
margin: 0px; background-image: url("~/.config/rofi/.current_wallpaper", width);
background-color: transparent;
background-image: url("~/.config/rofi/.current_wallpaper",width);
children: [ "imagebox", "listbox" ]; children: [ "imagebox", "listbox" ];
border-radius: 10px;
} }
/* ---- Imagebox ---- */ /* ---- Imagebox ---- */
imagebox { imagebox {
padding: 18px;
background-color: transparent; background-color: transparent;
orientation: vertical; orientation: vertical;
children: [ "inputbar", "dummy", "mode-switcher" ]; children: [ "inputbar", "dummy", "mode-switcher" ];
@ -61,10 +61,11 @@ imagebox {
/* ---- Listbox ---- */ /* ---- Listbox ---- */
listbox { listbox {
spacing: 20px; spacing: 4px;
background-color: transparent; background-color: transparent;
orientation: vertical; orientation: vertical;
children: [ "message", "listview" ]; children: [ "listview" ];
border-radius: 10px;
} }
/* ---- Dummy ---- */ /* ---- Dummy ---- */
dummy { dummy {
@ -76,24 +77,22 @@ inputbar {
enabled: true; enabled: true;
text-color: @foreground; text-color: @foreground;
spacing: 10px; spacing: 10px;
padding: 15px; padding: 10px;
border-radius: 10px; border-radius: 10px;
border-color: @foreground; border-color: @foreground;
background-color: transparent; background-color: @backrgound;
children: [ "textbox-prompt-colon", "entry" ]; children: [ "textbox-prompt-colon", "entry" ];
} }
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;
background-color: transparent;
text-color: inherit; text-color: inherit;
cursor: text; cursor: text;
placeholder: "View / Edit Hyprland Settings"; placeholder: "View / Edit Hyprland Settings";
@ -103,43 +102,39 @@ entry {
/* ---- Mode Switcher ---- */ /* ---- Mode Switcher ---- */
mode-switcher{ mode-switcher{
enabled: true; enabled: true;
spacing: 20px; spacing: 10px;
background-color: transparent; background-color: transparent;
text-color: @foreground; text-color: @foreground;
} }
button { button {
padding: 10px; padding: 10px;
border-radius: 10px; border-radius: 10px;
background-color: transparent; background-color: @background;
text-color: inherit; text-color: inherit;
cursor: pointer; cursor: pointer;
border: 0px;
} }
button selected { button selected {
background-color: @selected-normal-background; background-color: @selected-normal-background;
text-color: @foreground; text-color: @foreground;
} }
/* ---- Listview ---- */ /* ---- Listview ---- */
listview { listview {
enabled: true; enabled: true;
columns: 1; columns: 1;
lines: 8; lines: 7;
cycle: true; spacing: 4px;
dynamic: true; dynamic: true;
scrollbar: false; cycle: true;
layout: vertical; scrollbar: false;
reverse: false; layout: vertical;
fixed-height: true; reverse: false;
fixed-columns: true; fixed-height: true;
spacing: 0px; fixed-columns: false;
padding: 10px; background-color: @background;
margin: 0px; border-radius: 10px;
border-radius: 10px;
border: 0px;
background-color: transparent;
} }
/* ---- Element ---- */ /* ---- Element ---- */
@ -148,7 +143,7 @@ element {
padding: 5px; padding: 5px;
margin: 2px; margin: 2px;
cursor: pointer; cursor: pointer;
background-color: transparent; background-color: transparent;
border-radius: 10px; border-radius: 10px;
border: 0px; border: 0px;
} }
@ -215,27 +210,20 @@ 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: 15px; 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: 15px; padding: 15px;
border-radius: 20px; border-radius: 20px;
background-color: @background; background-color: @background;
text-color: @foreground; text-color: @foreground;
} }

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

@ -1,5 +1,5 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Main Config (long) */
/* ---- Configuration ---- */ /* ---- Configuration ---- */
configuration { configuration {
modi: "drun,run"; modi: "drun,run";
@ -37,7 +37,7 @@ window {
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 10px; border-radius: 15px;
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
@ -46,9 +46,10 @@ mainbox {
orientation: vertical; orientation: vertical;
spacing: 0px; spacing: 0px;
margin: 0px; margin: 0px;
background-color: transparent; padding: 20px;
background-image: url("~/.config/rofi/.current_wallpaper", height); background-image: url("~/.config/rofi/.current_wallpaper", height);
children: [ "listbox" ]; children: [ "listbox" ];
border-radius: 10px;
} }
/* ---- Imagebox ---- */ /* ---- Imagebox ---- */
@ -65,6 +66,7 @@ listbox {
background-color: transparent; background-color: transparent;
orientation: vertical; orientation: vertical;
children: [ "inputbar", "message", "listview" ]; children: [ "inputbar", "message", "listview" ];
border-radius: 10px;
} }
/* ---- Dummy ---- */ /* ---- Dummy ---- */
dummy { dummy {
@ -76,10 +78,10 @@ inputbar {
enabled: true; enabled: true;
text-color: @foreground; text-color: @foreground;
spacing: 10px; spacing: 10px;
padding: 20px; padding: 10px;
border-radius: 10px; border-radius: 10px;
border-color: @foreground; border-color: @foreground;
background-color: transparent; background-color: @background;
children: [ "textbox-prompt-colon", "entry" ]; children: [ "textbox-prompt-colon", "entry" ];
} }
@ -96,7 +98,7 @@ entry {
background-color: transparent; background-color: transparent;
text-color: inherit; text-color: inherit;
cursor: text; cursor: text;
placeholder: "Choose"; placeholder: "Search";
placeholder-color: inherit; placeholder-color: inherit;
} }
@ -139,7 +141,8 @@ listview {
margin: 0px; margin: 0px;
border-radius: 10px; border-radius: 10px;
border: 0px; border: 0px;
background-color: transparent; background-color: @background;
border-radius: 10px;
} }
/* ---- Element ---- */ /* ---- Element ---- */

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

@ -1,4 +1,5 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Main Config (main)*/
/* ---- Configuration ---- */ /* ---- Configuration ---- */
configuration { configuration {
@ -15,6 +16,7 @@ configuration {
me-accept-entry: "MousePrimary"; me-accept-entry: "MousePrimary";
window-format: "{w} · {c} · {t}"; window-format: "{w} · {c} · {t}";
dpi: 1; dpi: 1;
} }
/* ---- Load pywal colors (custom wal template) ---- */ /* ---- Load pywal colors (custom wal template) ---- */
@ -26,7 +28,7 @@ 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; color: transparent;
border: 1px; border: 1px;
@ -37,23 +39,21 @@ window {
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 10px; border-radius: 15px;
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
mainbox { mainbox {
enabled: true; enabled: true;
orientation: horizontal; orientation: horizontal;
spacing: 0px; padding: 20px;
margin: 0px; background-image: url("~/.config/rofi/.current_wallpaper", width);
background-color: transparent;
background-image: url("~/.config/rofi/.current_wallpaper",width);
children: [ "imagebox", "listbox" ]; children: [ "imagebox", "listbox" ];
border-radius: 10px;
} }
/* ---- Imagebox ---- */ /* ---- Imagebox ---- */
imagebox { imagebox {
padding: 18px;
background-color: transparent; background-color: transparent;
orientation: vertical; orientation: vertical;
children: [ "inputbar", "dummy", "mode-switcher" ]; children: [ "inputbar", "dummy", "mode-switcher" ];
@ -61,10 +61,11 @@ imagebox {
/* ---- Listbox ---- */ /* ---- Listbox ---- */
listbox { listbox {
spacing: 20px; spacing: 4px;
background-color: transparent; background-color: transparent;
orientation: vertical; orientation: vertical;
children: [ "message", "listview" ]; children: [ "listview" ];
border-radius: 10px;
} }
/* ---- Dummy ---- */ /* ---- Dummy ---- */
dummy { dummy {
@ -76,24 +77,22 @@ inputbar {
enabled: true; enabled: true;
text-color: @foreground; text-color: @foreground;
spacing: 10px; spacing: 10px;
padding: 15px; padding: 10px;
border-radius: 10px; border-radius: 10px;
border-color: @foreground; border-color: @foreground;
background-color: transparent; background-color: @backrgound;
children: [ "textbox-prompt-colon", "entry" ]; children: [ "textbox-prompt-colon", "entry" ];
} }
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;
background-color: transparent;
text-color: inherit; text-color: inherit;
cursor: text; cursor: text;
placeholder: "Choose Online Music"; placeholder: "Choose Online Music";
@ -103,43 +102,39 @@ entry {
/* ---- Mode Switcher ---- */ /* ---- Mode Switcher ---- */
mode-switcher{ mode-switcher{
enabled: true; enabled: true;
spacing: 20px; spacing: 10px;
background-color: transparent; background-color: transparent;
text-color: @foreground; text-color: @foreground;
} }
button { button {
padding: 10px; padding: 10px;
border-radius: 10px; border-radius: 10px;
background-color: transparent; background-color: @background;
text-color: inherit; text-color: inherit;
cursor: pointer; cursor: pointer;
border: 0px;
} }
button selected { button selected {
background-color: @selected-normal-background; background-color: @selected-normal-background;
text-color: @foreground; text-color: @foreground;
} }
/* ---- Listview ---- */ /* ---- Listview ---- */
listview { listview {
enabled: true; enabled: true;
columns: 1; columns: 1;
lines: 8; lines: 9;
cycle: true; spacing: 4px;
dynamic: true; dynamic: true;
scrollbar: false; cycle: true;
layout: vertical; scrollbar: false;
reverse: false; layout: vertical;
fixed-height: true; reverse: false;
fixed-columns: true; fixed-height: true;
spacing: 0px; fixed-columns: false;
padding: 10px; background-color: @background;
margin: 0px; border-radius: 10px;
border-radius: 10px;
border: 0px;
background-color: transparent;
} }
/* ---- Element ---- */ /* ---- Element ---- */
@ -148,7 +143,7 @@ element {
padding: 5px; padding: 5px;
margin: 2px; margin: 2px;
cursor: pointer; cursor: pointer;
background-color: transparent; background-color: transparent;
border-radius: 10px; border-radius: 10px;
border: 0px; border: 0px;
} }
@ -215,27 +210,20 @@ 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: 15px; 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: 15px; padding: 15px;
border-radius: 20px; border-radius: 20px;
background-color: @background; background-color: @background;
text-color: @foreground; text-color: @foreground;
} }

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

@ -1,5 +1,5 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Main Config */ /* Main Config wallpaper*/
/* ---- Configuration ---- */ /* ---- Configuration ---- */
configuration { configuration {
@ -39,7 +39,7 @@ window {
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 10px; border-radius: 15px;
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
@ -49,6 +49,7 @@ mainbox {
padding: 20px; padding: 20px;
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;
} }
/* ---- Imagebox ---- */ /* ---- Imagebox ---- */
@ -75,10 +76,10 @@ inputbar {
enabled: true; enabled: true;
text-color: @foreground; text-color: @foreground;
spacing: 10px; spacing: 10px;
padding: 15px; padding: 10px;
border-radius: 10px; border-radius: 10px;
border-color: @foreground; border-color: @foreground;
background-color: transparent; background-color: @backrgound;
children: [ "textbox-prompt-colon", "entry" ]; children: [ "textbox-prompt-colon", "entry" ];
} }
@ -127,14 +128,14 @@ listview {
lines: 10; lines: 10;
spacing: 4px; spacing: 4px;
dynamic: true; dynamic: true;
enabled: true;
cycle: true; cycle: true;
scrollbar: true; scrollbar: true;
layout: vertical; layout: vertical;
reverse: false; reverse: false;
fixed-height: true; fixed-height: true;
fixed-columns: false; fixed-columns: false;
background-color: transparent; background-color: @background;
border-radius: 10px;
} }
/* ---- Element ---- */ /* ---- Element ---- */

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

@ -1,5 +1,5 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* config - Waybar */
/* ---- Configuration ---- */ /* ---- Configuration ---- */
configuration { configuration {
modi: "drun,run"; modi: "drun,run";
@ -37,7 +37,7 @@ window {
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 10px; border-radius: 15px;
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
@ -47,6 +47,7 @@ mainbox {
padding: 20px; padding: 20px;
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;
} }
/* ---- Imagebox ---- */ /* ---- Imagebox ---- */
@ -76,7 +77,7 @@ inputbar {
padding: 15px; padding: 15px;
border-radius: 10px; border-radius: 10px;
border-color: @foreground; border-color: @foreground;
background-color: transparent; background-color: @backrgound;
children: [ "textbox-prompt-colon", "entry" ]; children: [ "textbox-prompt-colon", "entry" ];
} }
@ -93,7 +94,7 @@ entry {
background-color: transparent; background-color: transparent;
text-color: inherit; text-color: inherit;
cursor: text; cursor: text;
placeholder: "Choose Waybar Style"; placeholder: "Choose Waybar Layout";
placeholder-color: inherit; placeholder-color: inherit;
} }
@ -131,7 +132,8 @@ listview {
reverse: false; reverse: false;
fixed-height: true; fixed-height: true;
fixed-columns: false; fixed-columns: false;
background-color: transparent; background-color: @background;
border-radius: 10px;
} }
/* ---- Element ---- */ /* ---- Element ---- */

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

@ -1,5 +1,5 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* config - Waybar */
/* ---- Configuration ---- */ /* ---- Configuration ---- */
configuration { configuration {
modi: "drun,run"; modi: "drun,run";
@ -37,7 +37,7 @@ window {
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 10px; border-radius: 15px;
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
@ -47,6 +47,7 @@ mainbox {
padding: 20px; padding: 20px;
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;
} }
/* ---- Imagebox ---- */ /* ---- Imagebox ---- */
@ -76,7 +77,7 @@ inputbar {
padding: 15px; padding: 15px;
border-radius: 10px; border-radius: 10px;
border-color: @foreground; border-color: @foreground;
background-color: transparent; background-color: @backrgound;
children: [ "textbox-prompt-colon", "entry" ]; children: [ "textbox-prompt-colon", "entry" ];
} }
@ -131,7 +132,8 @@ listview {
reverse: false; reverse: false;
fixed-height: true; fixed-height: true;
fixed-columns: false; fixed-columns: false;
background-color: transparent; background-color: @background;
border-radius: 10px;
} }
/* ---- Element ---- */ /* ---- Element ---- */

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

@ -1,5 +1,5 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Main Config */ /* Main Config (main) */
/* ---- Configuration ---- */ /* ---- Configuration ---- */
configuration { configuration {
@ -39,7 +39,7 @@ window {
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 10px; border-radius: 15px;
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
@ -49,6 +49,7 @@ mainbox {
padding: 20px; padding: 20px;
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;
} }
/* ---- Imagebox ---- */ /* ---- Imagebox ---- */
@ -64,7 +65,9 @@ listbox {
background-color: transparent; background-color: transparent;
orientation: vertical; orientation: vertical;
children: [ "listview" ]; children: [ "listview" ];
border-radius: 10px;
} }
/* ---- Dummy ---- */ /* ---- Dummy ---- */
dummy { dummy {
background-color: transparent; background-color: transparent;
@ -75,24 +78,22 @@ inputbar {
enabled: true; enabled: true;
text-color: @foreground; text-color: @foreground;
spacing: 10px; spacing: 10px;
padding: 15px; padding: 10px;
border-radius: 10px; border-radius: 10px;
border-color: @foreground; border-color: @foreground;
background-color: transparent; background-color: @background;
children: [ "textbox-prompt-colon", "entry" ]; children: [ "textbox-prompt-colon", "entry" ];
} }
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;
background-color: transparent;
text-color: inherit; text-color: inherit;
cursor: text; cursor: text;
placeholder: "Search"; placeholder: "Search";
@ -102,15 +103,15 @@ entry {
/* ---- Mode Switcher ---- */ /* ---- Mode Switcher ---- */
mode-switcher{ mode-switcher{
enabled: true; enabled: true;
spacing: 20px; spacing: 10px;
background-color: transparent; background-color: transparent;
text-color: @foreground; text-color: @foreground;
} }
button { button {
padding: 10px; padding: 10px;
border-radius: 10px; border-radius: 10px;
background-color: transparent; background-color: @background;
text-color: inherit; text-color: inherit;
cursor: pointer; cursor: pointer;
} }
@ -122,19 +123,19 @@ button selected {
/* ---- Listview ---- */ /* ---- Listview ---- */
listview { listview {
enabled: true; enabled: true;
columns: 1; columns: 1;
lines: 9; lines: 9;
spacing: 4px; spacing: 4px;
dynamic: true; dynamic: true;
enabled: true; cycle: true;
cycle: true; scrollbar: false;
scrollbar: false; layout: vertical;
layout: vertical; reverse: true;
reverse: true; fixed-height: true;
fixed-height: true; fixed-columns: false;
fixed-columns: false; background-color: @background;
background-color: transparent; border-radius: 10px;
} }
/* ---- Element ---- */ /* ---- Element ---- */
@ -143,7 +144,7 @@ element {
padding: 5px; padding: 5px;
margin: 2px; margin: 2px;
cursor: pointer; cursor: pointer;
background-color: transparent; background-color: transparent;
border-radius: 10px; border-radius: 10px;
border: 0px; border: 0px;
} }
@ -210,14 +211,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;
} }

Loading…
Cancel
Save