This repository has been archived on 2024-01-22. You can view files and clone it, but cannot push or open issues or pull requests.
speedie-page/projects/spmenu.php
2023-07-30 20:29:20 +02:00

26 lines
1 KiB
PHP

<!DOCTYPE html>
<html>
<head>
<?php include '../php/header.php';?>
<title>spmenu</title>
<meta charset="UTF-8">
<meta name="description" content="speedie's fork of suckless dmenu.">
<meta name="author" content="speedie">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="speedwm.css">
<title>Welcome to speedie.site</title>
</head>
<body>
<div class="content">
<h2>spmenu</h2>
<img src="https://spmenu.speedie.site/articles/images/desktop-launcher-icons.png" alt="desktop">
<p>spmenu is a customizable and hackable menu application for X11 and Wayland similar to programs like <a href="https://tools.suckless.org/dmenu">dmenu</a>, rofi and fzf. It also serves as a customizable run launcher for window manager setups or desktop environments where a better run launcher is desired.</p>
<p>For more information, see <a href="https://spmenu.speedie.site">the wiki.</a></p>
</div>
</body>
<footer>
<?php include '../php/footer.php';?>
</footer>
</html>