sh install update
This commit is contained in:
@@ -96,7 +96,7 @@ modules-left = bspwm xwindow
|
|||||||
;modules-center = mpd
|
;modules-center = mpd
|
||||||
modules-right = pulseaudio cpu memory wlan eth date temperature battery session
|
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-position = right
|
||||||
tray-padding = 2
|
tray-padding = 2
|
||||||
@@ -393,10 +393,13 @@ label = %temperature-c%
|
|||||||
label-warn = %temperature-c%
|
label-warn = %temperature-c%
|
||||||
label-warn-foreground = ${colors.icon-c1}
|
label-warn-foreground = ${colors.icon-c1}
|
||||||
|
|
||||||
ramp-0 =
|
ramp-0 = LL
|
||||||
ramp-1 =
|
ramp-1 = L
|
||||||
ramp-2 =
|
ramp-2 = M
|
||||||
ramp-foreground = ${colors.foreground-alt}
|
ramp-3 = M
|
||||||
|
ramp-4 = M
|
||||||
|
ramp-5 = H
|
||||||
|
ramp-foreground = ${colors.icon-c1}
|
||||||
|
|
||||||
|
|
||||||
[module/session]
|
[module/session]
|
||||||
|
|||||||
@@ -16,10 +16,10 @@ sleep 3
|
|||||||
sudo apt update && sudo apt upgrade -y
|
sudo apt update && sudo apt upgrade -y
|
||||||
|
|
||||||
# Core packages to be installed
|
# 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
|
# 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
|
# 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
|
sudo apt install -y zsh git wireguard wireguard-tools libreoffice libreoffice-gtk3 libreoffice-style-breeze libreoffice-l10n-da inkscape gimp rawtherapee darktable okular
|
||||||
|
|||||||
37
install-scripts/install-alacritty-themes-debian.sh
Normal file
37
install-scripts/install-alacritty-themes-debian.sh
Normal file
@@ -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 " "
|
||||||
@@ -13,7 +13,7 @@ OPTIONS=(1 "Install AMD Driver"
|
|||||||
2 "Install AMD Driver + NVIDIA"
|
2 "Install AMD Driver + NVIDIA"
|
||||||
3 "Install Intel Driver"
|
3 "Install Intel Driver"
|
||||||
4 "Install Intel + NVIDIA 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")
|
6 "Do nothing and Reboot")
|
||||||
|
|
||||||
CHOICE=$(dialog --clear \
|
CHOICE=$(dialog --clear \
|
||||||
|
|||||||
Reference in New Issue
Block a user