agsdotfilesdotshyprlandhyprland-configricerofirofi-configshell-scriptsswwwwallustwaybarwaybar-modulewaybar-themes
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.
46 lines
757 B
46 lines
757 B
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ |
|
/* Main Config (compact) */ |
|
|
|
@import "~/.config/rofi/config.rasi" |
|
|
|
/* ---- Configuration ---- */ |
|
configuration { |
|
modi: "drun"; |
|
} |
|
|
|
/* ---- Window ---- */ |
|
window { |
|
width: 50%; |
|
border-radius: 15px; |
|
} |
|
|
|
/* ---- Inputbar ---- */ |
|
inputbar { |
|
background-image: url("~/.config/rofi/.current_wallpaper", width); |
|
} |
|
|
|
/* ---- Imagebox ---- */ |
|
imagebox { |
|
orientation: vertical; |
|
children: [ "entry", "listview"]; |
|
} |
|
|
|
/* ---- Entry input ---- */ |
|
entry { |
|
width: 23%; |
|
placeholder: "👀 View / Edit Hyprland Configs"; |
|
} |
|
|
|
/* ---- Listview ---- */ |
|
listview { |
|
columns: 2; |
|
lines: 5; |
|
spacing: 4px; |
|
scrollbar: false; |
|
border-radius: 12px; |
|
} |
|
|
|
/* ---- Element ---- */ |
|
element { |
|
border-radius: 10px; |
|
}
|
|
|