init
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
/* Main config Rofi Beats Config menu */
|
||||
|
||||
@import "~/.config/rofi/config.rasi"
|
||||
|
||||
/* ---- Mainbox ---- */
|
||||
mainbox {
|
||||
children:
|
||||
[ "inputbar", "listview"];
|
||||
}
|
||||
|
||||
/* ---- Entry ---- */
|
||||
entry {
|
||||
expand: false;
|
||||
width: 25%;
|
||||
width: 25%;
|
||||
placeholder: " 📻 Choose Music Source";
|
||||
horizontal-align: 0.5;
|
||||
horizontal-align: 0.5;
|
||||
}
|
||||
|
||||
/* ---- Window ---- */
|
||||
window {
|
||||
width: 28%;
|
||||
height: inherit;
|
||||
}
|
||||
|
||||
/* ---- Listview ---- */
|
||||
listview {
|
||||
fixed-columns: false;
|
||||
scrollbar: false;
|
||||
colums: 1;
|
||||
lines: 4;
|
||||
spacing: 6px;
|
||||
cycle: true;
|
||||
}
|
||||
|
||||
/* ---- Element ---- */
|
||||
element-icon {
|
||||
size: 0%;
|
||||
}
|
||||
element-text {
|
||||
horizontal-align: 0.5;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user