feat: Add initial hyprland config
This commit is contained in:
26
.config/rofi/config-waybar-style.rasi
Normal file
26
.config/rofi/config-waybar-style.rasi
Normal file
@@ -0,0 +1,26 @@
|
||||
/* ---- 💫 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";
|
||||
}
|
||||
|
||||
/* ---- Listview ---- */
|
||||
listview {
|
||||
columns: 2;
|
||||
lines: 6;
|
||||
}
|
||||
Reference in New Issue
Block a user