aboutsummaryrefslogtreecommitdiffstats
path: root/config/rofi/config-waybar-style.rasi
diff options
context:
space:
mode:
authorJaKooLit <jimmielovejay@gmail.com>2023-11-23 00:36:31 +0900
committerJaKooLit <jimmielovejay@gmail.com>2023-11-23 00:36:31 +0900
commitce2db51a62e0483703c8e6376ceec5318614228d (patch)
tree66d16892a32b0778d14cf5fb39bfdc400f891a5c /config/rofi/config-waybar-style.rasi
parentaa9c2df82b66e8f66284c04c5e512553dfba4414 (diff)
Semi transparent rofi theme. See wiki changelogs
Diffstat (limited to 'config/rofi/config-waybar-style.rasi')
-rw-r--r--config/rofi/config-waybar-style.rasi58
1 files changed, 21 insertions, 37 deletions
diff --git a/config/rofi/config-waybar-style.rasi b/config/rofi/config-waybar-style.rasi
index 741d21f1..74a58bf4 100644
--- a/config/rofi/config-waybar-style.rasi
+++ b/config/rofi/config-waybar-style.rasi
@@ -28,41 +28,44 @@ window {
spacing: 0px;
padding: 2px;
margin: 0px;
- color: transparent;
- border: 1px;
+ border: 2px;
border-color: @active-background;
cursor: "default";
- transparency: "real";
location: center;
anchor: center;
fullscreen: false;
enabled: true;
border-radius: 15px;
+ border-radius: 15px;
+ background-color: @background-color;
}
/* ---- Mainbox ---- */
mainbox {
enabled: true;
orientation: horizontal;
- padding: 20px;
- background-image: url("~/.config/rofi/.current_wallpaper", height);
+ padding: 15px;
+ background-image: url("~/.config/rofi/.current_wallpaper", height);
children: [ "imagebox", "listbox" ];
- border-radius: 10px;
+ border-radius: 12px;
}
/* ---- Imagebox ---- */
imagebox {
- background-color: transparent;
+ background-color: transparent;
orientation: vertical;
- children: [ "inputbar", "dummy", "mode-switcher" ];
+ children: [ "inputbar", "dummy"];
}
/* ---- Listbox ---- */
listbox {
spacing: 4px;
- background-color: transparent;
orientation: vertical;
children: [ "listview" ];
+ border-radius: 10px;
+ border: 1px;
+ border-color: @active-background;
+ background-color: @background90;
}
/* ---- Dummy ---- */
dummy {
@@ -77,48 +80,29 @@ inputbar {
padding: 15px;
border-radius: 10px;
border-color: @foreground;
- background-color: @backrgound;
+ background-color: @background90;
children: [ "textbox-prompt-colon", "entry" ];
+ border: 1px;
+ border-color: @active-background;
}
textbox-prompt-colon {
enabled: true;
expand: false;
- str: "🔎 ";
+ str: "ó°®« ";
text-color: inherit;
- background-color: transparent;
+ background-color: transparent;
}
entry {
enabled: true;
- background-color: transparent;
- text-color: inherit;
- cursor: text;
+ background-color: transparent;
+ text-color: inherit;
+ cursor: text;
placeholder: "Choose Waybar Style";
placeholder-color: inherit;
}
-/* ---- Mode Switcher ---- */
-mode-switcher{
- enabled: true;
- spacing: 20px;
- background-color: transparent;
- text-color: @foreground;
-}
-
-button {
- padding: 10px;
- border-radius: 10px;
- background-color: transparent;
- text-color: inherit;
- cursor: pointer;
-}
-
-button selected {
- background-color: @selected-normal-background;
- text-color: @foreground;
-}
-
/* ---- Listview ---- */
listview {
enabled: true;
@@ -132,7 +116,7 @@ listview {
reverse: false;
fixed-height: true;
fixed-columns: false;
- background-color: @background;
+ background-color: transparent;
border-radius: 10px;
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage