From 364491709366b195d9fb2ce0ca3bae6e182dbabf Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 18 May 2024 18:26:30 +0900 Subject: some tidying up Rofi Configs --- config/rofi/config-clipboard.rasi | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'config/rofi/config-clipboard.rasi') diff --git a/config/rofi/config-clipboard.rasi b/config/rofi/config-clipboard.rasi index 9573262e..34b471cb 100644 --- a/config/rofi/config-clipboard.rasi +++ b/config/rofi/config-clipboard.rasi @@ -1,10 +1,16 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -/* Clipboard Config (long) - Clipboard */ +/* Clipboard Config - Clipboard */ -@import "~/.config/rofi/config-long.rasi" +@import "~/.config/rofi/config.rasi" /* ---- Entry ---- */ entry { width: 45%; placeholder: "📋 Search Clipboard **note** 👀 CTRL Del - Cliphist del or Alt Del - cliphist wipe"; } + +/* ---- Listview ---- */ +listview { + columns: 1; + lines: 8; +} \ No newline at end of file -- cgit v1.2.3 From 0054b0b766d62112c4b096b61f8777a402bff08a Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 22 May 2024 15:31:03 +0900 Subject: small rofi configs tweak --- config/rofi/config-clipboard.rasi | 2 +- config/rofi/config-emoji.rasi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'config/rofi/config-clipboard.rasi') diff --git a/config/rofi/config-clipboard.rasi b/config/rofi/config-clipboard.rasi index 34b471cb..2a002a29 100644 --- a/config/rofi/config-clipboard.rasi +++ b/config/rofi/config-clipboard.rasi @@ -5,7 +5,7 @@ /* ---- Entry ---- */ entry { - width: 45%; + width: 37%; placeholder: "📋 Search Clipboard **note** 👀 CTRL Del - Cliphist del or Alt Del - cliphist wipe"; } diff --git a/config/rofi/config-emoji.rasi b/config/rofi/config-emoji.rasi index 028bc9d4..8aca6aa2 100644 --- a/config/rofi/config-emoji.rasi +++ b/config/rofi/config-emoji.rasi @@ -5,7 +5,7 @@ /* ---- Entry ---- */ entry { - width: 45%; + width: 37%; placeholder: "💫 Search Emoji's **note** 👀 Click or Return to choose | Ctrl V to Paste"; } -- cgit v1.2.3