Update install.sh

This commit is contained in:
2024-05-26 12:44:47 +02:00
parent 8ac93f69a8
commit 4c075eb1e7

View File

@@ -570,9 +570,7 @@ echo -e "${YELLOW} Tmux config END ${NC}"
# ------------------------------------------------------------------------------------------------- # -------------------------------------------------------------------------------------------------
echo -e "${YELLOW} Themes START ${NC}"
# ------------------------------------------------------------------------------------------------- # -------------------------------------------------------------------------------------------------
echo -e "${YELLOW} Nerd Fonts START - https://www.nerdfonts.com/font-downloads - https://www.nerdfonts.com/cheat-sheet - - - ${NC}" echo -e "${YELLOW} Nerd Fonts START - https://www.nerdfonts.com/font-downloads - https://www.nerdfonts.com/cheat-sheet - - - ${NC}"
if [ ! -d ~/.fonts ]; then if [ ! -d ~/.fonts ]; then
@@ -587,16 +585,16 @@ wget -P /tmp/ https://github.com/ryanoasis/nerd-fonts/releases/download/v3.2.1/D
unzip -q -n /tmp/DejaVuSansMono.zip -d ~/.fonts unzip -q -n /tmp/DejaVuSansMono.zip -d ~/.fonts
# Space Mono # Space Mono
wget -P /tmp/ https://github.com/ryanoasis/nerd-fonts/releases/download/v3.2.1/SpaceMono.zip #wget -P /tmp/ https://github.com/ryanoasis/nerd-fonts/releases/download/v3.2.1/SpaceMono.zip
unzip -q -n /tmp/SpaceMono.zip -d ~/.fonts #unzip -q -n /tmp/SpaceMono.zip -d ~/.fonts
# Roboto Mono # Roboto Mono
wget -P /tmp/ https://github.com/ryanoasis/nerd-fonts/releases/download/v3.2.1/RobotoMono.zip #wget -P /tmp/ https://github.com/ryanoasis/nerd-fonts/releases/download/v3.2.1/RobotoMono.zip
unzip -q -n /tmp/RobotoMono.zip -d ~/.fonts #unzip -q -n /tmp/RobotoMono.zip -d ~/.fonts
# Fira Mono # Fira Mono
wget -P /tmp/ https://github.com/ryanoasis/nerd-fonts/releases/download/v3.2.1/FiraMono.zip #wget -P /tmp/ https://github.com/ryanoasis/nerd-fonts/releases/download/v3.2.1/FiraMono.zip
unzip -q -n /tmp/FiraMono.zip -d ~/.fonts #unzip -q -n /tmp/FiraMono.zip -d ~/.fonts
rm -f ~/.fonts/*.md rm -f ~/.fonts/*.md
rm -f ~/.fonts/*.txt rm -f ~/.fonts/*.txt
@@ -605,7 +603,7 @@ echo -e "${YELLOW} Nerd Fonts END - https://www.nerdfonts.com/font-downloads "
# ------------------------------------------------------------------------------------------------- # -------------------------------------------------------------------------------------------------
# ------------------------------------------------------------------------------------------------- # -------------------------------------------------------------------------------------------------
echo -e "${YELLOW} Themes START ${NC}"
# ls -d /usr/share/themes/* # ls -d /usr/share/themes/*
# ls -d /usr/share/icons/* # ls -d /usr/share/icons/*
# ls -d /usr/share/ # ls -d /usr/share/
@@ -1708,7 +1706,7 @@ groups.append(ScratchPad("scratchpad", [
DropDown("term", "kitty --class=scratch", width=0.8, height=0.8, x=0.1, y=0.1, opacity=1), DropDown("term", "kitty --class=scratch", width=0.8, height=0.8, x=0.1, y=0.1, opacity=1),
DropDown("mc", "kitty --class=mc -e mc", width=0.8, height=0.8, x=0.1, y=0.1, opacity=1), DropDown("mc", "kitty --class=mc -e mc", width=0.8, height=0.8, x=0.1, y=0.1, opacity=1),
DropDown("audio", "kitty --class=volume -e alsamixer", width=0.8, height=0.8, x=0.1, y=0.1, opacity=1), DropDown("audio", "kitty --class=volume -e alsamixer", width=0.8, height=0.8, x=0.1, y=0.1, opacity=1),
DropDown("notes", "notepadqq --class=notepadqq", width=0.6, height=0.6, x=0.2, y=0.2, opacity=1), DropDown("notes", "notepadqq", width=0.6, height=0.6, x=0.2, y=0.2, opacity=1),
DropDown("music", "kitty --class=music -e ncmpcpp", width=0.8, height=0.8, x=0.1, y=0.1, opacity=1), DropDown("music", "kitty --class=music -e ncmpcpp", width=0.8, height=0.8, x=0.1, y=0.1, opacity=1),
])) ]))
@@ -1849,7 +1847,7 @@ echo -e "${YELLOW} Qtile Config file END ${NC}"
# ------------------------------------------------------------------------------------------------- # -------------------------------------------------------------------------------------------------
# Install closing screen ##### ##### ##### ##### ##### ##### ##### ##### ##### #### # Install closing screen ##### ##### ##### ##### ##### ##### ##### ##### ##### ####
if (whiptail --title "Installation Complete" --yesno "Installation is complete, Do you want to restart the computer ?\nSome practical information Windows key+Enter opens a terminal \nand Windows key+B opens a web browser" 10 60); then if (whiptail --title "Installation Complete" --yesno "Qmade Installation is complete. \nRestart the computer ?\n\nSome practical information. \nWindows key + Enter opens a terminal \nWindows key + B opens a web browser \nWindows key + W closes the active window" 15 60); then
cd ~ cd ~
clear clear
echo -e "${RED} " echo -e "${RED} "