aboutsummaryrefslogtreecommitdiffstats
path: root/config/rofi/config-search.rasi
diff options
context:
space:
mode:
authorJa.KooLit <85185940+JaKooLit@users.noreply.github.com>2025-02-16 11:09:08 +0900
committerGitHub <noreply@github.com>2025-02-16 11:09:08 +0900
commit8acfbb16d5ef45960a13cb9768517d3c418771a6 (patch)
tree7b618f6cca7942c3d2876740fca3963092b2da21 /config/rofi/config-search.rasi
parent349f564bf307ad1ed99c87d028fccdecf7c1bdeb (diff)
parent0c53ef536ca2f028672004e909daac5473e6110f (diff)
Merge pull request #556 from JaKooLit/development
Development to main feat. Rofi Themes
Diffstat (limited to 'config/rofi/config-search.rasi')
-rw-r--r--config/rofi/config-search.rasi27
1 files changed, 12 insertions, 15 deletions
diff --git a/config/rofi/config-search.rasi b/config/rofi/config-search.rasi
index 70cb08f1..d0d8357e 100644
--- a/config/rofi/config-search.rasi
+++ b/config/rofi/config-search.rasi
@@ -1,28 +1,25 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Rofi Config for Google Search) */
-@import "~/.config/rofi/master-config.rasi"
+@import "~/.config/rofi/config.rasi"
/* ---- Window ---- */
window {
width: 40%;
- y-offset: 6px;
+ //orientation: horizontal;
+ height: inherit;
+ y-offset: 10px;
location: north;
-}
-
-/* ---- Inputbar ---- */
-inputbar {
- enabled: true;
-}
-
-/* ---- Mainbox ---- */
-mainbox {
- padding: 0px;
- children: [ "entry"];
+ children: [ "entry", "message" ];
+ border: 2px;
+ border-color: white/25%;
}
/* ---- Entry ---- */
entry {
- placeholder: " 🔎 Google Search via web browser";
+ expand: true;
+ placeholder: " 🔎 Google Search";
+ horizontal-align: 0.5;
+ padding: 15px;
+ border-radius: inherit;
}
-
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage