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
. $HOME/.config/speedwm-de/status/config
BINDIR="$(dirname $(command -v status))/"
BINDIR="$(dirname $(command -v speedwm_status))/"
# argument 1
ARG1="$1"

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,5 +1,6 @@
#!/bin/sh
# Status bar for speedwm
# stellar - Status bar for speedwm
#
# Written by speedie.gq in POSIX sh for https://speedie.gq/speedwm
# 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
case "$BINDIR" in
"") BINDIR="$(dirname $(command -v status))/" ;;
"") BINDIR="$(dirname $(command -v speedwm_status))/" ;;
esac
# RAM usage

View file

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

View file

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

View file

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

View file

@ -43,7 +43,7 @@ case "$RUNLAUNCHER" in
"") RUNLAUNCHER=dmenu ;;
esac
BINDIR="$(dirname $(command -v status))/"
BINDIR="$(dirname $(command -v speedwm_status))/"
DOTDIR=$HOME/.config/speedwm-de/winnav
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!
# https://speedie.gq/speedwm for instructions and usage!
BINDIR="$(dirname $(command -v status))/"
BINDIR="$(dirname $(command -v speedwm_status))/"
ARGS=$1
# No second argument is supported