2 changed files with 775 additions and 728 deletions
@ -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; |
||||
} |
||||
Loading…
Reference in new issue