Handy dot files with sensible bindings and settings
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

30 lines
429 B

/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Main Config (waybar) */
@import "~/.config/rofi/config.rasi"
/* ---- Configuration ---- */
configuration {
modi: "drun";
}
/* ---- Mainbox ---- */
mainbox {
children:
[ "inputbar",
"listbox"];
}
textbox-prompt-colon {
str: "󰮫 ";
}
entry {
placeholder: "Choose Waybar Style";
}
/* ---- Listview ---- */
listview {
lines: 8;
scrollbar: true;
}