mirror of
https://github.com/Foltik/dotfiles
synced 2025-03-29 07:07:16 -04:00
Fix wallpaper copy print
This commit is contained in:
parent
343e61cfbd
commit
63e2ac17a2
@ -11,7 +11,7 @@ lnf() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
lnfb() {
|
lnfb() {
|
||||||
print -P '%B%F{yellow}[[['
|
print -P '%B%F{yellow}[[[%f%b'
|
||||||
}
|
}
|
||||||
|
|
||||||
lnfbe() {
|
lnfbe() {
|
||||||
@ -72,11 +72,11 @@ install_i3() {
|
|||||||
lnh "Installing General Tools"
|
lnh "Installing General Tools"
|
||||||
mkdir -p ~/Documents/tools
|
mkdir -p ~/Documents/tools
|
||||||
# Wallpaper Tool
|
# Wallpaper Tool
|
||||||
lnfb
|
|
||||||
cp -v config/i3/tools/wallpaper.sh ~/Documents/tools/
|
|
||||||
lnfbe
|
|
||||||
lnf
|
lnf
|
||||||
|
cp -v config/i3/tools/wallpaper.sh ~/Documents/tools/
|
||||||
|
lnfb
|
||||||
cp -v config/wallpapers/wallpaper* ~/Pictures/
|
cp -v config/wallpapers/wallpaper* ~/Pictures/
|
||||||
|
lnfbe
|
||||||
|
|
||||||
### Install Service Files
|
### Install Service Files
|
||||||
lnh "Installing Services"
|
lnh "Installing Services"
|
||||||
|
Loading…
Reference in New Issue
Block a user