add fix
This commit is contained in:
@@ -8,22 +8,11 @@ cd ~/bspwm-install-ma-dte
|
|||||||
#echo " "
|
#echo " "
|
||||||
#echo "-'-'-'-'-'-'-'-'-'-'-'-'-"
|
#echo "-'-'-'-'-'-'-'-'-'-'-'-'-"
|
||||||
mkdir ~/.config
|
mkdir ~/.config
|
||||||
|
mkdir ~/.themes
|
||||||
|
mkdir ~/.icons
|
||||||
mkdir ~/.fonts
|
mkdir ~/.fonts
|
||||||
mkdir ~/wallpapers
|
mkdir ~/wallpapers
|
||||||
|
|
||||||
# ADD new apt testing YES / NO
|
|
||||||
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
|
|
||||||
echo " "
|
|
||||||
echo " APT add testing main contrib non-free."
|
|
||||||
echo " "
|
|
||||||
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
|
|
||||||
|
|
||||||
sudo sh -c "echo 'deb http://deb.debian.org/debian/ testing main contrib non-free' >> /etc/apt/sources.list"
|
|
||||||
sudo sh -c "echo 'deb-src http://deb.debian.org/debian/ testing main contrib non-free' >> /etc/apt/sources.list"
|
|
||||||
|
|
||||||
echo " Add UPUP alias to bash config."
|
|
||||||
sudo sh -c "echo 'alias upup="sudo apt update && sudo apt upgrade -y && sudo apt autoremove -y"' >> ~/.bash_aliases"
|
|
||||||
|
|
||||||
# Not for production version
|
# Not for production version
|
||||||
#read -p "Troubleshooting - Press a key to continue the installation."
|
#read -p "Troubleshooting - Press a key to continue the installation."
|
||||||
|
|
||||||
@@ -35,12 +24,32 @@ sudo sh -c "echo 'alias upup="sudo apt update && sudo apt upgrade -y && sudo apt
|
|||||||
#echo "-'-'-'-'-'-'-'-'-'-'-'-'-"
|
#echo "-'-'-'-'-'-'-'-'-'-'-'-'-"
|
||||||
|
|
||||||
cp -r ~/bspwm-install-ma-dte/config/* ~/.config/
|
cp -r ~/bspwm-install-ma-dte/config/* ~/.config/
|
||||||
cp -r ~/bspwm-install-ma-dte/wallpapers/* ~/wallpapers/
|
|
||||||
cp -r ~/bspwm-install-ma-dte/fonts/* ~/.fonts/
|
cp -r ~/bspwm-install-ma-dte/fonts/* ~/.fonts/
|
||||||
|
cp -r ~/bspwm-install-ma-dte/themes/* ~/.themes/
|
||||||
|
cp -r ~/bspwm-install-ma-dte/wallpapers/* ~/wallpapers/
|
||||||
|
|
||||||
# Echo til config files
|
# Echo config to files. YES / NO
|
||||||
|
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
|
||||||
|
echo " "
|
||||||
|
echo " Echo config to files..."
|
||||||
|
echo " "
|
||||||
|
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
|
||||||
|
|
||||||
|
sudo sh -c "echo 'deb http://deb.debian.org/debian/ testing main contrib non-free' >> /etc/apt/sources.list"
|
||||||
|
sudo sh -c "echo 'deb-src http://deb.debian.org/debian/ testing main contrib non-free' >> /etc/apt/sources.list"
|
||||||
|
|
||||||
|
echo " Add UPUP alias to bash config."
|
||||||
|
sudo sh -c "echo 'alias upup="sudo apt update && sudo apt upgrade -y && sudo apt autoremove -y"' >> ~/.bash_aliases"
|
||||||
|
|
||||||
|
# Echo Nitrogen config to files.
|
||||||
echo "dirs=$HOME/wallpapers;" >> $HOME/.config/nitrogen/nitrogen.cfg
|
echo "dirs=$HOME/wallpapers;" >> $HOME/.config/nitrogen/nitrogen.cfg
|
||||||
|
|
||||||
|
touch .config/nitrogen/bg-saved.cfg
|
||||||
|
echo "[xin_-1]" >> $HOME/.config/nitrogen/bg-saved.cfg
|
||||||
|
echo "file=$HOME/wallpapers/1080p/pexels-fiona-art-3631430.jpg" >> $HOME/.config/nitrogen/bg-saved.cfg
|
||||||
|
echo "mode=5" >> $HOME/.config/nitrogen/bg-saved.cfg
|
||||||
|
echo "bgcolor=#191a1b" >> $HOME/.config/nitrogen/bg-saved.cfg
|
||||||
|
|
||||||
|
|
||||||
#chmod +x files.
|
#chmod +x files.
|
||||||
#echo "-'-'-'-'-'-'-'-'-'-'-'-'-"
|
#echo "-'-'-'-'-'-'-'-'-'-'-'-'-"
|
||||||
|
|||||||
@@ -55,7 +55,10 @@ picom &
|
|||||||
feh --bg-fill ~/wallpapers/default-wallpaper.jpg &
|
feh --bg-fill ~/wallpapers/default-wallpaper.jpg &
|
||||||
nitrogen --restore &
|
nitrogen --restore &
|
||||||
pulseaudio --kill &
|
pulseaudio --kill &
|
||||||
sleep 2
|
sleep 3
|
||||||
pulseaudio --start &
|
pulseaudio --start &
|
||||||
|
|
||||||
xscreensaver -nosplash &
|
xscreensaver -nosplash &
|
||||||
|
|
||||||
|
sleep 3
|
||||||
$HOME/.config/polybar/run-polybar.sh &
|
$HOME/.config/polybar/run-polybar.sh &
|
||||||
|
|||||||
@@ -85,7 +85,6 @@ font-2 = "Font Awesome 6 Free:style=Regular:size=12;2"
|
|||||||
font-3 = "Font Awesome 5 Free:style=Regular:size=12;2"
|
font-3 = "Font Awesome 5 Free:style=Regular:size=12;2"
|
||||||
font-4 = "Material Icons:style=Regular:size=12;2"
|
font-4 = "Material Icons:style=Regular:size=12;2"
|
||||||
font-5 = "DejaVuSansMono Nerd Font:style=Book:size=12;2"
|
font-5 = "DejaVuSansMono Nerd Font:style=Book:size=12;2"
|
||||||
|
|
||||||
;font-6 = "DejaVu Sans:style=Regular:size=11;2"
|
;font-6 = "DejaVu Sans:style=Regular:size=11;2"
|
||||||
|
|
||||||
modules-left = bspwm
|
modules-left = bspwm
|
||||||
@@ -144,6 +143,8 @@ label-unmounted-foreground = ${colors.foreground-alt}
|
|||||||
[module/bspwm]
|
[module/bspwm]
|
||||||
type = internal/bspwm
|
type = internal/bspwm
|
||||||
|
|
||||||
|
enable-scroll = false
|
||||||
|
|
||||||
label-focused = %index%
|
label-focused = %index%
|
||||||
label-focused-background = ${colors.background-alt}
|
label-focused-background = ${colors.background-alt}
|
||||||
label-focused-underline= ${colors.primary}
|
label-focused-underline= ${colors.primary}
|
||||||
|
|||||||
@@ -21,3 +21,7 @@ sudo apt install -y ~/bspwm-install-ma-dte/google-chrome-stable_current_amd64.de
|
|||||||
|
|
||||||
# More Software & Packages ON / OFF
|
# More Software & Packages ON / OFF
|
||||||
sudo apt install -y zsh git wireguard wireguard-tools libreoffice libreoffice-l10n-da inkscape gimp rawtherapee darktable okular virt-manager
|
sudo apt install -y zsh git wireguard wireguard-tools libreoffice libreoffice-l10n-da inkscape gimp rawtherapee darktable okular virt-manager
|
||||||
|
|
||||||
|
|
||||||
|
# More Themes Extra Packages ON / OFF
|
||||||
|
sudo apt install -y papirus-icon-theme breeze-cursor-theme gnome-themes-extra
|
||||||
Reference in New Issue
Block a user