From c7bd2aeb199ff98817660c72b5b8382abbb72cef Mon Sep 17 00:00:00 2001 From: speedie Date: Sun, 2 Apr 2023 01:40:30 +0200 Subject: [PATCH] Move NoPywal to No-Global-Colors, as people who aren't familiar with Pywal may get confused about that name. --- themes/No-Global-Colors | 4 ++++ themes/NoPywal | 3 --- themes/README.md | 3 ++- themes/install.sh | 2 ++ 4 files changed, 8 insertions(+), 4 deletions(-) create mode 100644 themes/No-Global-Colors delete mode 100644 themes/NoPywal diff --git a/themes/No-Global-Colors b/themes/No-Global-Colors new file mode 100644 index 0000000..cb1c71b --- /dev/null +++ b/themes/No-Global-Colors @@ -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 diff --git a/themes/NoPywal b/themes/NoPywal deleted file mode 100644 index d26d126..0000000 --- a/themes/NoPywal +++ /dev/null @@ -1,3 +0,0 @@ -! This "colorscheme" simply disables global colors. -! Apply 'default' first if you want the default colorscheme. -spmenu.globalcolors: 0 diff --git a/themes/README.md b/themes/README.md index 705217b..01a823b 100644 --- a/themes/README.md +++ b/themes/README.md @@ -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. diff --git a/themes/install.sh b/themes/install.sh index b17dbe5..8b3b275 100755 --- a/themes/install.sh +++ b/themes/install.sh @@ -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"