21 lines
347 B
Text
21 lines
347 B
Text
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
|
/* Main Config (waybar) */
|
|
|
|
@import "~/.config/rofi/master-config.rasi"
|
|
|
|
/* ---- Configuration ---- */
|
|
configuration {
|
|
modi: "drun";
|
|
}
|
|
|
|
/* ---- Mainbox ---- */
|
|
mainbox {
|
|
children:
|
|
[ "inputbar", "listview"];
|
|
}
|
|
|
|
entry {
|
|
expand: true;
|
|
placeholder: "🖼️ Choose Waybar Style";
|
|
}
|
|
|