aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJaKooLit <jimmielovejay.com>2023-11-19 09:47:24 +0900
committerJaKooLit <jimmielovejay.com>2023-11-19 09:47:24 +0900
commit57b2088bbbc3cd3c8e9c6da490bbe6709ea37b41 (patch)
tree533df04314734182330861f995d5abf3dc6eaa40 /config
parent8460e015243a8323ffb7483c13e1e2692f5ca59c (diff)
tweaked rofi
Diffstat (limited to 'config')
-rw-r--r--config/hypr/configs/Keybinds.conf8
-rw-r--r--config/rofi/config-compact.rasi23
-rw-r--r--config/rofi/config-long.rasi6
-rw-r--r--config/rofi/config-rofi-Beats.rasi2
-rw-r--r--config/rofi/config-wallpaper.rasi103
-rw-r--r--config/rofi/config-waybar-layout.rasi2
-rw-r--r--config/rofi/config-waybar-style.rasi2
-rw-r--r--config/rofi/config.rasi2
-rw-r--r--config/rofi/resolution/1080p/config-compact.rasi21
-rw-r--r--config/rofi/resolution/1080p/config-long.rasi4
-rw-r--r--config/rofi/resolution/1080p/config-wallpaper.rasi101
-rw-r--r--config/rofi/resolution/1440p/config-compact.rasi21
-rw-r--r--config/rofi/resolution/1440p/config-long.rasi4
-rw-r--r--config/rofi/resolution/1440p/config-wallpaper.rasi101
14 files changed, 189 insertions, 211 deletions
diff --git a/config/hypr/configs/Keybinds.conf b/config/hypr/configs/Keybinds.conf
index 1a8a56b7..7af1275b 100644
--- a/config/hypr/configs/Keybinds.conf
+++ b/config/hypr/configs/Keybinds.conf
@@ -15,11 +15,13 @@ $screenshot = $scriptsDir/ScreenShot.sh
$volume = $scriptsDir/Volume.sh
# see https://wiki.hyprland.org/Configuring/Binds/ for more
+# rofi launcher
+bindr = $mainMod, $mainMod_L, exec, pkill rofi || rofi -show drun -modi drun,filebrowser
+bind = $mainMod, D, exec, pkill rofi || rofi -show drun -modi drun,filebrowser
+#bind = CTRL, D, exec, pkill rofi || rofi -dmenu
+
bind = CTRL ALT, Delete, exec, hyprctl dispatch exit 0
bind = $mainMod SHIFT, C, exec, hyprctl reload
-bindr = $mainMod, $mainMod_L, exec, pkill rofi || rofi -show drun -modi run,drun,filebrowser
-bind = $mainMod, D, exec, pkill rofi || rofi -show drun -modi run,drun,filebrowser
-#bind = CTRL, D, exec, pkill rofi || rofi -dmenu
bind = $mainMod SHIFT, Q, killactive,
bind = $mainMod SHIFT, F, togglefloating,
bind = $mainMod ALT, F, exec, hyprctl dispatch workspaceopt allfloat
diff --git a/config/rofi/config-compact.rasi b/config/rofi/config-compact.rasi
index cf18dbe6..c6d41ab1 100644
--- a/config/rofi/config-compact.rasi
+++ b/config/rofi/config-compact.rasi
@@ -3,7 +3,7 @@
/* ---- Configuration ---- */
configuration {
modi: "drun,run";
- font: "Fira Code SemiBold 14";
+ font: "Fira Code SemiBold 12";
show-icons: true;
display-drun: "๎ฏ†";
display-run: "๏„ ";
@@ -23,14 +23,15 @@ configuration {
/* ---- Window ---- */
window {
width: 40%;
+ /*height: 45%;*/
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
padding: 0px;
margin: 0px;
color: transparent;
- border: 2px;
- border-color: @background;
+ border: 1px;
+ border-color: @active-background;
cursor: "default";
transparency: "real";
location: center;
@@ -46,8 +47,8 @@ mainbox {
orientation: horizontal;
spacing: 0px;
margin: 0px;
- background-color: transparent;
- background-image: url("~/.config/rofi/.current_wallpaper", width);
+ background-color: transparent;
+ background-image: url("~/.config/rofi/.current_wallpaper",width);
children: [ "imagebox", "listbox" ];
}
@@ -79,6 +80,7 @@ inputbar {
padding: 15px;
border-radius: 10px;
border-color: @foreground;
+ background-color: transparent;
children: [ "textbox-prompt-colon", "entry" ];
}
@@ -87,6 +89,7 @@ textbox-prompt-colon {
expand: false;
str: "๐Ÿ”Ž ";
text-color: inherit;
+ background-color: transparent;
}
entry {
@@ -94,7 +97,7 @@ entry {
background-color: transparent;
text-color: inherit;
cursor: text;
- placeholder: "Choose";
+ placeholder: "View / Edit Hyprland Settings";
placeholder-color: inherit;
}
@@ -109,7 +112,7 @@ mode-switcher{
button {
padding: 10px;
border-radius: 10px;
- background-color: @background;
+ background-color: transparent;
text-color: inherit;
cursor: pointer;
border: 0px;
@@ -137,7 +140,7 @@ listview {
margin: 0px;
border-radius: 10px;
border: 0px;
- background-image: url("~/.config/rofi/.current_wallpaper", height);
+ background-color: transparent;
}
/* ---- Element ---- */
@@ -146,7 +149,7 @@ element {
padding: 5px;
margin: 2px;
cursor: pointer;
- background-color: @background;
+ background-color: transparent;
border-radius: 10px;
border: 0px;
}
@@ -225,7 +228,7 @@ textbox {
padding: 15px;
margin: 0px;
border-radius: 0px;
- background-color: @background;
+ background-color: transparent;
text-color: @foreground;
vertical-align: 0.5;
horizontal-align: 0.0;
diff --git a/config/rofi/config-long.rasi b/config/rofi/config-long.rasi
index aed3d781..58d77319 100644
--- a/config/rofi/config-long.rasi
+++ b/config/rofi/config-long.rasi
@@ -3,7 +3,7 @@
/* ---- Configuration ---- */
configuration {
modi: "drun,run";
- font: "Fira Code SemiBold 14";
+ font: "Fira Code SemiBold 12";
show-icons: true;
display-drun: "๎ฏ†";
display-run: "๏„ ";
@@ -22,7 +22,7 @@ configuration {
/* ---- Window ---- */
window {
- width: 30%;
+ width: 45%;
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@@ -126,7 +126,7 @@ button selected {
listview {
enabled: true;
columns: 1;
- lines: 20;
+ lines: 15;
cycle: true;
dynamic: true;
scrollbar: true;
diff --git a/config/rofi/config-rofi-Beats.rasi b/config/rofi/config-rofi-Beats.rasi
index d7656e52..c3619509 100644
--- a/config/rofi/config-rofi-Beats.rasi
+++ b/config/rofi/config-rofi-Beats.rasi
@@ -3,7 +3,7 @@
/* ---- Configuration ---- */
configuration {
modi: "drun,run";
- font: "Fira Code SemiBold 14";
+ font: "Fira Code SemiBold 12";
show-icons: true;
display-drun: "๎ฏ†";
display-run: "๏„ ";
diff --git a/config/rofi/config-wallpaper.rasi b/config/rofi/config-wallpaper.rasi
index 1b99abb9..b86ebe67 100644
--- a/config/rofi/config-wallpaper.rasi
+++ b/config/rofi/config-wallpaper.rasi
@@ -1,9 +1,10 @@
/* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */
+/* Main Config */
/* ---- Configuration ---- */
configuration {
modi: "drun,run";
- font: "Fira Code SemiBold 14";
+ font: "Fira Code SemiBold 12";
show-icons: true;
display-drun: "๎ฏ†";
display-run: "๏„ ";
@@ -15,6 +16,7 @@ configuration {
me-accept-entry: "MousePrimary";
window-format: "{w} ยท {c} ยท {t}";
dpi: 1;
+
}
/* ---- Load pywal colors (custom wal template) ---- */
@@ -22,15 +24,15 @@ configuration {
/* ---- Window ---- */
window {
- width: 20%;
+ width: 40%;
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
- padding: 0px;
+ padding: 2px;
margin: 0px;
color: transparent;
- border: 2px;
- border-color: @background;
+ border: 1px;
+ border-color: @active-background;
cursor: "default";
transparency: "real";
location: center;
@@ -43,28 +45,25 @@ window {
/* ---- Mainbox ---- */
mainbox {
enabled: true;
- orientation: vertical;
- spacing: 0px;
- margin: 0px;
- background-color: transparent;
- background-image: url("~/.config/rofi/.current_wallpaper", height);
- children: [ "listbox" ];
+ orientation: horizontal;
+ padding: 20px;
+ background-image: url("~/.config/rofi/.current_wallpaper", width);
+ children: [ "imagebox", "listbox" ];
}
/* ---- Imagebox ---- */
imagebox {
- padding: 6px;
- background-color: transparent;
+ background-color: transparent;
orientation: vertical;
children: [ "inputbar", "dummy", "mode-switcher" ];
}
/* ---- Listbox ---- */
listbox {
- spacing: 20px;
+ spacing: 4px;
background-color: transparent;
orientation: vertical;
- children: [ "inputbar", "message", "listview" ];
+ children: [ "listview" ];
}
/* ---- Dummy ---- */
dummy {
@@ -76,19 +75,19 @@ inputbar {
enabled: true;
text-color: @foreground;
spacing: 10px;
- padding: 20px;
+ padding: 15px;
border-radius: 10px;
border-color: @foreground;
- background-color: transparent;
+ background-color: transparent;
children: [ "textbox-prompt-colon", "entry" ];
}
textbox-prompt-colon {
enabled: true;
expand: false;
- str: "๐Ÿ”Ž ";
+ str: "๓ฐธ‰ ";
text-color: inherit;
- background-color: transparent;
+ background-color: transparent;
}
entry {
@@ -96,7 +95,7 @@ entry {
background-color: transparent;
text-color: inherit;
cursor: text;
- placeholder: "Choose Wallpaper";
+ placeholder: "Choose Desired wallpaper";
placeholder-color: inherit;
}
@@ -109,47 +108,44 @@ mode-switcher{
}
button {
- padding: 10px;
- border-radius: 10px;
- background-color: @background;
- text-color: inherit;
- cursor: pointer;
- border: 0px;
+ padding: 10px;
+ border-radius: 10px;
+ background-color: transparent;
+ 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: 10;
- cycle: true;
- dynamic: true;
- scrollbar: true;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
- spacing: 0px;
- padding: 2px;
- margin: 0px;
- border-radius: 10px;
- border: 0px;
- background-color: transparent;
+ enabled: true;
+ columns: 1;
+ lines: 10;
+ spacing: 4px;
+ dynamic: true;
+ enabled: true;
+ cycle: true;
+ scrollbar: false;
+ layout: vertical;
+ reverse: true;
+ fixed-height: false;
+ fixed-columns: false;
+ background-color: transparent;
}
/* ---- Element ---- */
element {
enabled: true;
- padding: 2px;
+ padding: 5px;
margin: 2px;
cursor: pointer;
background-color: transparent;
border-radius: 10px;
+ border: 0px;
}
element normal.normal {
@@ -215,26 +211,19 @@ element-text {
/*****----- Message -----*****/
message {
background-color: transparent;
- border: 0px;
margin: 20px 0px 0px 0px;
- padding: 0px;
- spacing: 0px;
border-radius: 10px;
}
textbox {
- padding: 6px;
- margin: 0px;
- border-radius: 0px;
- background-color: transparent;
+ padding: 15px;
+ background-color: transparent;
text-color: @foreground;
- vertical-align: 0.5;
- horizontal-align: 0.0;
}
error-message {
- padding: 6px;
- border-radius: 20px;
- background-color: @background;
+ padding: 15px;
+ border-radius: 20px;
+ background-color: @background;
text-color: @foreground;
}
diff --git a/config/rofi/config-waybar-layout.rasi b/config/rofi/config-waybar-layout.rasi
index 3c3b6a7d..1c312277 100644
--- a/config/rofi/config-waybar-layout.rasi
+++ b/config/rofi/config-waybar-layout.rasi
@@ -3,7 +3,7 @@
/* ---- Configuration ---- */
configuration {
modi: "drun,run";
- font: "Fira Code SemiBold 14";
+ font: "Fira Code SemiBold 12";
show-icons: true;
display-drun: "๎ฏ†";
display-run: "๏„ ";
diff --git a/config/rofi/config-waybar-style.rasi b/config/rofi/config-waybar-style.rasi
index 3c3b6a7d..1c312277 100644
--- a/config/rofi/config-waybar-style.rasi
+++ b/config/rofi/config-waybar-style.rasi
@@ -3,7 +3,7 @@
/* ---- Configuration ---- */
configuration {
modi: "drun,run";
- font: "Fira Code SemiBold 14";
+ font: "Fira Code SemiBold 12";
show-icons: true;
display-drun: "๎ฏ†";
display-run: "๏„ ";
diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi
index 11a96709..6a06eae2 100644
--- a/config/rofi/config.rasi
+++ b/config/rofi/config.rasi
@@ -4,7 +4,7 @@
/* ---- Configuration ---- */
configuration {
modi: "drun,run";
- font: "Fira Code SemiBold 14";
+ font: "Fira Code SemiBold 12";
show-icons: true;
display-drun: "๎ฏ†";
display-run: "๏„ ";
diff --git a/config/rofi/resolution/1080p/config-compact.rasi b/config/rofi/resolution/1080p/config-compact.rasi
index 9e97306e..c6d41ab1 100644
--- a/config/rofi/resolution/1080p/config-compact.rasi
+++ b/config/rofi/resolution/1080p/config-compact.rasi
@@ -23,14 +23,15 @@ configuration {
/* ---- Window ---- */
window {
width: 40%;
+ /*height: 45%;*/
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
padding: 0px;
margin: 0px;
color: transparent;
- border: 2px;
- border-color: @background;
+ border: 1px;
+ border-color: @active-background;
cursor: "default";
transparency: "real";
location: center;
@@ -46,8 +47,8 @@ mainbox {
orientation: horizontal;
spacing: 0px;
margin: 0px;
- background-color: transparent;
- background-image: url("~/.config/rofi/.current_wallpaper", width);
+ background-color: transparent;
+ background-image: url("~/.config/rofi/.current_wallpaper",width);
children: [ "imagebox", "listbox" ];
}
@@ -79,6 +80,7 @@ inputbar {
padding: 15px;
border-radius: 10px;
border-color: @foreground;
+ background-color: transparent;
children: [ "textbox-prompt-colon", "entry" ];
}
@@ -87,6 +89,7 @@ textbox-prompt-colon {
expand: false;
str: "๐Ÿ”Ž ";
text-color: inherit;
+ background-color: transparent;
}
entry {
@@ -94,7 +97,7 @@ entry {
background-color: transparent;
text-color: inherit;
cursor: text;
- placeholder: "Choose";
+ placeholder: "View / Edit Hyprland Settings";
placeholder-color: inherit;
}
@@ -109,7 +112,7 @@ mode-switcher{
button {
padding: 10px;
border-radius: 10px;
- background-color: @background;
+ background-color: transparent;
text-color: inherit;
cursor: pointer;
border: 0px;
@@ -137,7 +140,7 @@ listview {
margin: 0px;
border-radius: 10px;
border: 0px;
- background-image: url("~/.config/rofi/.current_wallpaper", height);
+ background-color: transparent;
}
/* ---- Element ---- */
@@ -146,7 +149,7 @@ element {
padding: 5px;
margin: 2px;
cursor: pointer;
- background-color: @background;
+ background-color: transparent;
border-radius: 10px;
border: 0px;
}
@@ -225,7 +228,7 @@ textbox {
padding: 15px;
margin: 0px;
border-radius: 0px;
- background-color: @background;
+ background-color: transparent;
text-color: @foreground;
vertical-align: 0.5;
horizontal-align: 0.0;
diff --git a/config/rofi/resolution/1080p/config-long.rasi b/config/rofi/resolution/1080p/config-long.rasi
index a3d683a0..58d77319 100644
--- a/config/rofi/resolution/1080p/config-long.rasi
+++ b/config/rofi/resolution/1080p/config-long.rasi
@@ -22,7 +22,7 @@ configuration {
/* ---- Window ---- */
window {
- width: 30%;
+ width: 45%;
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@@ -126,7 +126,7 @@ button selected {
listview {
enabled: true;
columns: 1;
- lines: 20;
+ lines: 15;
cycle: true;
dynamic: true;
scrollbar: true;
diff --git a/config/rofi/resolution/1080p/config-wallpaper.rasi b/config/rofi/resolution/1080p/config-wallpaper.rasi
index 0ae66e22..b86ebe67 100644
--- a/config/rofi/resolution/1080p/config-wallpaper.rasi
+++ b/config/rofi/resolution/1080p/config-wallpaper.rasi
@@ -1,4 +1,5 @@
/* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */
+/* Main Config */
/* ---- 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,15 +24,15 @@ configuration {
/* ---- Window ---- */
window {
- width: 20%;
+ width: 40%;
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
- padding: 0px;
+ padding: 2px;
margin: 0px;
color: transparent;
- border: 2px;
- border-color: @background;
+ border: 1px;
+ border-color: @active-background;
cursor: "default";
transparency: "real";
location: center;
@@ -43,28 +45,25 @@ window {
/* ---- Mainbox ---- */
mainbox {
enabled: true;
- orientation: vertical;
- spacing: 0px;
- margin: 0px;
- background-color: transparent;
- background-image: url("~/.config/rofi/.current_wallpaper", height);
- children: [ "listbox" ];
+ orientation: horizontal;
+ padding: 20px;
+ background-image: url("~/.config/rofi/.current_wallpaper", width);
+ children: [ "imagebox", "listbox" ];
}
/* ---- Imagebox ---- */
imagebox {
- padding: 6px;
- background-color: transparent;
+ background-color: transparent;
orientation: vertical;
children: [ "inputbar", "dummy", "mode-switcher" ];
}
/* ---- Listbox ---- */
listbox {
- spacing: 20px;
+ spacing: 4px;
background-color: transparent;
orientation: vertical;
- children: [ "inputbar", "message", "listview" ];
+ children: [ "listview" ];
}
/* ---- Dummy ---- */
dummy {
@@ -76,19 +75,19 @@ inputbar {
enabled: true;
text-color: @foreground;
spacing: 10px;
- padding: 20px;
+ padding: 15px;
border-radius: 10px;
border-color: @foreground;
- background-color: transparent;
+ background-color: transparent;
children: [ "textbox-prompt-colon", "entry" ];
}
textbox-prompt-colon {
enabled: true;
expand: false;
- str: "๐Ÿ”Ž ";
+ str: "๓ฐธ‰ ";
text-color: inherit;
- background-color: transparent;
+ background-color: transparent;
}
entry {
@@ -96,7 +95,7 @@ entry {
background-color: transparent;
text-color: inherit;
cursor: text;
- placeholder: "Choose Wallpaper";
+ placeholder: "Choose Desired wallpaper";
placeholder-color: inherit;
}
@@ -109,47 +108,44 @@ mode-switcher{
}
button {
- padding: 10px;
- border-radius: 10px;
- background-color: @background;
- text-color: inherit;
- cursor: pointer;
- border: 0px;
+ padding: 10px;
+ border-radius: 10px;
+ background-color: transparent;
+ 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: 10;
- cycle: true;
- dynamic: true;
- scrollbar: true;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
- spacing: 0px;
- padding: 2px;
- margin: 0px;
- border-radius: 10px;
- border: 0px;
- background-color: transparent;
+ enabled: true;
+ columns: 1;
+ lines: 10;
+ spacing: 4px;
+ dynamic: true;
+ enabled: true;
+ cycle: true;
+ scrollbar: false;
+ layout: vertical;
+ reverse: true;
+ fixed-height: false;
+ fixed-columns: false;
+ background-color: transparent;
}
/* ---- Element ---- */
element {
enabled: true;
- padding: 2px;
+ padding: 5px;
margin: 2px;
cursor: pointer;
background-color: transparent;
border-radius: 10px;
+ border: 0px;
}
element normal.normal {
@@ -215,26 +211,19 @@ element-text {
/*****----- Message -----*****/
message {
background-color: transparent;
- border: 0px;
margin: 20px 0px 0px 0px;
- padding: 0px;
- spacing: 0px;
border-radius: 10px;
}
textbox {
- padding: 6px;
- margin: 0px;
- border-radius: 0px;
- background-color: transparent;
+ padding: 15px;
+ background-color: transparent;
text-color: @foreground;
- vertical-align: 0.5;
- horizontal-align: 0.0;
}
error-message {
- padding: 6px;
- border-radius: 20px;
- background-color: @background;
+ padding: 15px;
+ border-radius: 20px;
+ 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 cf18dbe6..d7a0750d 100644
--- a/config/rofi/resolution/1440p/config-compact.rasi
+++ b/config/rofi/resolution/1440p/config-compact.rasi
@@ -23,14 +23,15 @@ configuration {
/* ---- Window ---- */
window {
width: 40%;
+ /*height: 45%;*/
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
padding: 0px;
margin: 0px;
color: transparent;
- border: 2px;
- border-color: @background;
+ border: 1px;
+ border-color: @active-background;
cursor: "default";
transparency: "real";
location: center;
@@ -46,8 +47,8 @@ mainbox {
orientation: horizontal;
spacing: 0px;
margin: 0px;
- background-color: transparent;
- background-image: url("~/.config/rofi/.current_wallpaper", width);
+ background-color: transparent;
+ background-image: url("~/.config/rofi/.current_wallpaper",width);
children: [ "imagebox", "listbox" ];
}
@@ -79,6 +80,7 @@ inputbar {
padding: 15px;
border-radius: 10px;
border-color: @foreground;
+ background-color: transparent;
children: [ "textbox-prompt-colon", "entry" ];
}
@@ -87,6 +89,7 @@ textbox-prompt-colon {
expand: false;
str: "๐Ÿ”Ž ";
text-color: inherit;
+ background-color: transparent;
}
entry {
@@ -94,7 +97,7 @@ entry {
background-color: transparent;
text-color: inherit;
cursor: text;
- placeholder: "Choose";
+ placeholder: "View / Edit Hyprland Settings";
placeholder-color: inherit;
}
@@ -109,7 +112,7 @@ mode-switcher{
button {
padding: 10px;
border-radius: 10px;
- background-color: @background;
+ background-color: transparent;
text-color: inherit;
cursor: pointer;
border: 0px;
@@ -137,7 +140,7 @@ listview {
margin: 0px;
border-radius: 10px;
border: 0px;
- background-image: url("~/.config/rofi/.current_wallpaper", height);
+ background-color: transparent;
}
/* ---- Element ---- */
@@ -146,7 +149,7 @@ element {
padding: 5px;
margin: 2px;
cursor: pointer;
- background-color: @background;
+ background-color: transparent;
border-radius: 10px;
border: 0px;
}
@@ -225,7 +228,7 @@ textbox {
padding: 15px;
margin: 0px;
border-radius: 0px;
- background-color: @background;
+ background-color: transparent;
text-color: @foreground;
vertical-align: 0.5;
horizontal-align: 0.0;
diff --git a/config/rofi/resolution/1440p/config-long.rasi b/config/rofi/resolution/1440p/config-long.rasi
index aed3d781..bfe8778a 100644
--- a/config/rofi/resolution/1440p/config-long.rasi
+++ b/config/rofi/resolution/1440p/config-long.rasi
@@ -22,7 +22,7 @@ configuration {
/* ---- Window ---- */
window {
- width: 30%;
+ width: 45%;
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@@ -126,7 +126,7 @@ button selected {
listview {
enabled: true;
columns: 1;
- lines: 20;
+ lines: 15;
cycle: true;
dynamic: true;
scrollbar: true;
diff --git a/config/rofi/resolution/1440p/config-wallpaper.rasi b/config/rofi/resolution/1440p/config-wallpaper.rasi
index 1b99abb9..e83e8aa7 100644
--- a/config/rofi/resolution/1440p/config-wallpaper.rasi
+++ b/config/rofi/resolution/1440p/config-wallpaper.rasi
@@ -1,4 +1,5 @@
/* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */
+/* Main Config */
/* ---- 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,15 +24,15 @@ configuration {
/* ---- Window ---- */
window {
- width: 20%;
+ width: 40%;
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
- padding: 0px;
+ padding: 2px;
margin: 0px;
color: transparent;
- border: 2px;
- border-color: @background;
+ border: 1px;
+ border-color: @active-background;
cursor: "default";
transparency: "real";
location: center;
@@ -43,28 +45,25 @@ window {
/* ---- Mainbox ---- */
mainbox {
enabled: true;
- orientation: vertical;
- spacing: 0px;
- margin: 0px;
- background-color: transparent;
- background-image: url("~/.config/rofi/.current_wallpaper", height);
- children: [ "listbox" ];
+ orientation: horizontal;
+ padding: 20px;
+ background-image: url("~/.config/rofi/.current_wallpaper", width);
+ children: [ "imagebox", "listbox" ];
}
/* ---- Imagebox ---- */
imagebox {
- padding: 6px;
- background-color: transparent;
+ background-color: transparent;
orientation: vertical;
children: [ "inputbar", "dummy", "mode-switcher" ];
}
/* ---- Listbox ---- */
listbox {
- spacing: 20px;
+ spacing: 4px;
background-color: transparent;
orientation: vertical;
- children: [ "inputbar", "message", "listview" ];
+ children: [ "listview" ];
}
/* ---- Dummy ---- */
dummy {
@@ -76,19 +75,19 @@ inputbar {
enabled: true;
text-color: @foreground;
spacing: 10px;
- padding: 20px;
+ padding: 15px;
border-radius: 10px;
border-color: @foreground;
- background-color: transparent;
+ background-color: transparent;
children: [ "textbox-prompt-colon", "entry" ];
}
textbox-prompt-colon {
enabled: true;
expand: false;
- str: "๐Ÿ”Ž ";
+ str: "๓ฐธ‰ ";
text-color: inherit;
- background-color: transparent;
+ background-color: transparent;
}
entry {
@@ -96,7 +95,7 @@ entry {
background-color: transparent;
text-color: inherit;
cursor: text;
- placeholder: "Choose Wallpaper";
+ placeholder: "Choose Desired wallpaper";
placeholder-color: inherit;
}
@@ -109,47 +108,44 @@ mode-switcher{
}
button {
- padding: 10px;
- border-radius: 10px;
- background-color: @background;
- text-color: inherit;
- cursor: pointer;
- border: 0px;
+ padding: 10px;
+ border-radius: 10px;
+ background-color: transparent;
+ 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: 10;
- cycle: true;
- dynamic: true;
- scrollbar: true;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
- spacing: 0px;
- padding: 2px;
- margin: 0px;
- border-radius: 10px;
- border: 0px;
- background-color: transparent;
+ enabled: true;
+ columns: 1;
+ lines: 10;
+ spacing: 4px;
+ dynamic: true;
+ enabled: true;
+ cycle: true;
+ scrollbar: false;
+ layout: vertical;
+ reverse: true;
+ fixed-height: false;
+ fixed-columns: false;
+ background-color: transparent;
}
/* ---- Element ---- */
element {
enabled: true;
- padding: 2px;
+ padding: 5px;
margin: 2px;
cursor: pointer;
background-color: transparent;
border-radius: 10px;
+ border: 0px;
}
element normal.normal {
@@ -215,26 +211,19 @@ element-text {
/*****----- Message -----*****/
message {
background-color: transparent;
- border: 0px;
margin: 20px 0px 0px 0px;
- padding: 0px;
- spacing: 0px;
border-radius: 10px;
}
textbox {
- padding: 6px;
- margin: 0px;
- border-radius: 0px;
- background-color: transparent;
+ padding: 15px;
+ background-color: transparent;
text-color: @foreground;
- vertical-align: 0.5;
- horizontal-align: 0.0;
}
error-message {
- padding: 6px;
- border-radius: 20px;
- background-color: @background;
+ padding: 15px;
+ border-radius: 20px;
+ background-color: @background;
text-color: @foreground;
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage