mirror of
https://github.com/Foltik/dotfiles
synced 2024-11-24 04:22:50 -05:00
Add block lnb
This commit is contained in:
parent
4e2b8a1803
commit
343e61cfbd
13
configure.sh
13
configure.sh
@ -11,10 +11,12 @@ lnf() {
|
||||
}
|
||||
|
||||
lnfb() {
|
||||
print -P '%B%F{blue}>>> [['
|
||||
print -P '%B%F{yellow}[[['
|
||||
}
|
||||
|
||||
lnfbe() {
|
||||
print -P '%B%F{blue}<<<
|
||||
print -P '%B%F{yellow}]]]'
|
||||
}
|
||||
|
||||
ln() {
|
||||
Print -Pn '%B%F{yellow}>>> '
|
||||
@ -70,8 +72,9 @@ install_i3() {
|
||||
lnh "Installing General Tools"
|
||||
mkdir -p ~/Documents/tools
|
||||
# Wallpaper Tool
|
||||
lnf
|
||||
lnfb
|
||||
cp -v config/i3/tools/wallpaper.sh ~/Documents/tools/
|
||||
lnfbe
|
||||
lnf
|
||||
cp -v config/wallpapers/wallpaper* ~/Pictures/
|
||||
|
||||
@ -88,7 +91,7 @@ install_i3() {
|
||||
lnf
|
||||
systemctl --user enable locker.service
|
||||
|
||||
echo "Select a Platform"
|
||||
lnh "Select a Platform"
|
||||
platform_opt=("Desktop" "Laptop")
|
||||
select opt in "${platform_opt[@]}"
|
||||
do
|
||||
@ -97,6 +100,7 @@ install_i3() {
|
||||
break
|
||||
;;
|
||||
"Laptop")
|
||||
lnh "Installing i3"
|
||||
install_i3_laptop
|
||||
break
|
||||
;;
|
||||
@ -118,7 +122,6 @@ do
|
||||
break
|
||||
;;
|
||||
"i3")
|
||||
echo "i3"
|
||||
install_i3
|
||||
break
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user