aboutsummaryrefslogtreecommitdiffstats
path: root/config/rofi/config-starship.rasi
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2026-07-10 11:21:24 -0700
committerPinapelz <yukais@pinapelz.com>2026-07-10 11:21:24 -0700
commit24de2a31a52d17b6f7214197bdbfeab7428742dd (patch)
treef7736c4712d5a394525a3da2f2b4294e81ba9540 /config/rofi/config-starship.rasi
parent861bf5be200bfcf2440fec4cda911d29ec18493f (diff)
parentbca86bbec4757cec1f6f5bdea2ed210542f10fae (diff)
Merge remote-tracking branch 'upstream'
Diffstat (limited to 'config/rofi/config-starship.rasi')
-rw-r--r--config/rofi/config-starship.rasi63
1 files changed, 63 insertions, 0 deletions
diff --git a/config/rofi/config-starship.rasi b/config/rofi/config-starship.rasi
new file mode 100644
index 00000000..983f8658
--- /dev/null
+++ b/config/rofi/config-starship.rasi
@@ -0,0 +1,63 @@
+/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */
+/* Starship Selector (tall) */
+
+@import "~/.config/rofi/config-rofi-theme.rasi"
+
+/* ---- Mainbox ---- */
+mainbox {
+ children: [ "message", "listview" ];
+ spacing: 10px;
+ padding: 12px;
+}
+
+/* ---- Window ---- */
+window {
+ width: 520px;
+ height: 620;
+}
+
+/* ---- Entry ---- */
+entry {
+ enabled: false;
+}
+
+/* ---- Message ---- */
+message {
+ enabled: true;
+ margin: 0px 6px 0px 6px;
+ padding: 10px;
+ border-radius: 10px;
+ background-color: inherit;
+}
+
+textbox {
+ text-color: inherit;
+ background-color: inherit;
+}
+
+/* ---- Listview ---- */
+listview {
+ columns: 1;
+ lines: 13;
+ fixed-height: true;
+ margin: 8px 10px;
+ padding: 6px;
+ scrollbar: false;
+ spacing: 4px;
+ cycle: true;
+}
+
+element {
+ padding: 6px;
+}
+
+/* ---- Elements ---- */
+element-icon {
+ size: 0%;
+}
+element-text {
+ horizontal-align: 0.0;
+ vertical-align: 0.5;
+ margin: 0px;
+ padding: 0px;
+}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage