Fix VERY stupid mistake

This commit is contained in:
speediegq 2022-10-25 19:23:36 +02:00
parent de7839a8b1
commit f5a835df30
24 changed files with 26 additions and 25 deletions

View file

@ -3,7 +3,7 @@
# load config # load config
. $HOME/.config/speedwm-de/status/config . $HOME/.config/speedwm-de/status/config
BINDIR="$(dirname $(command -v status))/" BINDIR="$(dirname $(command -v speedwm_status))/"
# argument 1 # argument 1
ARG1="$1" ARG1="$1"

View file

@ -3,7 +3,7 @@
# load config # load config
. $HOME/.config/speedwm-de/status/config . $HOME/.config/speedwm-de/status/config
BINDIR="$(dirname $(command -v status))/" BINDIR="$(dirname $(command -v speedwm_status))/"
ARG1="$1" ARG1="$1"

View file

@ -3,7 +3,7 @@
# load config # load config
. $HOME/.config/speedwm-de/status/config . $HOME/.config/speedwm-de/status/config
BINDIR="$(dirname $(command -v status))/" BINDIR="$(dirname $(command -v speedwm_status))/"
ARG1="$1" ARG1="$1"

View file

@ -3,7 +3,7 @@
# load config # load config
. $HOME/.config/speedwm-de/status/config . $HOME/.config/speedwm-de/status/config
BINDIR="$(dirname $(command -v status))/" BINDIR="$(dirname $(command -v speedwm_status))/"
ARG1="$1" ARG1="$1"

View file

@ -3,7 +3,7 @@
# load config # load config
. $HOME/.config/speedwm-de/status/config . $HOME/.config/speedwm-de/status/config
BINDIR="$(dirname $(command -v status))/" BINDIR="$(dirname $(command -v speedwm_status))/"
ARG1="$1" ARG1="$1"

View file

@ -3,7 +3,7 @@
# load config # load config
. $HOME/.config/speedwm-de/status/config . $HOME/.config/speedwm-de/status/config
BINDIR="$(dirname $(command -v status))/" BINDIR="$(dirname $(command -v speedwm_status))/"
# argument 1 # argument 1
ARG1="$1" ARG1="$1"

View file

@ -3,7 +3,7 @@
# load config # load config
. $HOME/.config/speedwm-de/status/config . $HOME/.config/speedwm-de/status/config
BINDIR="$(dirname $(command -v status))/" BINDIR="$(dirname $(command -v speedwm_status))/"
ARG1="$1" ARG1="$1"

View file

@ -3,7 +3,7 @@
# load config # load config
. $HOME/.config/speedwm-de/status/config . $HOME/.config/speedwm-de/status/config
BINDIR="$(dirname $(command -v status))/" BINDIR="$(dirname $(command -v speedwm_status))/"
ARG1="$1" ARG1="$1"

View file

@ -3,7 +3,7 @@
# load config # load config
. $HOME/.config/speedwm-de/status/config . $HOME/.config/speedwm-de/status/config
BINDIR="$(dirname $(command -v status))/" BINDIR="$(dirname $(command -v speedwm_status))/"
ARG1="$1" ARG1="$1"

View file

@ -3,7 +3,7 @@
# #
# load config # load config
. $HOME/.config/speedwm-de/status/config . $HOME/.config/speedwm-de/status/config
BINDIR="$(dirname $(command -v status))/" BINDIR="$(dirname $(command -v speedwm_status))/"
ARG1="$1" ARG1="$1"

View file

@ -3,7 +3,7 @@
# load config # load config
. $HOME/.config/speedwm-de/status/config . $HOME/.config/speedwm-de/status/config
BINDIR="$(dirname $(command -v status))/" BINDIR="$(dirname $(command -v speedwm_status))/"
# argument 1 # argument 1
ARG1="$1" ARG1="$1"

View file

@ -4,7 +4,7 @@
# Run speedwm-audioctrl -help for more information! # Run speedwm-audioctrl -help for more information!
# License: GPLv3. # License: GPLv3.
BINDIR="$(dirname $(command -v status))/" BINDIR="$(dirname $(command -v speedwm_status))/"
MUTE() { MUTE() {
# Mute for pulseaudio/pipewire # Mute for pulseaudio/pipewire

View file

@ -9,7 +9,7 @@ CHECK() {
"") RUNLAUNCHER=dmenu ;; "") RUNLAUNCHER=dmenu ;;
esac esac
BINDIR="$(dirname $(command -v status))/" BINDIR="$(dirname $(command -v speedwm_status))/"
} }
HAVE_GRID="true" HAVE_GRID="true"

View file

@ -2,7 +2,7 @@
# speedwm-compatcheck # speedwm-compatcheck
# compatibility checker used by 'make' when compiling speedwm. # compatibility checker used by 'make' when compiling speedwm.
BINDIR="$(dirname $(command -v status))/" BINDIR="$(dirname $(command -v speedwm_status))/"
# Check if xrdb exists # Check if xrdb exists
if [ -e "${BINDIR}xrdb" ]; then if [ -e "${BINDIR}xrdb" ]; then

View file

@ -2,7 +2,7 @@
# speedwm-core # speedwm-core
# This script handles the updating and other things necessary for keybinds. # This script handles the updating and other things necessary for keybinds.
BINDIR="$(dirname $(command -v status))/" BINDIR="$(dirname $(command -v speedwm_status))/"
# update # update
UPDATE_SPEEDWM() { UPDATE_SPEEDWM() {

View file

@ -7,7 +7,7 @@ case "$RUNLAUNCHER" in
"") RUNLAUNCHER=dmenu ;; "") RUNLAUNCHER=dmenu ;;
esac esac
BINDIR="$(dirname $(command -v status))/" BINDIR="$(dirname $(command -v speedwm_status))/"
command -v iwctl > /dev/null || exit 1 command -v iwctl > /dev/null || exit 1

View file

@ -11,7 +11,7 @@ case "$RUNLAUNCHER" in
"") RUNLAUNCHER=dmenu ;; "") RUNLAUNCHER=dmenu ;;
esac esac
BINDIR="$(dirname $(command -v status))/" BINDIR="$(dirname $(command -v speedwm_status))/"
HAVE_GRID="true" HAVE_GRID="true"
if [ -e "$HOME/.config/speedwm-de/global/config" ]; then if [ -e "$HOME/.config/speedwm-de/global/config" ]; then

View file

@ -28,7 +28,7 @@ if [ "$HAVE_GRID" = "true" ]; then
GRIDARG="-g" GRIDARG="-g"
fi fi
BINDIR="$(dirname $(command -v status))/" BINDIR="$(dirname $(command -v speedwm_status))/"
EXPORTDIR=$HOME/.config/speedwm-de/powermenu EXPORTDIR=$HOME/.config/speedwm-de/powermenu
mkdir -p $EXPORTDIR mkdir -p $EXPORTDIR

View file

@ -1,5 +1,6 @@
#!/bin/sh #!/bin/sh
# Status bar for speedwm # stellar - Status bar for speedwm
#
# Written by speedie.gq in POSIX sh for https://speedie.gq/speedwm # Written by speedie.gq in POSIX sh for https://speedie.gq/speedwm
# Licensed under the GNU GPLv3 free software license. # Licensed under the GNU GPLv3 free software license.
# #
@ -203,7 +204,7 @@ printf "Loaded $0 $VER\n---\n"
# Set it to /usr/bin if it was not possible to get it through /usr/share/speedwm-bindir # Set it to /usr/bin if it was not possible to get it through /usr/share/speedwm-bindir
case "$BINDIR" in case "$BINDIR" in
"") BINDIR="$(dirname $(command -v status))/" ;; "") BINDIR="$(dirname $(command -v speedwm_status))/" ;;
esac esac
# RAM usage # RAM usage

View file

@ -101,7 +101,7 @@ SWAL_MKCONFIG() {
} }
# Binary directory # Binary directory
BINDIR="$(dirname $(command -v status))/" BINDIR="$(dirname $(command -v speedwm_status))/"
SWAL_OLDWALLPAPERDIR=$SWAL_WALLPAPERDIR SWAL_OLDWALLPAPERDIR=$SWAL_WALLPAPERDIR
# Source things # Source things

View file

@ -24,7 +24,7 @@ if [ "$HAVE_GRID" = "true" ]; then
fi fi
VARS() { VARS() {
BINDIR="$(dirname $(command -v status))/" BINDIR="$(dirname $(command -v speedwm_status))/"
} }
VARS VARS

View file

@ -23,7 +23,7 @@ if [ "$HAVE_GRID" = "true" ]; then
GRIDARG="-g" GRIDARG="-g"
fi fi
BINDIR="$(dirname $(command -v status))/" BINDIR="$(dirname $(command -v speedwm_status))/"
EMOJILIST() EMOJILIST()
{ {

View file

@ -43,7 +43,7 @@ case "$RUNLAUNCHER" in
"") RUNLAUNCHER=dmenu ;; "") RUNLAUNCHER=dmenu ;;
esac esac
BINDIR="$(dirname $(command -v status))/" BINDIR="$(dirname $(command -v speedwm_status))/"
DOTDIR=$HOME/.config/speedwm-de/winnav DOTDIR=$HOME/.config/speedwm-de/winnav
POSITION="bottom" # top, bottom, center (your $RUNLAUNCHER must support center for this to work) POSITION="bottom" # top, bottom, center (your $RUNLAUNCHER must support center for this to work)

View file

@ -3,7 +3,7 @@
# External script which starts speedwm! # External script which starts speedwm!
# https://speedie.gq/speedwm for instructions and usage! # https://speedie.gq/speedwm for instructions and usage!
BINDIR="$(dirname $(command -v status))/" BINDIR="$(dirname $(command -v speedwm_status))/"
ARGS=$1 ARGS=$1
# No second argument is supported # No second argument is supported