From 74287585507ca3dbd1801554f506f29f418e534b Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 12 May 2024 21:49:31 +0900 Subject: added rofi-beats-menu --- config/rofi/config-rofi-Beats-menu.rasi | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 config/rofi/config-rofi-Beats-menu.rasi (limited to 'config/rofi') diff --git a/config/rofi/config-rofi-Beats-menu.rasi b/config/rofi/config-rofi-Beats-menu.rasi new file mode 100644 index 00000000..9abbe672 --- /dev/null +++ b/config/rofi/config-rofi-Beats-menu.rasi @@ -0,0 +1,22 @@ +/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* Rofi Beats Config (compact) */ + +@import "~/.config/rofi/config-compact.rasi" + +/* ---- Entry ---- */ +entry { + width: 17%; + placeholder: "📻 Choose Music Source"; +} + +/* ---- Window ---- */ +window { + width: 20%; +} + +/* ---- Listview ---- */ +listview { + fixed-columns: false; + colums: 1; + lines: 2; +} \ No newline at end of file -- cgit v1.2.3