Update broken links in markdown files

This commit is contained in:
Primrose 2023-06-03 00:09:30 -04:00
parent 014473e8e8
commit 8ea4298756
7 changed files with 30 additions and 30 deletions

View file

@ -11,4 +11,4 @@ Now that we have a color list, we can start generating a theme. To do this, run
It should be noted that the script doesn't provide an easy way to move around colors just yet, so it is assumed that you have a basic level of shell scripting knowledge here if you want to do that. If colors are incorrectly defined in your color list, the color will be set to #000000 as a default. Unless #000000 is part of your colorscheme, this is a good indication something is wrong. It should be noted that the script doesn't provide an easy way to move around colors just yet, so it is assumed that you have a basic level of shell scripting knowledge here if you want to do that. If colors are incorrectly defined in your color list, the color will be set to #000000 as a default. Unless #000000 is part of your colorscheme, this is a good indication something is wrong.
Now that we have a proper theme, we can use it. If you're using [spmenuify](https://git.speedie.site/spmenuify) you can simply choose 'Install' and navigate to the scheme you output. Now that we have a proper theme, we can use it. If you're using [spmenuify](https://git.speedie.site/speedie/spmenuify) you can simply choose 'Install' and navigate to the scheme you output.

View file

@ -47,7 +47,7 @@ Gentoo has slightly different instructions for setting up spmenu. While you
can follow along with the generic installation instructions, I have a Gentoo can follow along with the generic installation instructions, I have a Gentoo
overlay with packages for most if not all spmenu versions. overlay with packages for most if not all spmenu versions.
To get started, add [my overlay](https://git.speedie.site/speedie-overlay). To get started, add [my overlay](https://git.speedie.site/speedie/speedie-overlay).
Then simply `emerge x11-misc/spmenu`. Then simply `emerge x11-misc/spmenu`.
If you want to install spmenu using Git, do this by adding the following If you want to install spmenu using Git, do this by adding the following
@ -102,7 +102,7 @@ read and write. Do not clone the spmenu repository in `~/.config` as spmenu
will write configuration files to that location. will write configuration files to that location.
From here on, we're going to assume you are in the location `~/Documents`. Run From here on, we're going to assume you are in the location `~/Documents`. Run
`git clone https://git.speedie.site/spmenu spmenu` to clone the `git clone https://git.speedie.site/speedie/spmenu spmenu` to clone the
repository into a directory named `spmenu`. Provided the repository hasn't repository into a directory named `spmenu`. Provided the repository hasn't
moved and you have a working internet connection, you should have received a moved and you have a working internet connection, you should have received a
copy of the spmenu source code. copy of the spmenu source code.

View file

@ -2,7 +2,7 @@ Welcome to the spmenu wiki!
--------------------------- ---------------------------
![preview image](/pages/images/preview.png) ![preview image](/pages/images/preview.png)
[spmenu](https://git.speedie.site/spmenu) is an X11 and Wayland menu application [spmenu](https://git.speedie.site/speedie/spmenu) is an X11 and Wayland menu application
based on [dmenu](https://tools.suckless.org/dmenu) which takes standard input, parses based on [dmenu](https://tools.suckless.org/dmenu) which takes standard input, parses
it, lets the user choose an option and sends the selected option to standard output. it, lets the user choose an option and sends the selected option to standard output.
@ -10,5 +10,5 @@ Options are separated by newlines. In addition to this, it also serves as a run
launcher through the included shell script `spmenu_run` which supports running launcher through the included shell script `spmenu_run` which supports running
binaries from $PATH but also file management and .desktop entries. binaries from $PATH but also file management and .desktop entries.
[spmenu Git repository](https://git.speedie.site/spmenu) [spmenu Git repository](https://git.speedie.site/speedie/spmenu)
[spmenu releases](https://ls.speedie.site/index.php?b=releases%2Fspmenu) [spmenu releases](https://ls.speedie.site/index.php?b=releases%2Fspmenu)

View file

@ -30,4 +30,4 @@ func &
spmenu -lf /tmp/date-file -p "The time is:" spmenu -lf /tmp/date-file -p "The time is:"
``` ```
[speedwm-extras](https://git.speedie.site/speedwm-extras)' speedwm-btctrl uses this feature to load Bluetooth entries every 5 seconds. [speedwm-extras](https://git.speedie.site/speedie/speedwm-extras)' speedwm-btctrl uses this feature to load Bluetooth entries every 5 seconds.

View file

@ -3,7 +3,7 @@ Theme managers
**NOTE: This article only applies to spmenu 1.1 and later. Users of spmenu 1.0 and earlier should first upgrade, or alternatively use the regular profiles.** **NOTE: This article only applies to spmenu 1.1 and later. Users of spmenu 1.0 and earlier should first upgrade, or alternatively use the regular profiles.**
This article is intended to be a list of theme managers that can be installed and used. spmenu does not decide what theme manager is used, spmenu simply runs `spmenu_profile --spmenu-set-profile` when the keybind for setting a profile is activated. This means you must parse this in a separate program. See [spmenuify](https://git.speedie.site/spmenuify) for an example on how to do this. This article is intended to be a list of theme managers that can be installed and used. spmenu does not decide what theme manager is used, spmenu simply runs `spmenu_profile --spmenu-set-profile` when the keybind for setting a profile is activated. This means you must parse this in a separate program. See [spmenuify](https://git.speedie.site/speedie/spmenuify) for an example on how to do this.
# Rules for editors # Rules for editors
@ -14,8 +14,8 @@ This article is intended to be a list of theme managers that can be installed an
# Official theme managers # Official theme managers
- [spmenuify](https://git.speedie.site/spmenuify) - [spmenuify](https://git.speedie.site/speedie/spmenuify)
- Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site)) - Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site))
- spmenuify is the official theme manager for spmenu. It allows installation, previewing, enabling and disabling of themes. - spmenuify is the official theme manager for spmenu. It allows installation, previewing, enabling and disabling of themes.
# User theme managers # User theme managers

View file

@ -5,7 +5,7 @@ This article is for various scripts written with spmenu. Anyone may add their sc
## Useful ## Useful
- [speedwm-extras](https://git.speedie.site/speedwm-extras) - [speedwm-extras](https://git.speedie.site/speedie/speedwm-extras)
- Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site)) - Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site))
- License: GNU General Public License version 3.0 - License: GNU General Public License version 3.0
- Collection of scripts for things like WLAN, Bluetooth, Wallpaper setting, audio management, screen recording and more. Designed with speedwm in mind, but can be used with any window manager or setup. - Collection of scripts for things like WLAN, Bluetooth, Wallpaper setting, audio management, screen recording and more. Designed with speedwm in mind, but can be used with any window manager or setup.
@ -20,11 +20,11 @@ This article is for various scripts written with spmenu. Anyone may add their sc
## Show-off ## Show-off
- [spmenu-test](https://git.speedie.site/spmenu) - [spmenu-test](https://git.speedie.site/speedie/spmenu)
- Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site)) - Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site))
- License: MIT - License: MIT
- Script bundled with spmenu, used to test various functionality. When making colorschemes, I highly recommend taking a screenshot of this as it allows you to view every color. - Script bundled with spmenu, used to test various functionality. When making colorschemes, I highly recommend taking a screenshot of this as it allows you to view every color.
- [spmenu_sweden.sh](https://git.speedie.site/spmenu/plain/scripts/examples/spmenu_sweden.sh) - [spmenu_sweden.sh](https://git.speedie.site/speedie/spmenu/raw/branch/master/scripts/examples/spmenu_sweden.sh)
- Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site)) - Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site))
- License: MIT - License: MIT
- Shell script written with spmenu SGR sequence support in mind. Simply recreates the flag of Sweden with blue and yellow background SGR sequences. - Shell script written with spmenu SGR sequence support in mind. Simply recreates the flag of Sweden with blue and yellow background SGR sequences.

View file

@ -1,7 +1,7 @@
User themes User themes
=========== ===========
spmenu has since version 1.1 supported user themes. Themes override the overall design of spmenu, through for example defining colors. Version 0.3 through 1.0 supported profiles. Profiles are no longer supported in spmenu, but you can still find the old profiles [here](https://git.speedie.site/spmenu-themes). spmenu has since version 1.1 supported user themes. Themes override the overall design of spmenu, through for example defining colors. Version 0.3 through 1.0 supported profiles. Profiles are no longer supported in spmenu, but you can still find the old profiles [here](https://git.speedie.site/speedie/spmenu-themes).
This wiki article is meant to be a list of themes for spmenu. Users may edit this article to add their own profiles with credit given of course, and users may download others' profiles to use with spmenu. This wiki article is meant to be a list of themes for spmenu. Users may edit this article to add their own profiles with credit given of course, and users may download others' profiles to use with spmenu.
@ -20,85 +20,85 @@ Tip: Use `Ctrl+f` to search through the page.
![image](/pages/images/arc-dark.png) ![image](/pages/images/arc-dark.png)
- [Arc Dark](https://git.speedie.site/spmenu-themes/plain/Arc-Dark.conf) - [Arc Dark]()
- Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site)) - Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site))
- This profile implements the [Arc Dark theme](https://github.com/arc-design/arc-theme) into spmenu. - This profile implements the [Arc Dark theme](https://github.com/arc-design/arc-theme) into spmenu.
![image](/pages/images/catppucino.png) ![image](/pages/images/catppucino.png)
- [Catppuccin](https://git.speedie.site/spmenu-themes/plain/Catppuccin.conf) - [Catppuccin](Catppuccin.conf)
- Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site)) - Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site))
- This profile implements the [Catppuccin theme](https://github.com/catppuccin/catppuccin) into spmenu which all furries seem to like. - This profile implements the [Catppuccin theme](https://github.com/catppuccin/catppuccin) into spmenu which all furries seem to like.
![image](/pages/images/cyberpunk.png) ![image](/pages/images/cyberpunk.png)
- [Cyberpunk Neon](https://git.speedie.site/spmenu-themes/plain/Cyberpunk-Neon.conf) - [Cyberpunk Neon](Cyberpunk-Neon.conf)
- Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site)) - Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site))
- This profile implements the [Cyberpunk Neon colorscheme](https://github.com/Roboron3042/Cyberpunk-Neon) into spmenu. This was partially taken from the [st patch](https://st.suckless.org/patches/cyberpunk-neon/), credit where credit is due. - This profile implements the [Cyberpunk Neon colorscheme](https://github.com/Roboron3042/Cyberpunk-Neon) into spmenu. This was partially taken from the [st patch](https://st.suckless.org/patches/cyberpunk-neon/), credit where credit is due.
![image](/pages/images/doom.png) ![image](/pages/images/doom.png)
- [Doom One](https://git.speedie.site/spmenu-themes/plain/Doom-One.conf) - [Doom One](Doom-One.conf)
- Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site)) - Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site))
- This profile implements the [Doom One](https://github.com/doomemacs/themes) colorscheme into spmenu. For those of you that like DistroTube's dmenu, this should get you close to that look. - This profile implements the [Doom One](https://github.com/doomemacs/themes) colorscheme into spmenu. For those of you that like DistroTube's dmenu, this should get you close to that look.
![image](/pages/images/dracula.png) ![image](/pages/images/dracula.png)
- [Dracula](https://git.speedie.site/spmenu-themes/plain/Dracula.conf) - [Dracula](Dracula.conf)
- Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site)) - Author: [speedie](https://eedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site))
- This profile implements the [Dracula](https://draculatheme.com/) colorscheme into spmenu. - This profile implements the [Dracula](https://draculatheme.com/) colorscheme into spmenu.
![image](/pages/images/gruvbox-dark.png) ![image](/pages/images/gruvbox-dark.png)
- [Gruvbox (Dark)](https://git.speedie.site/spmenu-themes/plain/Gruvbox-Dark.conf) - [Gruvbox (Dark)](Gruvbox-Dark.conf)
- Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site)) - Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site))
- This profile implements the [Gruvbox Dark](https://github.com/morhetz/gruvbox) colorscheme into spmenu. - This profile implements the [Gruvbox Dark](https://github.com/morhetz/gruvbox) colorscheme into spmenu.
![image](/pages/images/gruvbox-light.png) ![image](/pages/images/gruvbox-light.png)
- [Gruvbox (Light)](https://git.speedie.site/spmenu-themes/plain/Gruvbox-Light.conf) - [Gruvbox (Light)](Gruvbox-Light.conf)
- Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site)) - Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site))
- This profile implements the [Gruvbox Light](https://github.com/morhetz/gruvbox) colorscheme into spmenu. - This profile implements the [Gruvbox Light](https://github.com/morhetz/gruvbox) colorscheme into spmenu.
![image](/pages/images/gruvbox-material.png) ![image](/pages/images/gruvbox-material.png)
- [Gruvbox Material](https://git.speedie.site/spmenu-themes/plain/Gruvbox-Material.conf) - [Gruvbox Material](Gruvbox-Material.conf)
- Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site)) - Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site))
- This profile implements the [Gruvbox Material](https://github.com/sainnhe/gruvbox-material) colorscheme into spmenu. - This profile implements the [Gruvbox Material](https://github.com/sainnhe/gruvbox-material) colorscheme into spmenu.
- [Disable global colors](https://git.speedie.site/spmenu-themes/plain/No-Global-Colors.conf) - [Disable global colors](No-Global-Colors.conf)
- Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site)) - Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site))
- This profile disables global colors, meaning programs like Pywal will not function with spmenu. This is nice if you want to use Pywal everywhere except spmenu. - This profile disables global colors, meaning programs like Pywal will not function with spmenu. This is nice if you want to use Pywal everywhere except spmenu.
![image](/pages/images/nord.png) ![image](/pages/images/nord.png)
- [Nord](https://git.speedie.site/spmenu-themes/plain/Nord.conf) - [Nord](Nord.conf)
- Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site)) - Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site))
- This profile implements the [Nord](https://www.nordtheme.com/) colorscheme into spmenu. - This profile implements the [Nord](https://www.nordtheme.com/) colorscheme into spmenu.
![image](/pages/images/solarized-dark.png) ![image](/pages/images/solarized-dark.png)
- [Solarized (Dark)](https://git.speedie.site/spmenu-themes/plain/Solarized-Dark.conf) - [Solarized (Dark)](Solarized-Dark.conf)
- Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site)) - Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site))
- This profile implements the [Solarized](https://ethanschoonover.com/solarized/) colorscheme into spmenu. Specifically the 'Dark' variant. - This profile implements the [Solarized](https://ethanschoonover.com/solarized/) colorscheme into spmenu. Specifically the 'Dark' variant.
![image](/pages/images/solarized-light.png) ![image](/pages/images/solarized-light.png)
- [Solarized (Light)](https://git.speedie.site/spmenu-themes/plain/Solarized-Light.conf) - [Solarized (Light)](Solarized-Light.conf)
- Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site)) - Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site))
- This profile implements the [Solarized](https://ethanschoonover.com/solarized/) colorscheme into spmenu. Specifically the 'Light' variant. - This profile implements the [Solarized](https://ethanschoonover.com/solarized/) colorscheme into spmenu. Specifically the 'Light' variant.
![image](/pages/images/tokyo-night.png) ![image](/pages/images/tokyo-night.png)
- [Tokyo Night](https://git.speedie.site/spmenu-themes/plain/Tokyo-Night.conf) - [Tokyo Night](Tokyo-Night.conf)
- Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site)) - Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site))
- This profile implements the [Tokyo Night](https://github.com/enkia/tokyo-night-vscode-theme) colorscheme into spmenu, ported from the VS Code theme. - This profile implements the [Tokyo Night](https://github.com/enkia/tokyo-night-vscode-theme) colorscheme into spmenu, ported from the VS Code theme.
- [dmenu](https://git.speedie.site/spmenu-themes/plain/dmenu.conf) - [dmenu](https://git.speedie.site/speedie/spmenu-themes/raw/branch/master/dmenu.conf)
- Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site)) - Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site))
- This config tries to match dmenu as closely as possible, even stripping away spmenu only features to an extent. - This config tries to match dmenu as closely as possible, even stripping away spmenu only features to an extent.
- [Default](https://git.speedie.site/spmenu/plain/docs/spmenu.conf) - [Default](https://git.speedie.site/speedie/spmenu-themes/raw/branch/master/spmenu.conf)
- Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site)) - Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site))
- This config is the default configuration for spmenu. This is automatically installed to `/usr/share/spmenu/spmenu.conf` so you *usually* don't need a copy of this. - This config is the default configuration for spmenu. This is automatically installed to `/usr/share/spmenu/spmenu.conf` so you *usually* don't need a copy of this.