From dbd225f9d575285edb89074031a7b9c536dcd3bf Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 19 Nov 2023 15:21:53 +0900 Subject: [PATCH] rofi more tweaked --- config/rofi/config-compact.rasi | 94 ++++++++----------- config/rofi/config-long.rasi | 17 ++-- config/rofi/config-rofi-Beats.rasi | 92 ++++++++---------- config/rofi/config-wallpaper.rasi | 15 +-- config/rofi/config-waybar-layout.rasi | 14 +-- config/rofi/config-waybar-style.rasi | 12 ++- config/rofi/config.rasi | 55 +++++------ .../rofi/resolution/1080p/config-compact.rasi | 94 ++++++++----------- config/rofi/resolution/1080p/config-long.rasi | 17 ++-- .../resolution/1080p/config-rofi-Beats.rasi | 92 ++++++++---------- .../resolution/1080p/config-wallpaper.rasi | 15 +-- .../1080p/config-waybar-layout.rasi | 14 +-- .../resolution/1080p/config-waybar-style.rasi | 12 ++- config/rofi/resolution/1080p/config.rasi | 55 +++++------ .../rofi/resolution/1440p/config-compact.rasi | 94 ++++++++----------- config/rofi/resolution/1440p/config-long.rasi | 17 ++-- .../resolution/1440p/config-rofi-Beats.rasi | 92 ++++++++---------- .../resolution/1440p/config-wallpaper.rasi | 13 +-- .../1440p/config-waybar-layout.rasi | 12 ++- .../resolution/1440p/config-waybar-style.rasi | 10 +- config/rofi/resolution/1440p/config.rasi | 53 ++++++----- 21 files changed, 422 insertions(+), 467 deletions(-) diff --git a/config/rofi/config-compact.rasi b/config/rofi/config-compact.rasi index 78ca58c..020e6ab 100644 --- a/config/rofi/config-compact.rasi +++ b/config/rofi/config-compact.rasi @@ -1,4 +1,5 @@ /* ---- 馃挮 https://github.com/JaKooLit 馃挮 ---- */ +/* Main Config Hyprland Settings*/ /* ---- Configuration ---- */ configuration { @@ -15,6 +16,7 @@ configuration { me-accept-entry: "MousePrimary"; window-format: "{w} 路 {c} 路 {t}"; dpi: 1; + } /* ---- Load pywal colors (custom wal template) ---- */ @@ -22,11 +24,11 @@ configuration { /* ---- Window ---- */ window { - width: 42%; + width: 35%; x-offset: 0px; y-offset: 0px; spacing: 0px; - padding: 0px; + padding: 2px; margin: 0px; color: transparent; border: 1px; @@ -37,23 +39,21 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 10px; + border-radius: 15px; } /* ---- Mainbox ---- */ mainbox { enabled: true; orientation: horizontal; - spacing: 0px; - margin: 0px; - background-color: transparent; - background-image: url("~/.config/rofi/.current_wallpaper",width); + padding: 20px; + background-image: url("~/.config/rofi/.current_wallpaper", width); children: [ "imagebox", "listbox" ]; + border-radius: 10px; } /* ---- Imagebox ---- */ imagebox { - padding: 18px; background-color: transparent; orientation: vertical; children: [ "inputbar", "dummy", "mode-switcher" ]; @@ -61,10 +61,11 @@ imagebox { /* ---- Listbox ---- */ listbox { - spacing: 20px; + spacing: 4px; background-color: transparent; orientation: vertical; - children: [ "message", "listview" ]; + children: [ "listview" ]; + border-radius: 10px; } /* ---- Dummy ---- */ dummy { @@ -76,24 +77,22 @@ inputbar { enabled: true; text-color: @foreground; spacing: 10px; - padding: 15px; + padding: 10px; border-radius: 10px; border-color: @foreground; - background-color: transparent; + background-color: @backrgound; children: [ "textbox-prompt-colon", "entry" ]; } textbox-prompt-colon { enabled: true; expand: false; - str: "馃攷 "; + str: "馃攷"; text-color: inherit; - background-color: transparent; } entry { enabled: true; - background-color: transparent; text-color: inherit; cursor: text; placeholder: "View / Edit Hyprland Settings"; @@ -103,43 +102,39 @@ entry { /* ---- Mode Switcher ---- */ mode-switcher{ enabled: true; - spacing: 20px; - background-color: transparent; + spacing: 10px; + background-color: transparent; text-color: @foreground; } button { - padding: 10px; - border-radius: 10px; - background-color: transparent; - text-color: inherit; - cursor: pointer; - border: 0px; + padding: 10px; + border-radius: 10px; + background-color: @background; + text-color: inherit; + cursor: pointer; } button selected { - background-color: @selected-normal-background; - text-color: @foreground; + background-color: @selected-normal-background; + text-color: @foreground; } /* ---- Listview ---- */ listview { - enabled: true; - columns: 1; - lines: 8; - cycle: true; - dynamic: true; - scrollbar: false; - layout: vertical; - reverse: false; - fixed-height: true; - fixed-columns: true; - spacing: 0px; - padding: 10px; - margin: 0px; - border-radius: 10px; - border: 0px; - background-color: transparent; + enabled: true; + columns: 1; + lines: 7; + spacing: 4px; + dynamic: true; + cycle: true; + scrollbar: false; + layout: vertical; + reverse: false; + fixed-height: true; + fixed-columns: false; + background-color: @background; + border-radius: 10px; } /* ---- Element ---- */ @@ -148,7 +143,7 @@ element { padding: 5px; margin: 2px; cursor: pointer; - background-color: transparent; + background-color: transparent; border-radius: 10px; border: 0px; } @@ -215,27 +210,20 @@ element-text { /*****----- Message -----*****/ message { - background-color: transparent; - border: 0px; + background-color: @background; margin: 20px 0px 0px 0px; - padding: 0px; - spacing: 0px; border-radius: 10px; } textbox { padding: 15px; - margin: 0px; - border-radius: 0px; - background-color: transparent; + background-color: @background; text-color: @foreground; - vertical-align: 0.5; - horizontal-align: 0.0; } error-message { padding: 15px; - border-radius: 20px; - background-color: @background; + border-radius: 20px; + background-color: @background; text-color: @foreground; } diff --git a/config/rofi/config-long.rasi b/config/rofi/config-long.rasi index 58d7731..d4ac70d 100644 --- a/config/rofi/config-long.rasi +++ b/config/rofi/config-long.rasi @@ -1,5 +1,5 @@ /* ---- 馃挮 https://github.com/JaKooLit 馃挮 ---- */ - +/* Main Config (long) */ /* ---- Configuration ---- */ configuration { modi: "drun,run"; @@ -37,7 +37,7 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 10px; + border-radius: 15px; } /* ---- Mainbox ---- */ @@ -46,9 +46,10 @@ mainbox { orientation: vertical; spacing: 0px; margin: 0px; - background-color: transparent; + padding: 20px; background-image: url("~/.config/rofi/.current_wallpaper", height); children: [ "listbox" ]; + border-radius: 10px; } /* ---- Imagebox ---- */ @@ -65,6 +66,7 @@ listbox { background-color: transparent; orientation: vertical; children: [ "inputbar", "message", "listview" ]; + border-radius: 10px; } /* ---- Dummy ---- */ dummy { @@ -76,10 +78,10 @@ inputbar { enabled: true; text-color: @foreground; spacing: 10px; - padding: 20px; + padding: 10px; border-radius: 10px; border-color: @foreground; - background-color: transparent; + background-color: @background; children: [ "textbox-prompt-colon", "entry" ]; } @@ -96,7 +98,7 @@ entry { background-color: transparent; text-color: inherit; cursor: text; - placeholder: "Choose"; + placeholder: "Search"; placeholder-color: inherit; } @@ -139,7 +141,8 @@ listview { margin: 0px; border-radius: 10px; border: 0px; - background-color: transparent; + background-color: @background; + border-radius: 10px; } /* ---- Element ---- */ diff --git a/config/rofi/config-rofi-Beats.rasi b/config/rofi/config-rofi-Beats.rasi index fae4c9a..6ab7b34 100644 --- a/config/rofi/config-rofi-Beats.rasi +++ b/config/rofi/config-rofi-Beats.rasi @@ -1,4 +1,5 @@ /* ---- 馃挮 https://github.com/JaKooLit 馃挮 ---- */ +/* Main Config (main)*/ /* ---- Configuration ---- */ configuration { @@ -15,6 +16,7 @@ configuration { me-accept-entry: "MousePrimary"; window-format: "{w} 路 {c} 路 {t}"; dpi: 1; + } /* ---- Load pywal colors (custom wal template) ---- */ @@ -26,7 +28,7 @@ window { x-offset: 0px; y-offset: 0px; spacing: 0px; - padding: 0px; + padding: 2px; margin: 0px; color: transparent; border: 1px; @@ -37,23 +39,21 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 10px; + border-radius: 15px; } /* ---- Mainbox ---- */ mainbox { enabled: true; orientation: horizontal; - spacing: 0px; - margin: 0px; - background-color: transparent; - background-image: url("~/.config/rofi/.current_wallpaper",width); + padding: 20px; + background-image: url("~/.config/rofi/.current_wallpaper", width); children: [ "imagebox", "listbox" ]; + border-radius: 10px; } /* ---- Imagebox ---- */ imagebox { - padding: 18px; background-color: transparent; orientation: vertical; children: [ "inputbar", "dummy", "mode-switcher" ]; @@ -61,10 +61,11 @@ imagebox { /* ---- Listbox ---- */ listbox { - spacing: 20px; + spacing: 4px; background-color: transparent; orientation: vertical; - children: [ "message", "listview" ]; + children: [ "listview" ]; + border-radius: 10px; } /* ---- Dummy ---- */ dummy { @@ -76,24 +77,22 @@ inputbar { enabled: true; text-color: @foreground; spacing: 10px; - padding: 15px; + padding: 10px; border-radius: 10px; border-color: @foreground; - background-color: transparent; + background-color: @backrgound; children: [ "textbox-prompt-colon", "entry" ]; } textbox-prompt-colon { enabled: true; expand: false; - str: "馃摶 "; + str: "馃摶"; text-color: inherit; - background-color: transparent; } entry { enabled: true; - background-color: transparent; text-color: inherit; cursor: text; placeholder: "Choose Online Music"; @@ -103,43 +102,39 @@ entry { /* ---- Mode Switcher ---- */ mode-switcher{ enabled: true; - spacing: 20px; - background-color: transparent; + spacing: 10px; + background-color: transparent; text-color: @foreground; } button { - padding: 10px; - border-radius: 10px; - background-color: transparent; - text-color: inherit; - cursor: pointer; - border: 0px; + padding: 10px; + border-radius: 10px; + background-color: @background; + text-color: inherit; + cursor: pointer; } button selected { - background-color: @selected-normal-background; - text-color: @foreground; + background-color: @selected-normal-background; + text-color: @foreground; } /* ---- Listview ---- */ listview { - enabled: true; - columns: 1; - lines: 8; - cycle: true; - dynamic: true; - scrollbar: false; - layout: vertical; - reverse: false; - fixed-height: true; - fixed-columns: true; - spacing: 0px; - padding: 10px; - margin: 0px; - border-radius: 10px; - border: 0px; - background-color: transparent; + enabled: true; + columns: 1; + lines: 9; + spacing: 4px; + dynamic: true; + cycle: true; + scrollbar: false; + layout: vertical; + reverse: false; + fixed-height: true; + fixed-columns: false; + background-color: @background; + border-radius: 10px; } /* ---- Element ---- */ @@ -148,7 +143,7 @@ element { padding: 5px; margin: 2px; cursor: pointer; - background-color: transparent; + background-color: transparent; border-radius: 10px; border: 0px; } @@ -215,27 +210,20 @@ element-text { /*****----- Message -----*****/ message { - background-color: transparent; - border: 0px; + background-color: @background; margin: 20px 0px 0px 0px; - padding: 0px; - spacing: 0px; border-radius: 10px; } textbox { padding: 15px; - margin: 0px; - border-radius: 0px; - background-color: transparent; + background-color: @background; text-color: @foreground; - vertical-align: 0.5; - horizontal-align: 0.0; } error-message { padding: 15px; - border-radius: 20px; - background-color: @background; + border-radius: 20px; + background-color: @background; text-color: @foreground; } diff --git a/config/rofi/config-wallpaper.rasi b/config/rofi/config-wallpaper.rasi index 88e0a5f..7a51fd1 100644 --- a/config/rofi/config-wallpaper.rasi +++ b/config/rofi/config-wallpaper.rasi @@ -1,5 +1,5 @@ /* ---- 馃挮 https://github.com/JaKooLit 馃挮 ---- */ -/* Main Config */ +/* Main Config wallpaper*/ /* ---- Configuration ---- */ configuration { @@ -39,7 +39,7 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 10px; + border-radius: 15px; } /* ---- Mainbox ---- */ @@ -47,8 +47,9 @@ mainbox { enabled: true; orientation: horizontal; padding: 20px; - background-image: url("~/.config/rofi/.current_wallpaper", height); + background-image: url("~/.config/rofi/.current_wallpaper", width); children: [ "imagebox", "listbox" ]; + border-radius: 10px; } /* ---- Imagebox ---- */ @@ -75,10 +76,10 @@ inputbar { enabled: true; text-color: @foreground; spacing: 10px; - padding: 15px; + padding: 10px; border-radius: 10px; border-color: @foreground; - background-color: transparent; + background-color: @backrgound; children: [ "textbox-prompt-colon", "entry" ]; } @@ -127,14 +128,14 @@ listview { lines: 10; spacing: 4px; dynamic: true; - enabled: true; cycle: true; scrollbar: true; layout: vertical; reverse: false; fixed-height: true; fixed-columns: false; - background-color: transparent; + background-color: @background; + border-radius: 10px; } /* ---- Element ---- */ diff --git a/config/rofi/config-waybar-layout.rasi b/config/rofi/config-waybar-layout.rasi index 1621183..0ac60e9 100644 --- a/config/rofi/config-waybar-layout.rasi +++ b/config/rofi/config-waybar-layout.rasi @@ -1,5 +1,5 @@ /* ---- 馃挮 https://github.com/JaKooLit 馃挮 ---- */ - +/* config - Waybar */ /* ---- Configuration ---- */ configuration { modi: "drun,run"; @@ -22,7 +22,7 @@ configuration { /* ---- Window ---- */ window { - width: 40%; + width: 34%; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -37,7 +37,7 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 10px; + border-radius: 15px; } /* ---- Mainbox ---- */ @@ -47,6 +47,7 @@ mainbox { padding: 20px; background-image: url("~/.config/rofi/.current_wallpaper", height); children: [ "imagebox", "listbox" ]; + border-radius: 10px; } /* ---- Imagebox ---- */ @@ -76,7 +77,7 @@ inputbar { padding: 15px; border-radius: 10px; border-color: @foreground; - background-color: transparent; + background-color: @backrgound; children: [ "textbox-prompt-colon", "entry" ]; } @@ -93,7 +94,7 @@ entry { background-color: transparent; text-color: inherit; cursor: text; - placeholder: "Choose Waybar Style"; + placeholder: "Choose Waybar Layout"; placeholder-color: inherit; } @@ -131,7 +132,8 @@ listview { reverse: false; fixed-height: true; fixed-columns: false; - background-color: transparent; + background-color: @background; + border-radius: 10px; } /* ---- Element ---- */ diff --git a/config/rofi/config-waybar-style.rasi b/config/rofi/config-waybar-style.rasi index 1621183..741d21f 100644 --- a/config/rofi/config-waybar-style.rasi +++ b/config/rofi/config-waybar-style.rasi @@ -1,5 +1,5 @@ /* ---- 馃挮 https://github.com/JaKooLit 馃挮 ---- */ - +/* config - Waybar */ /* ---- Configuration ---- */ configuration { modi: "drun,run"; @@ -22,7 +22,7 @@ configuration { /* ---- Window ---- */ window { - width: 40%; + width: 34%; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -37,7 +37,7 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 10px; + border-radius: 15px; } /* ---- Mainbox ---- */ @@ -47,6 +47,7 @@ mainbox { padding: 20px; background-image: url("~/.config/rofi/.current_wallpaper", height); children: [ "imagebox", "listbox" ]; + border-radius: 10px; } /* ---- Imagebox ---- */ @@ -76,7 +77,7 @@ inputbar { padding: 15px; border-radius: 10px; border-color: @foreground; - background-color: transparent; + background-color: @backrgound; children: [ "textbox-prompt-colon", "entry" ]; } @@ -131,7 +132,8 @@ listview { reverse: false; fixed-height: true; fixed-columns: false; - background-color: transparent; + background-color: @background; + border-radius: 10px; } /* ---- Element ---- */ diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index f36ff12..de7d349 100644 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -1,5 +1,5 @@ /* ---- 馃挮 https://github.com/JaKooLit 馃挮 ---- */ -/* Main Config */ +/* Main Config (main) */ /* ---- Configuration ---- */ configuration { @@ -24,7 +24,7 @@ configuration { /* ---- Window ---- */ window { - width: 40%; + width: 35%; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -39,7 +39,7 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 10px; + border-radius: 15px; } /* ---- Mainbox ---- */ @@ -49,6 +49,7 @@ mainbox { padding: 20px; background-image: url("~/.config/rofi/.current_wallpaper", width); children: [ "imagebox", "listbox" ]; + border-radius: 10px; } /* ---- Imagebox ---- */ @@ -64,7 +65,9 @@ listbox { background-color: transparent; orientation: vertical; children: [ "listview" ]; + border-radius: 10px; } + /* ---- Dummy ---- */ dummy { background-color: transparent; @@ -75,24 +78,22 @@ inputbar { enabled: true; text-color: @foreground; spacing: 10px; - padding: 15px; + padding: 10px; border-radius: 10px; border-color: @foreground; - background-color: transparent; + background-color: @background; children: [ "textbox-prompt-colon", "entry" ]; } textbox-prompt-colon { enabled: true; expand: false; - str: "馃攷 "; + str: "馃攷"; text-color: inherit; - background-color: transparent; } entry { enabled: true; - background-color: transparent; text-color: inherit; cursor: text; placeholder: "Search"; @@ -102,15 +103,15 @@ entry { /* ---- Mode Switcher ---- */ mode-switcher{ enabled: true; - spacing: 20px; - background-color: transparent; + spacing: 10px; + background-color: transparent; text-color: @foreground; } button { padding: 10px; border-radius: 10px; - background-color: transparent; + background-color: @background; text-color: inherit; cursor: pointer; } @@ -122,19 +123,19 @@ button selected { /* ---- Listview ---- */ listview { - enabled: true; - columns: 1; - lines: 8; - spacing: 4px; - dynamic: true; - enabled: true; - cycle: true; - scrollbar: false; - layout: vertical; - reverse: true; - fixed-height: true; - fixed-columns: false; - background-color: transparent; + enabled: true; + columns: 1; + lines: 9; + spacing: 4px; + dynamic: true; + cycle: true; + scrollbar: false; + layout: vertical; + reverse: true; + fixed-height: true; + fixed-columns: false; + background-color: @background; + border-radius: 10px; } /* ---- Element ---- */ @@ -143,7 +144,7 @@ element { padding: 5px; margin: 2px; cursor: pointer; - background-color: transparent; + background-color: transparent; border-radius: 10px; border: 0px; } @@ -210,14 +211,14 @@ element-text { /*****----- Message -----*****/ message { - background-color: transparent; + background-color: @background; margin: 20px 0px 0px 0px; border-radius: 10px; } textbox { padding: 15px; - background-color: transparent; + background-color: @background; text-color: @foreground; } diff --git a/config/rofi/resolution/1080p/config-compact.rasi b/config/rofi/resolution/1080p/config-compact.rasi index 78ca58c..020e6ab 100644 --- a/config/rofi/resolution/1080p/config-compact.rasi +++ b/config/rofi/resolution/1080p/config-compact.rasi @@ -1,4 +1,5 @@ /* ---- 馃挮 https://github.com/JaKooLit 馃挮 ---- */ +/* Main Config Hyprland Settings*/ /* ---- Configuration ---- */ configuration { @@ -15,6 +16,7 @@ configuration { me-accept-entry: "MousePrimary"; window-format: "{w} 路 {c} 路 {t}"; dpi: 1; + } /* ---- Load pywal colors (custom wal template) ---- */ @@ -22,11 +24,11 @@ configuration { /* ---- Window ---- */ window { - width: 42%; + width: 35%; x-offset: 0px; y-offset: 0px; spacing: 0px; - padding: 0px; + padding: 2px; margin: 0px; color: transparent; border: 1px; @@ -37,23 +39,21 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 10px; + border-radius: 15px; } /* ---- Mainbox ---- */ mainbox { enabled: true; orientation: horizontal; - spacing: 0px; - margin: 0px; - background-color: transparent; - background-image: url("~/.config/rofi/.current_wallpaper",width); + padding: 20px; + background-image: url("~/.config/rofi/.current_wallpaper", width); children: [ "imagebox", "listbox" ]; + border-radius: 10px; } /* ---- Imagebox ---- */ imagebox { - padding: 18px; background-color: transparent; orientation: vertical; children: [ "inputbar", "dummy", "mode-switcher" ]; @@ -61,10 +61,11 @@ imagebox { /* ---- Listbox ---- */ listbox { - spacing: 20px; + spacing: 4px; background-color: transparent; orientation: vertical; - children: [ "message", "listview" ]; + children: [ "listview" ]; + border-radius: 10px; } /* ---- Dummy ---- */ dummy { @@ -76,24 +77,22 @@ inputbar { enabled: true; text-color: @foreground; spacing: 10px; - padding: 15px; + padding: 10px; border-radius: 10px; border-color: @foreground; - background-color: transparent; + background-color: @backrgound; children: [ "textbox-prompt-colon", "entry" ]; } textbox-prompt-colon { enabled: true; expand: false; - str: "馃攷 "; + str: "馃攷"; text-color: inherit; - background-color: transparent; } entry { enabled: true; - background-color: transparent; text-color: inherit; cursor: text; placeholder: "View / Edit Hyprland Settings"; @@ -103,43 +102,39 @@ entry { /* ---- Mode Switcher ---- */ mode-switcher{ enabled: true; - spacing: 20px; - background-color: transparent; + spacing: 10px; + background-color: transparent; text-color: @foreground; } button { - padding: 10px; - border-radius: 10px; - background-color: transparent; - text-color: inherit; - cursor: pointer; - border: 0px; + padding: 10px; + border-radius: 10px; + background-color: @background; + text-color: inherit; + cursor: pointer; } button selected { - background-color: @selected-normal-background; - text-color: @foreground; + background-color: @selected-normal-background; + text-color: @foreground; } /* ---- Listview ---- */ listview { - enabled: true; - columns: 1; - lines: 8; - cycle: true; - dynamic: true; - scrollbar: false; - layout: vertical; - reverse: false; - fixed-height: true; - fixed-columns: true; - spacing: 0px; - padding: 10px; - margin: 0px; - border-radius: 10px; - border: 0px; - background-color: transparent; + enabled: true; + columns: 1; + lines: 7; + spacing: 4px; + dynamic: true; + cycle: true; + scrollbar: false; + layout: vertical; + reverse: false; + fixed-height: true; + fixed-columns: false; + background-color: @background; + border-radius: 10px; } /* ---- Element ---- */ @@ -148,7 +143,7 @@ element { padding: 5px; margin: 2px; cursor: pointer; - background-color: transparent; + background-color: transparent; border-radius: 10px; border: 0px; } @@ -215,27 +210,20 @@ element-text { /*****----- Message -----*****/ message { - background-color: transparent; - border: 0px; + background-color: @background; margin: 20px 0px 0px 0px; - padding: 0px; - spacing: 0px; border-radius: 10px; } textbox { padding: 15px; - margin: 0px; - border-radius: 0px; - background-color: transparent; + background-color: @background; text-color: @foreground; - vertical-align: 0.5; - horizontal-align: 0.0; } error-message { padding: 15px; - border-radius: 20px; - background-color: @background; + border-radius: 20px; + background-color: @background; text-color: @foreground; } diff --git a/config/rofi/resolution/1080p/config-long.rasi b/config/rofi/resolution/1080p/config-long.rasi index 58d7731..d4ac70d 100644 --- a/config/rofi/resolution/1080p/config-long.rasi +++ b/config/rofi/resolution/1080p/config-long.rasi @@ -1,5 +1,5 @@ /* ---- 馃挮 https://github.com/JaKooLit 馃挮 ---- */ - +/* Main Config (long) */ /* ---- Configuration ---- */ configuration { modi: "drun,run"; @@ -37,7 +37,7 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 10px; + border-radius: 15px; } /* ---- Mainbox ---- */ @@ -46,9 +46,10 @@ mainbox { orientation: vertical; spacing: 0px; margin: 0px; - background-color: transparent; + padding: 20px; background-image: url("~/.config/rofi/.current_wallpaper", height); children: [ "listbox" ]; + border-radius: 10px; } /* ---- Imagebox ---- */ @@ -65,6 +66,7 @@ listbox { background-color: transparent; orientation: vertical; children: [ "inputbar", "message", "listview" ]; + border-radius: 10px; } /* ---- Dummy ---- */ dummy { @@ -76,10 +78,10 @@ inputbar { enabled: true; text-color: @foreground; spacing: 10px; - padding: 20px; + padding: 10px; border-radius: 10px; border-color: @foreground; - background-color: transparent; + background-color: @background; children: [ "textbox-prompt-colon", "entry" ]; } @@ -96,7 +98,7 @@ entry { background-color: transparent; text-color: inherit; cursor: text; - placeholder: "Choose"; + placeholder: "Search"; placeholder-color: inherit; } @@ -139,7 +141,8 @@ listview { margin: 0px; border-radius: 10px; border: 0px; - background-color: transparent; + background-color: @background; + border-radius: 10px; } /* ---- Element ---- */ diff --git a/config/rofi/resolution/1080p/config-rofi-Beats.rasi b/config/rofi/resolution/1080p/config-rofi-Beats.rasi index fae4c9a..6ab7b34 100644 --- a/config/rofi/resolution/1080p/config-rofi-Beats.rasi +++ b/config/rofi/resolution/1080p/config-rofi-Beats.rasi @@ -1,4 +1,5 @@ /* ---- 馃挮 https://github.com/JaKooLit 馃挮 ---- */ +/* Main Config (main)*/ /* ---- Configuration ---- */ configuration { @@ -15,6 +16,7 @@ configuration { me-accept-entry: "MousePrimary"; window-format: "{w} 路 {c} 路 {t}"; dpi: 1; + } /* ---- Load pywal colors (custom wal template) ---- */ @@ -26,7 +28,7 @@ window { x-offset: 0px; y-offset: 0px; spacing: 0px; - padding: 0px; + padding: 2px; margin: 0px; color: transparent; border: 1px; @@ -37,23 +39,21 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 10px; + border-radius: 15px; } /* ---- Mainbox ---- */ mainbox { enabled: true; orientation: horizontal; - spacing: 0px; - margin: 0px; - background-color: transparent; - background-image: url("~/.config/rofi/.current_wallpaper",width); + padding: 20px; + background-image: url("~/.config/rofi/.current_wallpaper", width); children: [ "imagebox", "listbox" ]; + border-radius: 10px; } /* ---- Imagebox ---- */ imagebox { - padding: 18px; background-color: transparent; orientation: vertical; children: [ "inputbar", "dummy", "mode-switcher" ]; @@ -61,10 +61,11 @@ imagebox { /* ---- Listbox ---- */ listbox { - spacing: 20px; + spacing: 4px; background-color: transparent; orientation: vertical; - children: [ "message", "listview" ]; + children: [ "listview" ]; + border-radius: 10px; } /* ---- Dummy ---- */ dummy { @@ -76,24 +77,22 @@ inputbar { enabled: true; text-color: @foreground; spacing: 10px; - padding: 15px; + padding: 10px; border-radius: 10px; border-color: @foreground; - background-color: transparent; + background-color: @backrgound; children: [ "textbox-prompt-colon", "entry" ]; } textbox-prompt-colon { enabled: true; expand: false; - str: "馃摶 "; + str: "馃摶"; text-color: inherit; - background-color: transparent; } entry { enabled: true; - background-color: transparent; text-color: inherit; cursor: text; placeholder: "Choose Online Music"; @@ -103,43 +102,39 @@ entry { /* ---- Mode Switcher ---- */ mode-switcher{ enabled: true; - spacing: 20px; - background-color: transparent; + spacing: 10px; + background-color: transparent; text-color: @foreground; } button { - padding: 10px; - border-radius: 10px; - background-color: transparent; - text-color: inherit; - cursor: pointer; - border: 0px; + padding: 10px; + border-radius: 10px; + background-color: @background; + text-color: inherit; + cursor: pointer; } button selected { - background-color: @selected-normal-background; - text-color: @foreground; + background-color: @selected-normal-background; + text-color: @foreground; } /* ---- Listview ---- */ listview { - enabled: true; - columns: 1; - lines: 8; - cycle: true; - dynamic: true; - scrollbar: false; - layout: vertical; - reverse: false; - fixed-height: true; - fixed-columns: true; - spacing: 0px; - padding: 10px; - margin: 0px; - border-radius: 10px; - border: 0px; - background-color: transparent; + enabled: true; + columns: 1; + lines: 9; + spacing: 4px; + dynamic: true; + cycle: true; + scrollbar: false; + layout: vertical; + reverse: false; + fixed-height: true; + fixed-columns: false; + background-color: @background; + border-radius: 10px; } /* ---- Element ---- */ @@ -148,7 +143,7 @@ element { padding: 5px; margin: 2px; cursor: pointer; - background-color: transparent; + background-color: transparent; border-radius: 10px; border: 0px; } @@ -215,27 +210,20 @@ element-text { /*****----- Message -----*****/ message { - background-color: transparent; - border: 0px; + background-color: @background; margin: 20px 0px 0px 0px; - padding: 0px; - spacing: 0px; border-radius: 10px; } textbox { padding: 15px; - margin: 0px; - border-radius: 0px; - background-color: transparent; + background-color: @background; text-color: @foreground; - vertical-align: 0.5; - horizontal-align: 0.0; } error-message { padding: 15px; - border-radius: 20px; - background-color: @background; + border-radius: 20px; + background-color: @background; text-color: @foreground; } diff --git a/config/rofi/resolution/1080p/config-wallpaper.rasi b/config/rofi/resolution/1080p/config-wallpaper.rasi index 88e0a5f..7a51fd1 100644 --- a/config/rofi/resolution/1080p/config-wallpaper.rasi +++ b/config/rofi/resolution/1080p/config-wallpaper.rasi @@ -1,5 +1,5 @@ /* ---- 馃挮 https://github.com/JaKooLit 馃挮 ---- */ -/* Main Config */ +/* Main Config wallpaper*/ /* ---- Configuration ---- */ configuration { @@ -39,7 +39,7 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 10px; + border-radius: 15px; } /* ---- Mainbox ---- */ @@ -47,8 +47,9 @@ mainbox { enabled: true; orientation: horizontal; padding: 20px; - background-image: url("~/.config/rofi/.current_wallpaper", height); + background-image: url("~/.config/rofi/.current_wallpaper", width); children: [ "imagebox", "listbox" ]; + border-radius: 10px; } /* ---- Imagebox ---- */ @@ -75,10 +76,10 @@ inputbar { enabled: true; text-color: @foreground; spacing: 10px; - padding: 15px; + padding: 10px; border-radius: 10px; border-color: @foreground; - background-color: transparent; + background-color: @backrgound; children: [ "textbox-prompt-colon", "entry" ]; } @@ -127,14 +128,14 @@ listview { lines: 10; spacing: 4px; dynamic: true; - enabled: true; cycle: true; scrollbar: true; layout: vertical; reverse: false; fixed-height: true; fixed-columns: false; - background-color: transparent; + background-color: @background; + border-radius: 10px; } /* ---- Element ---- */ diff --git a/config/rofi/resolution/1080p/config-waybar-layout.rasi b/config/rofi/resolution/1080p/config-waybar-layout.rasi index 1621183..0ac60e9 100644 --- a/config/rofi/resolution/1080p/config-waybar-layout.rasi +++ b/config/rofi/resolution/1080p/config-waybar-layout.rasi @@ -1,5 +1,5 @@ /* ---- 馃挮 https://github.com/JaKooLit 馃挮 ---- */ - +/* config - Waybar */ /* ---- Configuration ---- */ configuration { modi: "drun,run"; @@ -22,7 +22,7 @@ configuration { /* ---- Window ---- */ window { - width: 40%; + width: 34%; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -37,7 +37,7 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 10px; + border-radius: 15px; } /* ---- Mainbox ---- */ @@ -47,6 +47,7 @@ mainbox { padding: 20px; background-image: url("~/.config/rofi/.current_wallpaper", height); children: [ "imagebox", "listbox" ]; + border-radius: 10px; } /* ---- Imagebox ---- */ @@ -76,7 +77,7 @@ inputbar { padding: 15px; border-radius: 10px; border-color: @foreground; - background-color: transparent; + background-color: @backrgound; children: [ "textbox-prompt-colon", "entry" ]; } @@ -93,7 +94,7 @@ entry { background-color: transparent; text-color: inherit; cursor: text; - placeholder: "Choose Waybar Style"; + placeholder: "Choose Waybar Layout"; placeholder-color: inherit; } @@ -131,7 +132,8 @@ listview { reverse: false; fixed-height: true; fixed-columns: false; - background-color: transparent; + background-color: @background; + border-radius: 10px; } /* ---- Element ---- */ diff --git a/config/rofi/resolution/1080p/config-waybar-style.rasi b/config/rofi/resolution/1080p/config-waybar-style.rasi index 1621183..741d21f 100644 --- a/config/rofi/resolution/1080p/config-waybar-style.rasi +++ b/config/rofi/resolution/1080p/config-waybar-style.rasi @@ -1,5 +1,5 @@ /* ---- 馃挮 https://github.com/JaKooLit 馃挮 ---- */ - +/* config - Waybar */ /* ---- Configuration ---- */ configuration { modi: "drun,run"; @@ -22,7 +22,7 @@ configuration { /* ---- Window ---- */ window { - width: 40%; + width: 34%; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -37,7 +37,7 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 10px; + border-radius: 15px; } /* ---- Mainbox ---- */ @@ -47,6 +47,7 @@ mainbox { padding: 20px; background-image: url("~/.config/rofi/.current_wallpaper", height); children: [ "imagebox", "listbox" ]; + border-radius: 10px; } /* ---- Imagebox ---- */ @@ -76,7 +77,7 @@ inputbar { padding: 15px; border-radius: 10px; border-color: @foreground; - background-color: transparent; + background-color: @backrgound; children: [ "textbox-prompt-colon", "entry" ]; } @@ -131,7 +132,8 @@ listview { reverse: false; fixed-height: true; fixed-columns: false; - background-color: transparent; + background-color: @background; + border-radius: 10px; } /* ---- Element ---- */ diff --git a/config/rofi/resolution/1080p/config.rasi b/config/rofi/resolution/1080p/config.rasi index f36ff12..de7d349 100644 --- a/config/rofi/resolution/1080p/config.rasi +++ b/config/rofi/resolution/1080p/config.rasi @@ -1,5 +1,5 @@ /* ---- 馃挮 https://github.com/JaKooLit 馃挮 ---- */ -/* Main Config */ +/* Main Config (main) */ /* ---- Configuration ---- */ configuration { @@ -24,7 +24,7 @@ configuration { /* ---- Window ---- */ window { - width: 40%; + width: 35%; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -39,7 +39,7 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 10px; + border-radius: 15px; } /* ---- Mainbox ---- */ @@ -49,6 +49,7 @@ mainbox { padding: 20px; background-image: url("~/.config/rofi/.current_wallpaper", width); children: [ "imagebox", "listbox" ]; + border-radius: 10px; } /* ---- Imagebox ---- */ @@ -64,7 +65,9 @@ listbox { background-color: transparent; orientation: vertical; children: [ "listview" ]; + border-radius: 10px; } + /* ---- Dummy ---- */ dummy { background-color: transparent; @@ -75,24 +78,22 @@ inputbar { enabled: true; text-color: @foreground; spacing: 10px; - padding: 15px; + padding: 10px; border-radius: 10px; border-color: @foreground; - background-color: transparent; + background-color: @background; children: [ "textbox-prompt-colon", "entry" ]; } textbox-prompt-colon { enabled: true; expand: false; - str: "馃攷 "; + str: "馃攷"; text-color: inherit; - background-color: transparent; } entry { enabled: true; - background-color: transparent; text-color: inherit; cursor: text; placeholder: "Search"; @@ -102,15 +103,15 @@ entry { /* ---- Mode Switcher ---- */ mode-switcher{ enabled: true; - spacing: 20px; - background-color: transparent; + spacing: 10px; + background-color: transparent; text-color: @foreground; } button { padding: 10px; border-radius: 10px; - background-color: transparent; + background-color: @background; text-color: inherit; cursor: pointer; } @@ -122,19 +123,19 @@ button selected { /* ---- Listview ---- */ listview { - enabled: true; - columns: 1; - lines: 8; - spacing: 4px; - dynamic: true; - enabled: true; - cycle: true; - scrollbar: false; - layout: vertical; - reverse: true; - fixed-height: true; - fixed-columns: false; - background-color: transparent; + enabled: true; + columns: 1; + lines: 9; + spacing: 4px; + dynamic: true; + cycle: true; + scrollbar: false; + layout: vertical; + reverse: true; + fixed-height: true; + fixed-columns: false; + background-color: @background; + border-radius: 10px; } /* ---- Element ---- */ @@ -143,7 +144,7 @@ element { padding: 5px; margin: 2px; cursor: pointer; - background-color: transparent; + background-color: transparent; border-radius: 10px; border: 0px; } @@ -210,14 +211,14 @@ element-text { /*****----- Message -----*****/ message { - background-color: transparent; + background-color: @background; margin: 20px 0px 0px 0px; border-radius: 10px; } textbox { padding: 15px; - background-color: transparent; + background-color: @background; text-color: @foreground; } diff --git a/config/rofi/resolution/1440p/config-compact.rasi b/config/rofi/resolution/1440p/config-compact.rasi index 5bfda00..02038e8 100644 --- a/config/rofi/resolution/1440p/config-compact.rasi +++ b/config/rofi/resolution/1440p/config-compact.rasi @@ -1,4 +1,5 @@ /* ---- 馃挮 https://github.com/JaKooLit 馃挮 ---- */ +/* Main Config Hyprland Settings*/ /* ---- Configuration ---- */ configuration { @@ -15,6 +16,7 @@ configuration { me-accept-entry: "MousePrimary"; window-format: "{w} 路 {c} 路 {t}"; dpi: 1; + } /* ---- Load pywal colors (custom wal template) ---- */ @@ -22,11 +24,11 @@ configuration { /* ---- Window ---- */ window { - width: 40%; + width: 35%; x-offset: 0px; y-offset: 0px; spacing: 0px; - padding: 0px; + padding: 2px; margin: 0px; color: transparent; border: 1px; @@ -37,23 +39,21 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 10px; + border-radius: 15px; } /* ---- Mainbox ---- */ mainbox { enabled: true; orientation: horizontal; - spacing: 0px; - margin: 0px; - background-color: transparent; - background-image: url("~/.config/rofi/.current_wallpaper",width); + padding: 20px; + background-image: url("~/.config/rofi/.current_wallpaper", width); children: [ "imagebox", "listbox" ]; + border-radius: 10px; } /* ---- Imagebox ---- */ imagebox { - padding: 18px; background-color: transparent; orientation: vertical; children: [ "inputbar", "dummy", "mode-switcher" ]; @@ -61,10 +61,11 @@ imagebox { /* ---- Listbox ---- */ listbox { - spacing: 20px; + spacing: 4px; background-color: transparent; orientation: vertical; - children: [ "message", "listview" ]; + children: [ "listview" ]; + border-radius: 10px; } /* ---- Dummy ---- */ dummy { @@ -76,24 +77,22 @@ inputbar { enabled: true; text-color: @foreground; spacing: 10px; - padding: 15px; + padding: 10px; border-radius: 10px; border-color: @foreground; - background-color: transparent; + background-color: @backrgound; children: [ "textbox-prompt-colon", "entry" ]; } textbox-prompt-colon { enabled: true; expand: false; - str: "馃攷 "; + str: "馃攷"; text-color: inherit; - background-color: transparent; } entry { enabled: true; - background-color: transparent; text-color: inherit; cursor: text; placeholder: "View / Edit Hyprland Settings"; @@ -103,43 +102,39 @@ entry { /* ---- Mode Switcher ---- */ mode-switcher{ enabled: true; - spacing: 20px; - background-color: transparent; + spacing: 10px; + background-color: transparent; text-color: @foreground; } button { - padding: 10px; - border-radius: 10px; - background-color: transparent; - text-color: inherit; - cursor: pointer; - border: 0px; + padding: 10px; + border-radius: 10px; + background-color: @background; + text-color: inherit; + cursor: pointer; } button selected { - background-color: @selected-normal-background; - text-color: @foreground; + background-color: @selected-normal-background; + text-color: @foreground; } /* ---- Listview ---- */ listview { - enabled: true; - columns: 1; - lines: 8; - cycle: true; - dynamic: true; - scrollbar: false; - layout: vertical; - reverse: false; - fixed-height: true; - fixed-columns: true; - spacing: 0px; - padding: 10px; - margin: 0px; - border-radius: 10px; - border: 0px; - background-color: transparent; + enabled: true; + columns: 1; + lines: 7; + spacing: 4px; + dynamic: true; + cycle: true; + scrollbar: false; + layout: vertical; + reverse: false; + fixed-height: true; + fixed-columns: false; + background-color: @background; + border-radius: 10px; } /* ---- Element ---- */ @@ -148,7 +143,7 @@ element { padding: 5px; margin: 2px; cursor: pointer; - background-color: transparent; + background-color: transparent; border-radius: 10px; border: 0px; } @@ -215,27 +210,20 @@ element-text { /*****----- Message -----*****/ message { - background-color: transparent; - border: 0px; + background-color: @background; margin: 20px 0px 0px 0px; - padding: 0px; - spacing: 0px; border-radius: 10px; } textbox { padding: 15px; - margin: 0px; - border-radius: 0px; - background-color: transparent; + background-color: @background; text-color: @foreground; - vertical-align: 0.5; - horizontal-align: 0.0; } error-message { padding: 15px; - border-radius: 20px; - background-color: @background; + border-radius: 20px; + background-color: @background; text-color: @foreground; } diff --git a/config/rofi/resolution/1440p/config-long.rasi b/config/rofi/resolution/1440p/config-long.rasi index bfe8778..39dd868 100644 --- a/config/rofi/resolution/1440p/config-long.rasi +++ b/config/rofi/resolution/1440p/config-long.rasi @@ -1,5 +1,5 @@ /* ---- 馃挮 https://github.com/JaKooLit 馃挮 ---- */ - +/* Main Config (long) */ /* ---- Configuration ---- */ configuration { modi: "drun,run"; @@ -37,7 +37,7 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 10px; + border-radius: 15px; } /* ---- Mainbox ---- */ @@ -46,9 +46,10 @@ mainbox { orientation: vertical; spacing: 0px; margin: 0px; - background-color: transparent; + padding: 20px; background-image: url("~/.config/rofi/.current_wallpaper", height); children: [ "listbox" ]; + border-radius: 10px; } /* ---- Imagebox ---- */ @@ -65,6 +66,7 @@ listbox { background-color: transparent; orientation: vertical; children: [ "inputbar", "message", "listview" ]; + border-radius: 10px; } /* ---- Dummy ---- */ dummy { @@ -76,10 +78,10 @@ inputbar { enabled: true; text-color: @foreground; spacing: 10px; - padding: 20px; + padding: 10px; border-radius: 10px; border-color: @foreground; - background-color: transparent; + background-color: @background; children: [ "textbox-prompt-colon", "entry" ]; } @@ -96,7 +98,7 @@ entry { background-color: transparent; text-color: inherit; cursor: text; - placeholder: "Choose"; + placeholder: "Search"; placeholder-color: inherit; } @@ -139,7 +141,8 @@ listview { margin: 0px; border-radius: 10px; border: 0px; - background-color: transparent; + background-color: @background; + border-radius: 10px; } /* ---- Element ---- */ diff --git a/config/rofi/resolution/1440p/config-rofi-Beats.rasi b/config/rofi/resolution/1440p/config-rofi-Beats.rasi index b125007..cd6c4c5 100644 --- a/config/rofi/resolution/1440p/config-rofi-Beats.rasi +++ b/config/rofi/resolution/1440p/config-rofi-Beats.rasi @@ -1,4 +1,5 @@ /* ---- 馃挮 https://github.com/JaKooLit 馃挮 ---- */ +/* Main Config (main)*/ /* ---- Configuration ---- */ configuration { @@ -15,6 +16,7 @@ configuration { me-accept-entry: "MousePrimary"; window-format: "{w} 路 {c} 路 {t}"; dpi: 1; + } /* ---- Load pywal colors (custom wal template) ---- */ @@ -26,7 +28,7 @@ window { x-offset: 0px; y-offset: 0px; spacing: 0px; - padding: 0px; + padding: 2px; margin: 0px; color: transparent; border: 1px; @@ -37,23 +39,21 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 10px; + border-radius: 15px; } /* ---- Mainbox ---- */ mainbox { enabled: true; orientation: horizontal; - spacing: 0px; - margin: 0px; - background-color: transparent; - background-image: url("~/.config/rofi/.current_wallpaper",width); + padding: 20px; + background-image: url("~/.config/rofi/.current_wallpaper", width); children: [ "imagebox", "listbox" ]; + border-radius: 10px; } /* ---- Imagebox ---- */ imagebox { - padding: 18px; background-color: transparent; orientation: vertical; children: [ "inputbar", "dummy", "mode-switcher" ]; @@ -61,10 +61,11 @@ imagebox { /* ---- Listbox ---- */ listbox { - spacing: 20px; + spacing: 4px; background-color: transparent; orientation: vertical; - children: [ "message", "listview" ]; + children: [ "listview" ]; + border-radius: 10px; } /* ---- Dummy ---- */ dummy { @@ -76,24 +77,22 @@ inputbar { enabled: true; text-color: @foreground; spacing: 10px; - padding: 15px; + padding: 10px; border-radius: 10px; border-color: @foreground; - background-color: transparent; + background-color: @backrgound; children: [ "textbox-prompt-colon", "entry" ]; } textbox-prompt-colon { enabled: true; expand: false; - str: "馃摶 "; + str: "馃摶"; text-color: inherit; - background-color: transparent; } entry { enabled: true; - background-color: transparent; text-color: inherit; cursor: text; placeholder: "Choose Online Music"; @@ -103,43 +102,39 @@ entry { /* ---- Mode Switcher ---- */ mode-switcher{ enabled: true; - spacing: 20px; - background-color: transparent; + spacing: 10px; + background-color: transparent; text-color: @foreground; } button { - padding: 10px; - border-radius: 10px; - background-color: transparent; - text-color: inherit; - cursor: pointer; - border: 0px; + padding: 10px; + border-radius: 10px; + background-color: @background; + text-color: inherit; + cursor: pointer; } button selected { - background-color: @selected-normal-background; - text-color: @foreground; + background-color: @selected-normal-background; + text-color: @foreground; } /* ---- Listview ---- */ listview { - enabled: true; - columns: 1; - lines: 8; - cycle: true; - dynamic: true; - scrollbar: false; - layout: vertical; - reverse: false; - fixed-height: true; - fixed-columns: true; - spacing: 0px; - padding: 10px; - margin: 0px; - border-radius: 10px; - border: 0px; - background-color: transparent; + enabled: true; + columns: 1; + lines: 9; + spacing: 4px; + dynamic: true; + cycle: true; + scrollbar: false; + layout: vertical; + reverse: false; + fixed-height: true; + fixed-columns: false; + background-color: @background; + border-radius: 10px; } /* ---- Element ---- */ @@ -148,7 +143,7 @@ element { padding: 5px; margin: 2px; cursor: pointer; - background-color: transparent; + background-color: transparent; border-radius: 10px; border: 0px; } @@ -215,27 +210,20 @@ element-text { /*****----- Message -----*****/ message { - background-color: transparent; - border: 0px; + background-color: @background; margin: 20px 0px 0px 0px; - padding: 0px; - spacing: 0px; border-radius: 10px; } textbox { padding: 15px; - margin: 0px; - border-radius: 0px; - background-color: transparent; + background-color: @background; text-color: @foreground; - vertical-align: 0.5; - horizontal-align: 0.0; } error-message { padding: 15px; - border-radius: 20px; - background-color: @background; + border-radius: 20px; + background-color: @background; text-color: @foreground; } diff --git a/config/rofi/resolution/1440p/config-wallpaper.rasi b/config/rofi/resolution/1440p/config-wallpaper.rasi index e41487f..ba46628 100644 --- a/config/rofi/resolution/1440p/config-wallpaper.rasi +++ b/config/rofi/resolution/1440p/config-wallpaper.rasi @@ -1,5 +1,5 @@ /* ---- 馃挮 https://github.com/JaKooLit 馃挮 ---- */ -/* Main Config */ +/* Main Config wallpaper*/ /* ---- Configuration ---- */ configuration { @@ -39,7 +39,7 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 10px; + border-radius: 15px; } /* ---- Mainbox ---- */ @@ -49,6 +49,7 @@ mainbox { padding: 20px; background-image: url("~/.config/rofi/.current_wallpaper", width); children: [ "imagebox", "listbox" ]; + border-radius: 10px; } /* ---- Imagebox ---- */ @@ -75,10 +76,10 @@ inputbar { enabled: true; text-color: @foreground; spacing: 10px; - padding: 15px; + padding: 10px; border-radius: 10px; border-color: @foreground; - background-color: transparent; + background-color: @backrgound; children: [ "textbox-prompt-colon", "entry" ]; } @@ -127,14 +128,14 @@ listview { lines: 10; spacing: 4px; dynamic: true; - enabled: true; cycle: true; scrollbar: true; layout: vertical; reverse: false; fixed-height: true; fixed-columns: false; - background-color: transparent; + background-color: @background; + border-radius: 10px; } /* ---- Element ---- */ diff --git a/config/rofi/resolution/1440p/config-waybar-layout.rasi b/config/rofi/resolution/1440p/config-waybar-layout.rasi index e8739ec..e913860 100644 --- a/config/rofi/resolution/1440p/config-waybar-layout.rasi +++ b/config/rofi/resolution/1440p/config-waybar-layout.rasi @@ -1,5 +1,5 @@ /* ---- 馃挮 https://github.com/JaKooLit 馃挮 ---- */ - +/* config - Waybar */ /* ---- Configuration ---- */ configuration { modi: "drun,run"; @@ -37,7 +37,7 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 10px; + border-radius: 15px; } /* ---- Mainbox ---- */ @@ -47,6 +47,7 @@ mainbox { padding: 20px; background-image: url("~/.config/rofi/.current_wallpaper", height); children: [ "imagebox", "listbox" ]; + border-radius: 10px; } /* ---- Imagebox ---- */ @@ -76,7 +77,7 @@ inputbar { padding: 15px; border-radius: 10px; border-color: @foreground; - background-color: transparent; + background-color: @backrgound; children: [ "textbox-prompt-colon", "entry" ]; } @@ -93,7 +94,7 @@ entry { background-color: transparent; text-color: inherit; cursor: text; - placeholder: "Choose Waybar Style"; + placeholder: "Choose Waybar Layout"; placeholder-color: inherit; } @@ -131,7 +132,8 @@ listview { reverse: false; fixed-height: true; fixed-columns: false; - background-color: transparent; + background-color: @background; + border-radius: 10px; } /* ---- Element ---- */ diff --git a/config/rofi/resolution/1440p/config-waybar-style.rasi b/config/rofi/resolution/1440p/config-waybar-style.rasi index e8739ec..d2d032a 100644 --- a/config/rofi/resolution/1440p/config-waybar-style.rasi +++ b/config/rofi/resolution/1440p/config-waybar-style.rasi @@ -1,5 +1,5 @@ /* ---- 馃挮 https://github.com/JaKooLit 馃挮 ---- */ - +/* config - Waybar */ /* ---- Configuration ---- */ configuration { modi: "drun,run"; @@ -37,7 +37,7 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 10px; + border-radius: 15px; } /* ---- Mainbox ---- */ @@ -47,6 +47,7 @@ mainbox { padding: 20px; background-image: url("~/.config/rofi/.current_wallpaper", height); children: [ "imagebox", "listbox" ]; + border-radius: 10px; } /* ---- Imagebox ---- */ @@ -76,7 +77,7 @@ inputbar { padding: 15px; border-radius: 10px; border-color: @foreground; - background-color: transparent; + background-color: @backrgound; children: [ "textbox-prompt-colon", "entry" ]; } @@ -131,7 +132,8 @@ listview { reverse: false; fixed-height: true; fixed-columns: false; - background-color: transparent; + background-color: @background; + border-radius: 10px; } /* ---- Element ---- */ diff --git a/config/rofi/resolution/1440p/config.rasi b/config/rofi/resolution/1440p/config.rasi index 5954345..ba0bff1 100644 --- a/config/rofi/resolution/1440p/config.rasi +++ b/config/rofi/resolution/1440p/config.rasi @@ -1,5 +1,5 @@ /* ---- 馃挮 https://github.com/JaKooLit 馃挮 ---- */ -/* Main Config */ +/* Main Config (main) */ /* ---- Configuration ---- */ configuration { @@ -39,7 +39,7 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 10px; + border-radius: 15px; } /* ---- Mainbox ---- */ @@ -49,6 +49,7 @@ mainbox { padding: 20px; background-image: url("~/.config/rofi/.current_wallpaper", width); children: [ "imagebox", "listbox" ]; + border-radius: 10px; } /* ---- Imagebox ---- */ @@ -64,7 +65,9 @@ listbox { background-color: transparent; orientation: vertical; children: [ "listview" ]; + border-radius: 10px; } + /* ---- Dummy ---- */ dummy { background-color: transparent; @@ -75,24 +78,22 @@ inputbar { enabled: true; text-color: @foreground; spacing: 10px; - padding: 15px; + padding: 10px; border-radius: 10px; border-color: @foreground; - background-color: transparent; + background-color: @background; children: [ "textbox-prompt-colon", "entry" ]; } textbox-prompt-colon { enabled: true; expand: false; - str: "馃攷 "; + str: "馃攷"; text-color: inherit; - background-color: transparent; } entry { enabled: true; - background-color: transparent; text-color: inherit; cursor: text; placeholder: "Search"; @@ -102,15 +103,15 @@ entry { /* ---- Mode Switcher ---- */ mode-switcher{ enabled: true; - spacing: 20px; - background-color: transparent; + spacing: 10px; + background-color: transparent; text-color: @foreground; } button { padding: 10px; border-radius: 10px; - background-color: transparent; + background-color: @background; text-color: inherit; cursor: pointer; } @@ -122,19 +123,19 @@ button selected { /* ---- Listview ---- */ listview { - enabled: true; - columns: 1; - lines: 9; - spacing: 4px; - dynamic: true; - enabled: true; - cycle: true; - scrollbar: false; - layout: vertical; - reverse: true; - fixed-height: true; - fixed-columns: false; - background-color: transparent; + enabled: true; + columns: 1; + lines: 9; + spacing: 4px; + dynamic: true; + cycle: true; + scrollbar: false; + layout: vertical; + reverse: true; + fixed-height: true; + fixed-columns: false; + background-color: @background; + border-radius: 10px; } /* ---- Element ---- */ @@ -143,7 +144,7 @@ element { padding: 5px; margin: 2px; cursor: pointer; - background-color: transparent; + background-color: transparent; border-radius: 10px; border: 0px; } @@ -210,14 +211,14 @@ element-text { /*****----- Message -----*****/ message { - background-color: transparent; + background-color: @background; margin: 20px 0px 0px 0px; border-radius: 10px; } textbox { padding: 15px; - background-color: transparent; + background-color: @background; text-color: @foreground; }