aboutsummaryrefslogtreecommitdiffstats
path: root/config/rofi
diff options
context:
space:
mode:
authorJaKooLit <ejhay.games@gmail.com>2025-02-13 12:56:57 +0900
committerJaKooLit <ejhay.games@gmail.com>2025-02-13 12:56:57 +0900
commita4c48b0ea0b2b1d474d503fb8d924d190762e999 (patch)
treeea3304df1e7df98e173270461b3c90a43cba4b6c /config/rofi
parentdd46262fdfaabebb6fd2213a9baec91dd4244086 (diff)
Improvements on the rofi.
Utilized message function for additional informations when script is used in conjunction with rofi
Diffstat (limited to 'config/rofi')
-rw-r--r--config/rofi/config-calc.rasi5
-rw-r--r--config/rofi/config-clipboard.rasi4
-rw-r--r--config/rofi/config-keybinds.rasi4
-rw-r--r--config/rofi/config-search.rasi5
4 files changed, 7 insertions, 11 deletions
diff --git a/config/rofi/config-calc.rasi b/config/rofi/config-calc.rasi
index 60169c31..1dfd1887 100644
--- a/config/rofi/config-calc.rasi
+++ b/config/rofi/config-calc.rasi
@@ -17,9 +17,4 @@ entry {
placeholder: " 🧮 Calculate";
}
-textbox {
- padding: 12px;
- border-radius: 10px;
-}
-
listview {enable: false;} \ No newline at end of file
diff --git a/config/rofi/config-clipboard.rasi b/config/rofi/config-clipboard.rasi
index 648a96af..01596ee0 100644
--- a/config/rofi/config-clipboard.rasi
+++ b/config/rofi/config-clipboard.rasi
@@ -11,13 +11,13 @@ window {
/* ---- Mainbox ---- */
mainbox {
children:
- [ "inputbar", "listview"];
+ [ "inputbar", "message", "listview"];
}
/* ---- Entry ---- */
entry {
width: 42%;
- placeholder: " 📋 Search Clipboard **note** 👀 CTRL Del - Cliphist del or Alt Del - cliphist wipe";
+ placeholder: " 📋 Search Clipboard ";
}
/* ---- Listview ---- */
diff --git a/config/rofi/config-keybinds.rasi b/config/rofi/config-keybinds.rasi
index 6c8e2d5a..ccc8b4d7 100644
--- a/config/rofi/config-keybinds.rasi
+++ b/config/rofi/config-keybinds.rasi
@@ -7,13 +7,13 @@
/* ---- Mainbox ---- */
mainbox {
children:
- [ "inputbar", "listview"];
+ [ "inputbar", "message", "listview"];
}
/* ---- Entry ---- */
entry {
expand: true;
- placeholder: " 🧮 Search Keybinds ☣️ NOTE ☣️: Clicking with Mouse or Pressing ENTER will have NO function";
+ placeholder: " 🧮 Search Keybinds";
}
/* ---- Listview ---- */
diff --git a/config/rofi/config-search.rasi b/config/rofi/config-search.rasi
index a2ff66ee..733d9b9a 100644
--- a/config/rofi/config-search.rasi
+++ b/config/rofi/config-search.rasi
@@ -9,14 +9,15 @@ window {
height: inherit;
y-offset: 10px;
location: north;
- children: [ "entry" ];
+ children: [ "entry", "message" ];
border: 2px;
border-color: white/25%;
}
/* ---- Entry ---- */
entry {
- placeholder: " 🔎 Google Search via web browser";
+ placeholder: " 🔎 Google Search";
+ horizontal-align: 0.5;
padding: 15px;
border: 0px;
border-radius: 12px;
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage