aboutsummaryrefslogtreecommitdiffstats
path: root/config/rofi/config-waybar-layout.rasi
diff options
context:
space:
mode:
authorJa.KooLit <jimmielovejay@gmail.com>2023-12-02 15:07:51 +0900
committerGitHub <noreply@github.com>2023-12-02 15:07:51 +0900
commit8b44dc03f93861ae8a8f01e2f5ae56fd37240fb5 (patch)
treec79cd4efc921d60c3200a32af43552250118e782 /config/rofi/config-waybar-layout.rasi
parentfb3406019343120c58f99d631e7a8457128fb2d7 (diff)
parentb51428618c7ca7880baa3edbb5370bf777cded5b (diff)
Merge pull request #48 from JaKooLit/v2.1.13
V2.1.13
Diffstat (limited to 'config/rofi/config-waybar-layout.rasi')
-rw-r--r--config/rofi/config-waybar-layout.rasi33
1 files changed, 18 insertions, 15 deletions
diff --git a/config/rofi/config-waybar-layout.rasi b/config/rofi/config-waybar-layout.rasi
index 08ab350e..5d94a268 100644
--- a/config/rofi/config-waybar-layout.rasi
+++ b/config/rofi/config-waybar-layout.rasi
@@ -1,5 +1,6 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* config - Waybar */
+
/* ---- Configuration ---- */
configuration {
modi: "drun,run";
@@ -7,7 +8,7 @@ configuration {
show-icons: true;
display-drun: "";
display-run: "";
- display-filebrowser: "";
+ display-filebrowser: "";
display-window: "";
drun-display-format: "{name}";
hover-select: true;
@@ -15,6 +16,7 @@ configuration {
me-accept-entry: "MousePrimary";
window-format: "{w} · {c} · {t}";
dpi: 1;
+
}
/* ---- Load pywal colors (custom wal template) ---- */
@@ -22,7 +24,8 @@ configuration {
/* ---- Window ---- */
window {
- width: 34%;
+ width: 800px;
+ /*height: 800px;*/
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@@ -35,26 +38,25 @@ window {
anchor: center;
fullscreen: false;
enabled: true;
- border-radius: 15px;
- border-radius: 15px;
+ border-radius: 12px;
+ border-radius: 12px;
background-color: @background-color;
}
/* ---- Mainbox ---- */
mainbox {
enabled: true;
- orientation: horizontal;
- padding: 15px;
- background-image: url("~/.config/rofi/.current_wallpaper", height);
- children: [ "imagebox", "listbox" ];
+ orientation: vertical;
+ padding: 8px;
+ background-image: url("~/.config/rofi/.current_wallpaper", width);
+ children: [ "inputbar", "listbox"];
border-radius: 12px;
}
/* ---- Imagebox ---- */
imagebox {
- background-color: transparent;
+ background-color: transparent;
orientation: vertical;
- children: [ "inputbar", "dummy"];
}
/* ---- Listbox ---- */
@@ -77,7 +79,7 @@ inputbar {
enabled: true;
text-color: @foreground;
spacing: 10px;
- padding: 15px;
+ padding: 8px;
border-radius: 10px;
border-color: @foreground;
background-color: @backrgound90;
@@ -106,8 +108,8 @@ entry {
/* ---- Listview ---- */
listview {
enabled: true;
- columns: 1;
- lines: 16;
+ columns: 2;
+ lines: 8;
spacing: 4px;
dynamic: true;
cycle: true;
@@ -115,9 +117,10 @@ listview {
layout: vertical;
reverse: false;
fixed-height: true;
- fixed-columns: false;
- background-color: transparent;
+ fixed-columns: true;
+ background-color: transparent;
border-radius: 10px;
+ border: 0px;
}
/* ---- Element ---- */
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage