From 22ce8dc4e15a357f7ba8e071656489b887450622 Mon Sep 17 00:00:00 2001 From: ITmail-dk <48917593+ITmail-dk@users.noreply.github.com> Date: Mon, 10 Jan 2022 19:19:31 +0100 Subject: [PATCH] sh install update --- config/polybar/config | 13 ++++--- install-scripts/apt-install-packages.sh | 4 +- .../install-alacritty-themes-debian.sh | 37 +++++++++++++++++++ last-step-setup-menu.sh | 2 +- 4 files changed, 48 insertions(+), 8 deletions(-) create mode 100644 install-scripts/install-alacritty-themes-debian.sh diff --git a/config/polybar/config b/config/polybar/config index fb35406..333a550 100644 --- a/config/polybar/config +++ b/config/polybar/config @@ -96,7 +96,7 @@ modules-left = bspwm xwindow ;modules-center = mpd modules-right = pulseaudio cpu memory wlan eth date temperature battery session -; Models list - filesystem xbacklight alsa pulseaudio xkeyboard memory cpu wlan eth battery temperature date powermenu +; Models list - filesystem xbacklight alsa pulseaudio xkeyboard memory cpu wlan eth battery temperature date session tray-position = right tray-padding = 2 @@ -393,10 +393,13 @@ label =  %temperature-c% label-warn = %temperature-c% label-warn-foreground = ${colors.icon-c1} -ramp-0 =  -ramp-1 =  -ramp-2 =  -ramp-foreground = ${colors.foreground-alt} +ramp-0 = LL +ramp-1 = L +ramp-2 = M +ramp-3 = M +ramp-4 = M +ramp-5 = H +ramp-foreground = ${colors.icon-c1} [module/session] diff --git a/install-scripts/apt-install-packages.sh b/install-scripts/apt-install-packages.sh index 5e6ed07..8e7d080 100644 --- a/install-scripts/apt-install-packages.sh +++ b/install-scripts/apt-install-packages.sh @@ -16,10 +16,10 @@ sleep 3 sudo apt update && sudo apt upgrade -y # Core packages to be installed -sudo apt install -y xorg x11-xserver-utils arandr autorandr dialog bspwm sxhkd sddm picom polybar xautolock i3lock-fancy network-manager kitty psmisc rofi pcmanfm tlp font-manager gvfs-backends nitrogen dunst smbclient lxpolkit xbacklight lxappearance htop mc xarchiver mpv feh sxiv pulseaudio pulsemixer npm curl imagemagick scrot firefox-esr +sudo apt install -y xorg x11-xserver-utils arandr autorandr dialog bspwm sxhkd sddm picom polybar xautolock i3lock-fancy network-manager kitty psmisc rofi pcmanfm tlp font-manager gvfs-backends nitrogen dunst cups smbclient lxpolkit xbacklight lxappearance htop mc xarchiver mpv feh sxiv pulseaudio pulsemixer npm curl tmux imagemagick scrot firefox-esr # Software & Packages -sudo apt install -y ranger neovim flameshot cmus ncmpcpp notify-osd neofetch flatpak cava obs-studio +sudo apt install -y ranger neovim flameshot cmus ncmpcpp notify-osd neofetch flatpak cava obs-studio freerdp2-x11 # More Software & Packages ON / OFF sudo apt install -y zsh git wireguard wireguard-tools libreoffice libreoffice-gtk3 libreoffice-style-breeze libreoffice-l10n-da inkscape gimp rawtherapee darktable okular diff --git a/install-scripts/install-alacritty-themes-debian.sh b/install-scripts/install-alacritty-themes-debian.sh new file mode 100644 index 0000000..76da673 --- /dev/null +++ b/install-scripts/install-alacritty-themes-debian.sh @@ -0,0 +1,37 @@ +#!/bin/bash + +# APT UPDATE & APT UPGRADE +echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" +echo " " +echo " Alacritty Themes - Install" +echo " NPM Install alacritty-themes" +echo " " +echo " See more at https://github.com/rajasegar/alacritty-themes" +echo " " +echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" + +echo "Enter your user password, to continue." + +sudo apt update && sudo apt install -y npm + +# NPM Install alacritty-themes + +npm i -g alacritty-themes + + + +clear +echo " " +echo " " +echo " " +echo " " +echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" +echo " " +echo " ALL DONE run alacritty-themes to use it" +echo " " +echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" +echo " " +echo " " +echo " " +echo " " +echo " " \ No newline at end of file diff --git a/last-step-setup-menu.sh b/last-step-setup-menu.sh index 5070515..ea41f34 100644 --- a/last-step-setup-menu.sh +++ b/last-step-setup-menu.sh @@ -13,7 +13,7 @@ OPTIONS=(1 "Install AMD Driver" 2 "Install AMD Driver + NVIDIA" 3 "Install Intel Driver" 4 "Install Intel + NVIDIA Driver" - 5 "Virtual Machine - Copy New SUPER KEY to ALT KEY" + 5 "Virtual Machine - New SUPER KEY to ALT KEY" 6 "Do nothing and Reboot") CHOICE=$(dialog --clear \