diff options
Diffstat (limited to 'config/rofi')
| -rw-r--r-- | config/rofi/config-rofi-Beats-menu.rasi | 22 |
1 files changed, 22 insertions, 0 deletions
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 |
