Move NoPywal to No-Global-Colors, as people who aren't familiar with

Pywal may get confused about that name.
This commit is contained in:
speedie 2023-04-02 01:40:30 +02:00
parent f290d0fc3b
commit c7bd2aeb19
4 changed files with 8 additions and 4 deletions

4
themes/No-Global-Colors Normal file
View file

@ -0,0 +1,4 @@
! This "colorscheme" simply disables global colors.
! Apply 'default' first if you want the default colorscheme.
! Note that applying another profile after this one containing `globalcolors` will override this profile.
spmenu.globalcolors: 0

View file

@ -1,3 +0,0 @@
! This "colorscheme" simply disables global colors.
! Apply 'default' first if you want the default colorscheme.
spmenu.globalcolors: 0

View file

@ -1,6 +1,7 @@
# spmenu themes
spmenu has a profile feature, which allows you to quickly switch between configuration files. For this reason, it is possible to quickly switch between colorschemes.
spmenu has a profile feature, which allows you to quickly switch between
configuration files. For this reason, it is possible to quickly switch between colorschemes.
Feel free to contribute your own colorschemes here.

View file

@ -1,4 +1,6 @@
#!/bin/sh
# install.sh
# This script installs all the profiles, allowing spmenu to see and choose them.
mkdir -p "$HOME/.config/spmenu/profiles/"
cp ./* "$HOME/.config/spmenu/profiles/"
rm -f "$HOME/.config/spmenu/profiles/install.sh" "$HOME/.config/spmenu/profiles/README.md"