Automated update
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# Suckless Installs - Programs associated with my window manager, and my window manager.
|
||||
## Purpose
|
||||
I pretty much use this as my backup system.
|
||||
I pretty much use this as my backup system (for my window manage)
|
||||
|
||||
@@ -32,7 +32,11 @@ for pkg in "${requires_packages[@]}"; do
|
||||
echo "Package $pkg is installed already. YAY"
|
||||
fi
|
||||
done
|
||||
sudo chmod +x /home/klein/DynamicWindowManagement//customstatusbar/statusbars/statusbar.sh
|
||||
sudo ln -s /home/klein/DynamicWindowManagement/customstatusbar/statusbars/statusbar.sh /usr/local/bin/statusbar
|
||||
sudo chmod +x statusbar.sh
|
||||
sudo cp statusbar.sh /usr/local/bin/statusbar
|
||||
|
||||
PREFIX="$HOME/.local/share/statusbar"
|
||||
mkdir -p "$PREFIX"
|
||||
cp colorvars.sh "$PREFIX"
|
||||
|
||||
echo "Installation done. Run statusbar in shell. Installed to local bin"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Source color vars
|
||||
source /home/klein/DynamicWindowManagement/customstatusbar/statusbars/colorvars.sh
|
||||
source "$HOME/.local/share/statusbar/colorvars.sh"
|
||||
|
||||
# Define Basic Dimentions
|
||||
base_x=0
|
||||
|
||||
Reference in New Issue
Block a user