What's inside
Wofi is used in two ways: as an app launcher (Super + D) and as a
dmenu replacement for my Waybar menus (wifi, bluetooth, sysinfo, mode switcher).
The style uses the Gruvbox red accent (#cc241d) to match the Hyprland theme.
* {
font-family: "JetBrainsMono Nerd Font", sans-serif;
font-size: 16px;
font-weight: 500;
}
window {
background-color: rgba(30, 30, 30, 0.75);
border: 2px solid #cc241d;
border-radius: 16px;
}
#input {
background-color: rgba(40, 40, 40, 0.9);
border: 1px solid #cc241d;
color: #ffffff;
margin: 15px;
padding: 10px;
font-size: 20px;
}
#entry:selected {
background-color: rgba(204, 36, 29, 0.5);
border: 1px solid #cc241d;
}