mirror of
https://github.com/cizordj/i3-themer.git
synced 2024-04-21 12:32:12 +00:00
Add one more function
This function copies the utilities to the user bin repository making it thus usable by polybar
This commit is contained in:
@@ -89,6 +89,10 @@ function copyWallpapers(){
|
||||
function copyPolybarLauncher(){
|
||||
cp assets/scripts/i3wmthemer_bar_launch.sh "$XDG_CONFIG_HOME/polybar/"
|
||||
}
|
||||
function copyUtilities(){
|
||||
mkdir -p "$HOME/.local/bin"
|
||||
cp "$PWD/i3-scrot" "$PWD/i3-exit" "$HOME/.local/bin"
|
||||
}
|
||||
function restartApps(){
|
||||
pkill dunst
|
||||
xrdb "${CONFIG_PATH['xresources']}"
|
||||
@@ -133,6 +137,8 @@ fi
|
||||
touchConfigFiles
|
||||
copyWallpapers
|
||||
copyPolybarLauncher
|
||||
copyUtilities
|
||||
|
||||
for file in defaults/* ; do
|
||||
source "$file"
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user