Browse Source

rofi configs cleaned up / re-organized

pull/125/head^2
JaKooLit 2 years ago
parent
commit
ecc76f9afb
  1. 5
      config/rofi/config-compact.rasi
  2. 5
      config/rofi/config-long.rasi
  3. 5
      config/rofi/config-rofi-Beats.rasi
  4. 79
      config/rofi/config-wallpaper.rasi
  5. 4
      config/rofi/config-waybar-layout.rasi
  6. 4
      config/rofi/config-waybar-style.rasi
  7. 5
      config/rofi/config-zsh-theme.rasi
  8. 4
      config/rofi/config.rasi
  9. 5
      config/rofi/resolution/1080p/config-compact.rasi
  10. 5
      config/rofi/resolution/1080p/config-long.rasi
  11. 5
      config/rofi/resolution/1080p/config-rofi-Beats.rasi
  12. 79
      config/rofi/resolution/1080p/config-wallpaper.rasi
  13. 4
      config/rofi/resolution/1080p/config-waybar-layout.rasi
  14. 4
      config/rofi/resolution/1080p/config-waybar-style.rasi
  15. 5
      config/rofi/resolution/1080p/config-zsh-theme.rasi
  16. 4
      config/rofi/resolution/1080p/config.rasi
  17. 5
      config/rofi/resolution/1440p/config-compact.rasi
  18. 6
      config/rofi/resolution/1440p/config-long.rasi
  19. 6
      config/rofi/resolution/1440p/config-rofi-Beats.rasi
  20. 1
      config/rofi/resolution/1440p/config-wallpaper.rasi
  21. 4
      config/rofi/resolution/1440p/config-waybar-layout.rasi
  22. 4
      config/rofi/resolution/1440p/config-waybar-style.rasi
  23. 5
      config/rofi/resolution/1440p/config-zsh-theme.rasi
  24. 5
      config/rofi/resolution/1440p/config.rasi

5
config/rofi/config-compact.rasi

@ -39,7 +39,7 @@ window {
enabled: true; enabled: true;
border-radius: 15px; border-radius: 15px;
border-radius: 15px; border-radius: 15px;
background-color: @background-color; background-image: url("~/.config/rofi/.current_wallpaper", height);
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
@ -47,10 +47,9 @@ mainbox {
enabled: true; enabled: true;
orientation: horizontal; orientation: horizontal;
padding: 8px; padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", height); background-color: transparent;
children: [ "imagebox"]; children: [ "imagebox"];
border-radius: 12px; border-radius: 12px;
background-color: @background;
} }
/* ---- Imagebox ---- */ /* ---- Imagebox ---- */

5
config/rofi/config-long.rasi

@ -39,7 +39,7 @@ window {
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 12px; border-radius: 12px;
background-color: @background-color; background-image: url("~/.config/rofi/.current_wallpaper", height);
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
@ -47,10 +47,9 @@ mainbox {
enabled: true; enabled: true;
orientation: vertical; orientation: vertical;
padding: 8px; padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", height); background-color: transparent;
children: [ "imagebox" ]; children: [ "imagebox" ];
border-radius: 12px; border-radius: 12px;
background-color: @background;
} }
/* ---- Imagebox ---- */ /* ---- Imagebox ---- */

5
config/rofi/config-rofi-Beats.rasi

@ -40,7 +40,7 @@ window {
enabled: true; enabled: true;
border-radius: 12px; border-radius: 12px;
border-radius: 12px; border-radius: 12px;
background-color: @background-color; background-image: url("~/.config/rofi/.current_wallpaper", height);
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
@ -48,10 +48,9 @@ mainbox {
enabled: true; enabled: true;
orientation: horizontal; orientation: horizontal;
padding: 8px; padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", height); background-color: transparent;
children: [ "imagebox"]; children: [ "imagebox"];
border-radius: 12px; border-radius: 12px;
background-color: @background;
} }
/* ---- Imagebox ---- */ /* ---- Imagebox ---- */

79
config/rofi/config-wallpaper.rasi

@ -3,18 +3,18 @@
/* ---- Configuration ---- */ /* ---- Configuration ---- */
configuration { configuration {
modi: "drun,run,filebrowser"; modi: "drun,run,filebrowser";
font: "Fira Code SemiBold 12"; font: "Fira Code SemiBold 12";
show-icons: true; show-icons: true;
display-drun: ""; display-drun: "";
display-run: ""; display-run: "";
display-filebrowser: ""; display-filebrowser: "";
display-window: ""; display-window: "";
drun-display-format: "{name}"; drun-display-format: "{name}";
hover-select: true; hover-select: true;
me-select-entry: "MouseSecondary"; me-select-entry: "MouseSecondary";
me-accept-entry: "MousePrimary"; me-accept-entry: "MousePrimary";
window-format: "{w} · {c} · {t}"; window-format: "{w} · {c} · {t}";
dpi: 1; dpi: 1;
} }
@ -25,7 +25,7 @@ configuration {
/* ---- Window ---- */ /* ---- Window ---- */
window { window {
width: 700px; width: 700px;
/*height: 450px;*/ /*height: 450px;*/
x-offset: 0px; x-offset: 0px;
y-offset: 0px; y-offset: 0px;
spacing: 0px; spacing: 0px;
@ -40,7 +40,6 @@ window {
enabled: true; enabled: true;
border-radius: 12px; border-radius: 12px;
border-radius: 12px; border-radius: 12px;
background-color: transparent;
background-image: url("~/.config/rofi/.current_wallpaper", height); background-image: url("~/.config/rofi/.current_wallpaper", height);
} }
@ -143,66 +142,64 @@ element normal.normal {
} }
element normal.urgent { element normal.urgent {
background-color: inherit; background-color: inherit;
text-color: @foreground; text-color: @foreground;
} }
element normal.active { element normal.active {
background-color: inherit; background-color: inherit;
text-color: @foreground; text-color: @foreground;
} }
element selected.normal { element selected.normal {
background-color: @selected-normal-background; background-color: @selected-normal-background;
text-color: @foreground; text-color: @foreground;
} }
element selected.urgent { element selected.urgent {
background-color: inherit; background-color: inherit;
text-color: @foreground; text-color: @foreground;
} }
element selected.active { element selected.active {
background-color: inherit; background-color: inherit;
text-color: @foreground; text-color: @foreground;
} }
element alternate.normal { element alternate.normal {
background-color: inherit; background-color: inherit;
text-color: @foreground; text-color: @foreground;
} }
element alternate.urgent { element alternate.urgent {
background-color: inherit; background-color: inherit;
text-color: @foreground; text-color: @foreground;
} }
element alternate.active { element alternate.active {
background-color: inherit; background-color: inherit;
text-color: @foreground; text-color: @foreground;
} }
element-icon { element-icon {
background-color: transparent; background-color: transparent;
text-color: inherit; text-color: inherit;
size: 130px; size: 130px;
cursor: inherit; cursor: inherit;
} }
element-text { element-text {
font: "Fira Code SemiBold 8"; font: "Fira Code SemiBold 8";
background-color: transparent; background-color: transparent;
text-color: inherit; text-color: inherit;
cursor: inherit; cursor: inherit;
vertical-align: 0.5;
horizontal-align: 0.5;
} }
/*****----- Message -----*****/ /*****----- Message -----*****/
message { message {
background-color: @background; background-color: @background;
margin: 20px 0px 0px 0px; margin: 20px 0px 0px 0px;
border-radius: 10px; border-radius: 10px;
} }

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

@ -40,7 +40,7 @@ window {
enabled: true; enabled: true;
border-radius: 12px; border-radius: 12px;
border-radius: 12px; border-radius: 12px;
background-color: @background-color; background-image: url("~/.config/rofi/.current_wallpaper", height);
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
@ -48,7 +48,7 @@ mainbox {
enabled: true; enabled: true;
orientation: vertical; orientation: vertical;
padding: 8px; padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", height); background-color: transparent;
children: [ "inputbar", "listbox"]; children: [ "inputbar", "listbox"];
border-radius: 12px; border-radius: 12px;
} }

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

@ -40,7 +40,7 @@ window {
enabled: true; enabled: true;
border-radius: 12px; border-radius: 12px;
border-radius: 12px; border-radius: 12px;
background-color: @background-color; background-image: url("~/.config/rofi/.current_wallpaper", height);
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
@ -48,7 +48,7 @@ mainbox {
enabled: true; enabled: true;
orientation: vertical; orientation: vertical;
padding: 8px; padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", height); background-color: transparent;
children: [ "inputbar", "listbox"]; children: [ "inputbar", "listbox"];
border-radius: 12px; border-radius: 12px;
} }

5
config/rofi/config-zsh-theme.rasi

@ -41,7 +41,7 @@ window {
enabled: true; enabled: true;
border-radius: 12px; border-radius: 12px;
border-radius: 12px; border-radius: 12px;
background-color: @background-color; background-image: url("~/.config/rofi/.current_wallpaper", height);
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
@ -49,10 +49,9 @@ mainbox {
enabled: true; enabled: true;
orientation: horizontal; orientation: horizontal;
padding: 8px; padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", width); background-color: transparent;
children: [ "imagebox"]; children: [ "imagebox"];
border-radius: 12px; border-radius: 12px;
background-color: @background;
} }
/* ---- Imagebox ---- */ /* ---- Imagebox ---- */

4
config/rofi/config.rasi

@ -39,7 +39,7 @@ window {
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 12px; border-radius: 12px;
background-color: @background-color; background-image: url("~/.config/rofi/.current_wallpaper", height);
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
@ -47,7 +47,7 @@ mainbox {
enabled: true; enabled: true;
orientation: vertical; orientation: vertical;
padding: 8px; padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", width); background-color: transparent;
children: [ "inputbar", "imagebox" ]; children: [ "inputbar", "imagebox" ];
border-radius: 12px; border-radius: 12px;
} }

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

@ -39,7 +39,7 @@ window {
enabled: true; enabled: true;
border-radius: 15px; border-radius: 15px;
border-radius: 15px; border-radius: 15px;
background-color: @background-color; background-image: url("~/.config/rofi/.current_wallpaper", height);
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
@ -47,10 +47,9 @@ mainbox {
enabled: true; enabled: true;
orientation: horizontal; orientation: horizontal;
padding: 8px; padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", height); background-color: transparent;
children: [ "imagebox"]; children: [ "imagebox"];
border-radius: 12px; border-radius: 12px;
background-color: @background;
} }
/* ---- Imagebox ---- */ /* ---- Imagebox ---- */

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

@ -39,7 +39,7 @@ window {
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 12px; border-radius: 12px;
background-color: @background-color; background-image: url("~/.config/rofi/.current_wallpaper", height);
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
@ -47,10 +47,9 @@ mainbox {
enabled: true; enabled: true;
orientation: vertical; orientation: vertical;
padding: 8px; padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", height); background-color: transparent;
children: [ "imagebox" ]; children: [ "imagebox" ];
border-radius: 12px; border-radius: 12px;
background-color: @background;
} }
/* ---- Imagebox ---- */ /* ---- Imagebox ---- */

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

@ -40,7 +40,7 @@ window {
enabled: true; enabled: true;
border-radius: 12px; border-radius: 12px;
border-radius: 12px; border-radius: 12px;
background-color: @background-color; background-image: url("~/.config/rofi/.current_wallpaper", height);
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
@ -48,10 +48,9 @@ mainbox {
enabled: true; enabled: true;
orientation: horizontal; orientation: horizontal;
padding: 8px; padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", height); background-color: transparent;
children: [ "imagebox"]; children: [ "imagebox"];
border-radius: 12px; border-radius: 12px;
background-color: @background;
} }
/* ---- Imagebox ---- */ /* ---- Imagebox ---- */

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

@ -3,18 +3,18 @@
/* ---- Configuration ---- */ /* ---- Configuration ---- */
configuration { configuration {
modi: "drun,run,filebrowser"; modi: "drun,run,filebrowser";
font: "Fira Code SemiBold 12"; font: "Fira Code SemiBold 12";
show-icons: true; show-icons: true;
display-drun: ""; display-drun: "";
display-run: ""; display-run: "";
display-filebrowser: ""; display-filebrowser: "";
display-window: ""; display-window: "";
drun-display-format: "{name}"; drun-display-format: "{name}";
hover-select: true; hover-select: true;
me-select-entry: "MouseSecondary"; me-select-entry: "MouseSecondary";
me-accept-entry: "MousePrimary"; me-accept-entry: "MousePrimary";
window-format: "{w} · {c} · {t}"; window-format: "{w} · {c} · {t}";
dpi: 1; dpi: 1;
} }
@ -25,7 +25,7 @@ configuration {
/* ---- Window ---- */ /* ---- Window ---- */
window { window {
width: 700px; width: 700px;
/*height: 450px;*/ /*height: 450px;*/
x-offset: 0px; x-offset: 0px;
y-offset: 0px; y-offset: 0px;
spacing: 0px; spacing: 0px;
@ -40,7 +40,6 @@ window {
enabled: true; enabled: true;
border-radius: 12px; border-radius: 12px;
border-radius: 12px; border-radius: 12px;
background-color: transparent;
background-image: url("~/.config/rofi/.current_wallpaper", height); background-image: url("~/.config/rofi/.current_wallpaper", height);
} }
@ -143,66 +142,64 @@ element normal.normal {
} }
element normal.urgent { element normal.urgent {
background-color: inherit; background-color: inherit;
text-color: @foreground; text-color: @foreground;
} }
element normal.active { element normal.active {
background-color: inherit; background-color: inherit;
text-color: @foreground; text-color: @foreground;
} }
element selected.normal { element selected.normal {
background-color: @selected-normal-background; background-color: @selected-normal-background;
text-color: @foreground; text-color: @foreground;
} }
element selected.urgent { element selected.urgent {
background-color: inherit; background-color: inherit;
text-color: @foreground; text-color: @foreground;
} }
element selected.active { element selected.active {
background-color: inherit; background-color: inherit;
text-color: @foreground; text-color: @foreground;
} }
element alternate.normal { element alternate.normal {
background-color: inherit; background-color: inherit;
text-color: @foreground; text-color: @foreground;
} }
element alternate.urgent { element alternate.urgent {
background-color: inherit; background-color: inherit;
text-color: @foreground; text-color: @foreground;
} }
element alternate.active { element alternate.active {
background-color: inherit; background-color: inherit;
text-color: @foreground; text-color: @foreground;
} }
element-icon { element-icon {
background-color: transparent; background-color: transparent;
text-color: inherit; text-color: inherit;
size: 130px; size: 130px;
cursor: inherit; cursor: inherit;
} }
element-text { element-text {
font: "Fira Code SemiBold 8"; font: "Fira Code SemiBold 8";
background-color: transparent; background-color: transparent;
text-color: inherit; text-color: inherit;
cursor: inherit; cursor: inherit;
vertical-align: 0.5;
horizontal-align: 0.5;
} }
/*****----- Message -----*****/ /*****----- Message -----*****/
message { message {
background-color: @background; background-color: @background;
margin: 20px 0px 0px 0px; margin: 20px 0px 0px 0px;
border-radius: 10px; border-radius: 10px;
} }

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

@ -40,7 +40,7 @@ window {
enabled: true; enabled: true;
border-radius: 12px; border-radius: 12px;
border-radius: 12px; border-radius: 12px;
background-color: @background-color; background-image: url("~/.config/rofi/.current_wallpaper", height);
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
@ -48,7 +48,7 @@ mainbox {
enabled: true; enabled: true;
orientation: vertical; orientation: vertical;
padding: 8px; padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", height); background-color: transparent;
children: [ "inputbar", "listbox"]; children: [ "inputbar", "listbox"];
border-radius: 12px; border-radius: 12px;
} }

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

@ -40,7 +40,7 @@ window {
enabled: true; enabled: true;
border-radius: 12px; border-radius: 12px;
border-radius: 12px; border-radius: 12px;
background-color: @background-color; background-image: url("~/.config/rofi/.current_wallpaper", height);
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
@ -48,7 +48,7 @@ mainbox {
enabled: true; enabled: true;
orientation: vertical; orientation: vertical;
padding: 8px; padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", height); background-color: transparent;
children: [ "inputbar", "listbox"]; children: [ "inputbar", "listbox"];
border-radius: 12px; border-radius: 12px;
} }

5
config/rofi/resolution/1080p/config-zsh-theme.rasi

@ -41,7 +41,7 @@ window {
enabled: true; enabled: true;
border-radius: 12px; border-radius: 12px;
border-radius: 12px; border-radius: 12px;
background-color: @background-color; background-image: url("~/.config/rofi/.current_wallpaper", height);
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
@ -49,10 +49,9 @@ mainbox {
enabled: true; enabled: true;
orientation: horizontal; orientation: horizontal;
padding: 8px; padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", width); background-color: transparent;
children: [ "imagebox"]; children: [ "imagebox"];
border-radius: 12px; border-radius: 12px;
background-color: @background;
} }
/* ---- Imagebox ---- */ /* ---- Imagebox ---- */

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

@ -39,7 +39,7 @@ window {
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 12px; border-radius: 12px;
background-color: @background-color; background-image: url("~/.config/rofi/.current_wallpaper", height);
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
@ -47,7 +47,7 @@ mainbox {
enabled: true; enabled: true;
orientation: vertical; orientation: vertical;
padding: 8px; padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", width); background-color: transparent;
children: [ "inputbar", "imagebox" ]; children: [ "inputbar", "imagebox" ];
border-radius: 12px; border-radius: 12px;
} }

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

@ -39,7 +39,7 @@ window {
enabled: true; enabled: true;
border-radius: 15px; border-radius: 15px;
border-radius: 15px; border-radius: 15px;
background-color: @background-color; background-image: url("~/.config/rofi/.current_wallpaper", height);
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
@ -47,10 +47,9 @@ mainbox {
enabled: true; enabled: true;
orientation: horizontal; orientation: horizontal;
padding: 8px; padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", height); background-color: transparent;
children: [ "imagebox"]; children: [ "imagebox"];
border-radius: 12px; border-radius: 12px;
background-color: @background;
} }
/* ---- Imagebox ---- */ /* ---- Imagebox ---- */

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

@ -39,7 +39,8 @@ window {
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 12px; border-radius: 12px;
background-color: @background-color; background-image: url("~/.config/rofi/.current_wallpaper", height);
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
@ -47,10 +48,9 @@ mainbox {
enabled: true; enabled: true;
orientation: vertical; orientation: vertical;
padding: 8px; padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", height); background-color: transparent;
children: [ "imagebox" ]; children: [ "imagebox" ];
border-radius: 12px; border-radius: 12px;
background-color: @background;
} }
/* ---- Imagebox ---- */ /* ---- Imagebox ---- */

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

@ -40,7 +40,8 @@ window {
enabled: true; enabled: true;
border-radius: 12px; border-radius: 12px;
border-radius: 12px; border-radius: 12px;
background-color: @background-color; background-image: url("~/.config/rofi/.current_wallpaper", height);
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
@ -48,10 +49,9 @@ mainbox {
enabled: true; enabled: true;
orientation: horizontal; orientation: horizontal;
padding: 8px; padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", height); background-color: transparent;
children: [ "imagebox"]; children: [ "imagebox"];
border-radius: 12px; border-radius: 12px;
background-color: @background;
} }
/* ---- Imagebox ---- */ /* ---- Imagebox ---- */

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

@ -40,7 +40,6 @@ window {
enabled: true; enabled: true;
border-radius: 12px; border-radius: 12px;
border-radius: 12px; border-radius: 12px;
background-color: transparent;
background-image: url("~/.config/rofi/.current_wallpaper", height); background-image: url("~/.config/rofi/.current_wallpaper", height);
} }

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

@ -40,7 +40,7 @@ window {
enabled: true; enabled: true;
border-radius: 12px; border-radius: 12px;
border-radius: 12px; border-radius: 12px;
background-color: @background-color; background-image: url("~/.config/rofi/.current_wallpaper", height);
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
@ -48,7 +48,7 @@ mainbox {
enabled: true; enabled: true;
orientation: vertical; orientation: vertical;
padding: 8px; padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", height); background-color: transparent;
children: [ "inputbar", "listbox"]; children: [ "inputbar", "listbox"];
border-radius: 12px; border-radius: 12px;
} }

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

@ -40,7 +40,7 @@ window {
enabled: true; enabled: true;
border-radius: 12px; border-radius: 12px;
border-radius: 12px; border-radius: 12px;
background-color: @background-color; background-image: url("~/.config/rofi/.current_wallpaper", height);
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
@ -48,7 +48,7 @@ mainbox {
enabled: true; enabled: true;
orientation: vertical; orientation: vertical;
padding: 8px; padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", height); background-color: transparent;
children: [ "inputbar", "listbox"]; children: [ "inputbar", "listbox"];
border-radius: 12px; border-radius: 12px;
} }

5
config/rofi/resolution/1440p/config-zsh-theme.rasi

@ -41,7 +41,7 @@ window {
enabled: true; enabled: true;
border-radius: 12px; border-radius: 12px;
border-radius: 12px; border-radius: 12px;
background-color: @background-color; background-image: url("~/.config/rofi/.current_wallpaper", width);
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
@ -49,10 +49,9 @@ mainbox {
enabled: true; enabled: true;
orientation: horizontal; orientation: horizontal;
padding: 8px; padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", width); background-color: transparent;
children: [ "imagebox"]; children: [ "imagebox"];
border-radius: 12px; border-radius: 12px;
background-color: @background;
} }
/* ---- Imagebox ---- */ /* ---- Imagebox ---- */

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

@ -39,7 +39,8 @@ window {
fullscreen: false; fullscreen: false;
enabled: true; enabled: true;
border-radius: 12px; border-radius: 12px;
background-color: @background-color; background-image: url("~/.config/rofi/.current_wallpaper", width);
} }
/* ---- Mainbox ---- */ /* ---- Mainbox ---- */
@ -47,7 +48,7 @@ mainbox {
enabled: true; enabled: true;
orientation: vertical; orientation: vertical;
padding: 8px; padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", width); background-color: transparent;
children: [ "inputbar", "imagebox" ]; children: [ "inputbar", "imagebox" ];
border-radius: 12px; border-radius: 12px;
} }

Loading…
Cancel
Save