Browse Source

Change rofi themes

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

10
config/rofi/config-compact.rasi

@ -4,11 +4,11 @@
/* ---- Configuration ---- */
configuration {
modi: "drun,run";
font: "Fira Code SemiBold 14";
font: "Fira Code SemiBold 12";
show-icons: true;
display-drun: "";
display-run: "";
display-filebrowser: "";
display-filebrowser: "";
display-window: "";
drun-display-format: "{name}";
hover-select: true;
@ -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,7 +24,7 @@ configuration {
/* ---- Window ---- */
window {
width: 600px;
width: 500px;
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@ -46,7 +46,7 @@ window {
mainbox {
enabled: true;
orientation: horizontal;
padding: 15px;
padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", height);
children: [ "imagebox"];
border-radius: 12px;

15
config/rofi/config-long.rasi

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

20
config/rofi/config-powermenu.rasi

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

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

@ -4,11 +4,11 @@
/* ---- Configuration ---- */
configuration {
modi: "drun,run";
font: "Fira Code SemiBold 14";
font: "Fira Code SemiBold 12";
show-icons: true;
display-drun: "";
display-run: "";
display-filebrowser: "";
display-filebrowser: "";
display-window: "";
drun-display-format: "{name}";
hover-select: true;
@ -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) ---- */
@ -38,8 +38,8 @@ window {
anchor: center;
fullscreen: false;
enabled: true;
border-radius: 15px;
border-radius: 15px;
border-radius: 12px;
border-radius: 12px;
background-color: @background-color;
}
@ -47,7 +47,7 @@ window {
mainbox {
enabled: true;
orientation: horizontal;
padding: 15px;
padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", height);
children: [ "imagebox"];
border-radius: 12px;

16
config/rofi/config-wallpaper.rasi

@ -4,11 +4,11 @@
/* ---- Configuration ---- */
configuration {
modi: "drun,run";
font: "Fira Code SemiBold 14";
font: "Fira Code SemiBold 12";
show-icons: true;
display-drun: "";
display-run: "";
display-filebrowser: "";
display-filebrowser: "";
display-window: "";
drun-display-format: "{name}";
hover-select: true;
@ -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) ---- */
@ -25,7 +25,7 @@ configuration {
/* ---- Window ---- */
window {
width: 800px;
height: 450px;
/*height: 450px;*/
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@ -38,8 +38,8 @@ window {
anchor: center;
fullscreen: false;
enabled: true;
border-radius: 15px;
border-radius: 15px;
border-radius: 12px;
border-radius: 12px;
background-color: @background-color;
}
@ -47,7 +47,7 @@ window {
mainbox {
enabled: true;
orientation: horizontal;
padding: 15px;
padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", width);
children: [ "imagebox"];
border-radius: 12px;
@ -82,7 +82,7 @@ inputbar {
enabled: true;
text-color: @foreground;
spacing: 10px;
padding: 14px;
padding: 8px;
border-radius: 10px;
border-color: @foreground;
background-color: @background;

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

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

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

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

56
config/rofi/config.rasi

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

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

@ -8,7 +8,7 @@ configuration {
show-icons: true;
display-drun: "";
display-run: "";
display-filebrowser: "";
display-filebrowser: "";
display-window: "";
drun-display-format: "{name}";
hover-select: true;
@ -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,7 +24,7 @@ configuration {
/* ---- Window ---- */
window {
width: 600px;
width: 500px;
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@ -46,7 +46,7 @@ window {
mainbox {
enabled: true;
orientation: horizontal;
padding: 15px;
padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", height);
children: [ "imagebox"];
border-radius: 12px;

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

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

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

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

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

@ -8,7 +8,7 @@ configuration {
show-icons: true;
display-drun: "";
display-run: "";
display-filebrowser: "";
display-filebrowser: "";
display-window: "";
drun-display-format: "{name}";
hover-select: true;
@ -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) ---- */
@ -38,8 +38,8 @@ window {
anchor: center;
fullscreen: false;
enabled: true;
border-radius: 15px;
border-radius: 15px;
border-radius: 12px;
border-radius: 12px;
background-color: @background-color;
}
@ -47,7 +47,7 @@ window {
mainbox {
enabled: true;
orientation: horizontal;
padding: 15px;
padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", height);
children: [ "imagebox"];
border-radius: 12px;

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

@ -8,7 +8,7 @@ configuration {
show-icons: true;
display-drun: "";
display-run: "";
display-filebrowser: "";
display-filebrowser: "";
display-window: "";
drun-display-format: "{name}";
hover-select: true;
@ -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) ---- */
@ -25,7 +25,7 @@ configuration {
/* ---- Window ---- */
window {
width: 800px;
height: 450px;
/*height: 450px;*/
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@ -38,8 +38,8 @@ window {
anchor: center;
fullscreen: false;
enabled: true;
border-radius: 15px;
border-radius: 15px;
border-radius: 12px;
border-radius: 12px;
background-color: @background-color;
}
@ -47,7 +47,7 @@ window {
mainbox {
enabled: true;
orientation: horizontal;
padding: 15px;
padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", width);
children: [ "imagebox"];
border-radius: 12px;
@ -82,7 +82,7 @@ inputbar {
enabled: true;
text-color: @foreground;
spacing: 10px;
padding: 14px;
padding: 8px;
border-radius: 10px;
border-color: @foreground;
background-color: @background;
@ -120,7 +120,7 @@ listview {
layout: vertical;
reverse: false;
fixed-height: true;
fixed-columns: truev;
fixed-columns: false;
background-color: transparent;
border-radius: 10px;
}
@ -131,7 +131,7 @@ element {
padding: 5px;
margin: 2px;
cursor: pointer;
background-color: transparent;
background-color: transparent;
border-radius: 10px;
border: 0px;
}

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

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

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

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

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

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

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

@ -8,7 +8,7 @@ configuration {
show-icons: true;
display-drun: "";
display-run: "";
display-filebrowser: "";
display-filebrowser: "";
display-window: "";
drun-display-format: "{name}";
hover-select: true;
@ -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,7 +24,7 @@ configuration {
/* ---- Window ---- */
window {
width: 600px;
width: 500px;
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@ -46,7 +46,7 @@ window {
mainbox {
enabled: true;
orientation: horizontal;
padding: 15px;
padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", height);
children: [ "imagebox"];
border-radius: 12px;

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

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

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

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

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

@ -8,7 +8,7 @@ configuration {
show-icons: true;
display-drun: "";
display-run: "";
display-filebrowser: "";
display-filebrowser: "";
display-window: "";
drun-display-format: "{name}";
hover-select: true;
@ -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) ---- */
@ -38,8 +38,8 @@ window {
anchor: center;
fullscreen: false;
enabled: true;
border-radius: 15px;
border-radius: 15px;
border-radius: 12px;
border-radius: 12px;
background-color: @background-color;
}
@ -47,7 +47,7 @@ window {
mainbox {
enabled: true;
orientation: horizontal;
padding: 15px;
padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", height);
children: [ "imagebox"];
border-radius: 12px;

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

@ -8,7 +8,7 @@ configuration {
show-icons: true;
display-drun: "";
display-run: "";
display-filebrowser: "";
display-filebrowser: "";
display-window: "";
drun-display-format: "{name}";
hover-select: true;
@ -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) ---- */
@ -25,7 +25,7 @@ configuration {
/* ---- Window ---- */
window {
width: 800px;
height: 450px;
/*height: 450px;*/
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@ -38,8 +38,8 @@ window {
anchor: center;
fullscreen: false;
enabled: true;
border-radius: 15px;
border-radius: 15px;
border-radius: 12px;
border-radius: 12px;
background-color: @background-color;
}
@ -47,7 +47,7 @@ window {
mainbox {
enabled: true;
orientation: horizontal;
padding: 15px;
padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", width);
children: [ "imagebox"];
border-radius: 12px;
@ -82,7 +82,7 @@ inputbar {
enabled: true;
text-color: @foreground;
spacing: 10px;
padding: 14px;
padding: 8px;
border-radius: 10px;
border-color: @foreground;
background-color: @background;

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

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

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

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

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

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

Loading…
Cancel
Save