aboutsummaryrefslogtreecommitdiffstats
path: root/config/rofi/config-waybar-layout.rasi
diff options
context:
space:
mode:
authorJaKooLit <jimmielovejay.com>2023-11-19 01:32:41 +0900
committerJaKooLit <jimmielovejay.com>2023-11-19 01:32:41 +0900
commite25fe4fdec7fe8d862df2c4e44ec83ccf90f13c7 (patch)
tree10fddb0d787f1da5803eb8e1f2ac07f00334122d /config/rofi/config-waybar-layout.rasi
parent832ad0456d2f9dace1e629fbf08650fc4dd95a32 (diff)
Rofi changes
Diffstat (limited to 'config/rofi/config-waybar-layout.rasi')
-rw-r--r--config/rofi/config-waybar-layout.rasi88
1 files changed, 37 insertions, 51 deletions
diff --git a/config/rofi/config-waybar-layout.rasi b/config/rofi/config-waybar-layout.rasi
index b9535701..3c3b6a7d 100644
--- a/config/rofi/config-waybar-layout.rasi
+++ b/config/rofi/config-waybar-layout.rasi
@@ -6,7 +6,7 @@ configuration {
font: "Fira Code SemiBold 14";
show-icons: true;
display-drun: "";
- display-run: "";
+ display-run: "";
display-filebrowser: "";
display-window: "";
drun-display-format: "{name}";
@@ -14,7 +14,7 @@ configuration {
me-select-entry: "MouseSecondary";
me-accept-entry: "MousePrimary";
window-format: "{w} · {c} · {t}";
-
+ dpi: 1;
}
/* ---- Load pywal colors (custom wal template) ---- */
@@ -22,16 +22,15 @@ configuration {
/* ---- Window ---- */
window {
- width: 50%;
- height: 50%;
+ width: 34%;
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;
@@ -45,27 +44,24 @@ window {
mainbox {
enabled: true;
orientation: horizontal;
- spacing: 0px;
- margin: 0px;
- background-color: transparent;
- background-image: url("~/.config/rofi/.current_wallpaper", height);
+ padding: 20px;
+ background-image: url("~/.config/rofi/.current_wallpaper", height);
children: [ "imagebox", "listbox" ];
}
/* ---- Imagebox ---- */
imagebox {
- padding: 18px;
- background-color: transparent;
+ background-color: transparent;
orientation: vertical;
children: [ "inputbar", "dummy", "mode-switcher" ];
}
/* ---- Listbox ---- */
listbox {
- spacing: 20px;
- background-color: transparent;
+ spacing: 4px;
+ background-color: transparent;
orientation: vertical;
- children: [ "message", "listview" ];
+ children: [ "listview" ];
}
/* ---- Dummy ---- */
dummy {
@@ -80,22 +76,24 @@ inputbar {
padding: 15px;
border-radius: 10px;
border-color: @foreground;
+ background-color: transparent;
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 Waybar Layout";
+ background-color: transparent;
+ text-color: inherit;
+ cursor: text;
+ placeholder: "Choose Waybar Style";
placeholder-color: inherit;
}
@@ -108,16 +106,15 @@ mode-switcher{
}
button {
- padding: 10px;
- border-radius: 10px;
- background-color: @background;
+ padding: 10px;
+ border-radius: 10px;
+ background-color: transparent;
text-color: inherit;
cursor: pointer;
- border: 0px;
}
button selected {
- background-color: @selected-normal-background;
+ background-color: @selected-normal-background;
text-color: @foreground;
}
@@ -125,20 +122,16 @@ button selected {
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: 10px;
- margin: 0px;
- border-radius: 10px;
- border: 0px;
- background-image: url("~/.config/rofi/.current_wallpaper", height);
+ lines: 16;
+ spacing: 4px;
+ dynamic: true;
+ cycle: true;
+ scrollbar: false;
+ layout: vertical;
+ reverse: false;
+ fixed-height: false;
+ fixed-columns: false;
+ background-color: transparent;
}
/* ---- Element ---- */
@@ -147,7 +140,7 @@ element {
padding: 5px;
margin: 2px;
cursor: pointer;
- background-color: @background;
+ background-color: transparent;
border-radius: 10px;
border: 0px;
}
@@ -215,26 +208,19 @@ element-text {
/*****----- Message -----*****/
message {
background-color: transparent;
- border: 0px;
margin: 20px 0px 0px 0px;
- padding: 0px;
- spacing: 0px;
border-radius: 10px;
}
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;
}
error-message {
padding: 15px;
- border-radius: 20px;
- background-color: @background;
+ 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