aboutsummaryrefslogtreecommitdiffstats
path: root/config/rofi/config-long.rasi
diff options
context:
space:
mode:
authorJaKooLit <jimmielovejay.com>2023-11-19 15:21:53 +0900
committerJaKooLit <jimmielovejay.com>2023-11-19 15:21:53 +0900
commitdbd225f9d575285edb89074031a7b9c536dcd3bf (patch)
tree0ec89becb82b1fdcd692176608008aa9b319eeb5 /config/rofi/config-long.rasi
parentd7573ff038168a825e7c9af65cd04a28cdd12a67 (diff)
rofi more tweaked
Diffstat (limited to 'config/rofi/config-long.rasi')
-rw-r--r--config/rofi/config-long.rasi17
1 files changed, 10 insertions, 7 deletions
diff --git a/config/rofi/config-long.rasi b/config/rofi/config-long.rasi
index 58d77319..d4ac70dd 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 ---- */
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage