don't load spmenurc first

This commit is contained in:
speedie 2023-03-31 16:24:50 +02:00
parent 90875c2dec
commit aec9909d7c
3 changed files with 4 additions and 5 deletions

View file

@ -549,9 +549,9 @@ else on startup, as if this feature did not exist.
Not only can profiles be used to configure color schemes and fonts, allowing you
to swap color schemes quickly, but also any other options you may want.
Note that any profiles are applied ON TOP of the default profile, meaning if
Note that any profiles are applied ON TOP of the current loaded profile, meaning if
any options are missing from the selected profile, the setting in
the default profile will be used in place.
the profile used before will be used in place.
There are a few color schemes for spmenu included in the repository, see
the `themes/` directory. Feel free to copy those to your profile directory.

View file

@ -3,7 +3,6 @@
load_profile() {
[ -f "$HOME/.config/spmenu/.profile" ] && PROFILE="$(cat "$HOME/.config/spmenu/.profile")"
xrdb -override "$HOME/.config/spmenu/spmenurc"
[ -n "$PROFILE" ] && xrdb -override "$PROFILE"
}

View file

@ -577,9 +577,9 @@ Not only can profiles be used to configure color schemes and fonts,
allowing you to swap color schemes quickly, but also any other options
you may want.
.PP
Note that any profiles are applied ON TOP of the default profile,
Note that any profiles are applied ON TOP of the current loaded profile,
meaning if any options are missing from the selected profile, the
setting in the default profile will be used in place.
setting in the profile used before will be used in place.
.PP
There are a few color schemes for spmenu included in the repository, see
the \f[V]themes/\f[R] directory.