hypr-presto 0.2.0

Launch your favorite apps with a single keystroke. HyprPresto is a minimal, keyboard-centric application launcher for Linux. Activate it, press one key, and your app is running.
window {
    background-color: rgba(30, 30, 46, 0.95);
    color: #cdd6f4;
    border-radius: 16px;
}

#main_box {
    padding: 0;
}

.title-1 {
    color: #cba6f7;
    font-weight: 800;
    margin-bottom: 0;
    margin-top: 0;
}

flowboxchild {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    padding: 12px;
    margin: 0;
    transition: background-color 200ms ease;
}

flowboxchild:hover {
    background-color: rgba(255, 255, 255, 0.15);
}

.app-icon {
    -gtk-icon-style: regular;
}

.app-name {
    font-weight: bold;
    font-size: 1.1em;
    margin-top: 5px;
    text-align: center;
}

.app-key {
    background-color: #fab387;
    color: #1e1e2e;
    border-radius: 6px;
    padding: 2px 8px;
    font-weight: 900;
    font-size: 0.9em;
    margin-bottom: 5px;
}