diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-05-12 21:49:31 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-05-12 21:49:31 +0900 |
| commit | 74287585507ca3dbd1801554f506f29f418e534b (patch) | |
| tree | c63891388ed167d5ecc7f318a4add235201e45d6 /config/rofi | |
| parent | 4ac835410bedeeb8acbe1cfc96a25bc95b46c9bd (diff) | |
added rofi-beats-menu
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 |
