fix nitrogen + testing main contrib non-free

This commit is contained in:
ITmail-dk
2022-01-04 13:44:25 +01:00
parent 958ea53691
commit 72cfbccc67
3 changed files with 8 additions and 4 deletions

View File

@@ -18,8 +18,11 @@ echo " APT add testing main contrib non-free."
echo " " echo " "
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
sudo sh -c "echo 'deb http://cdn-fastly.deb.debian.org/debian/ testing main contrib non-free' >> /etc/apt/sources.list" 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://cdn-fastly.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."

View File

@@ -152,6 +152,7 @@ label-unmounted-foreground = ${colors.foreground-alt}
; Separator in between workspaces ON / OFF ; Separator in between workspaces ON / OFF
; label-separator = | ; label-separator = |
;# bspwm module new + icons
[module/bspwm] [module/bspwm]
type = internal/bspwm type = internal/bspwm
@@ -189,7 +190,7 @@ label-urgent = %icon%
label-urgent-padding = 2 label-urgent-padding = 2
label-empty = %icon% label-empty = %icon%
label-empty-foreground = ${colors.foreground} label-empty-foreground = ${colors.foreground-alt}
label-empty-padding = 2 label-empty-padding = 2
label-empty-background = ${colors.background} label-empty-background = ${colors.background}
label-monocle = "  " label-monocle = "  "