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

26 lines
1 KiB
PHP
Raw Normal View History

2023-01-22 18:39:32 +01:00
<!DOCTYPE html>
<html>
<head>
2023-06-25 03:04:19 +02:00
<?php include '../php/header.php';?>
2023-01-22 18:39:32 +01:00
<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">
2023-04-13 23:20:43 +02:00
<title>Welcome to speedie.site</title>
2023-01-22 18:39:32 +01:00
</head>
<body>
<div class="content">
2023-07-30 20:29:20 +02:00
<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>
2023-06-10 14:44:14 +02:00
</div>
2023-01-22 18:39:32 +01:00
</body>
<footer>
<?php include '../php/footer.php';?>
</footer>
</html>