diff --git a/bspwm-install-martin-dte-debian.sh b/bspwm-install-martin-dte-debian.sh index e7c9f7a..adfa555 100644 --- a/bspwm-install-martin-dte-debian.sh +++ b/bspwm-install-martin-dte-debian.sh @@ -18,8 +18,11 @@ echo " APT add testing main contrib non-free." 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-src 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://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 #read -p "Troubleshooting - Press a key to continue the installation." diff --git a/config/nitrogen/nitrogen.cfg b/config/nitrogen/nitrogen.cfg index 2c0699b..f1f1e57 100644 --- a/config/nitrogen/nitrogen.cfg +++ b/config/nitrogen/nitrogen.cfg @@ -8,4 +8,4 @@ sizey=1037 view=icon recurse=true sort=alpha -icon_caps=false \ No newline at end of file +icon_caps=false diff --git a/config/polybar/config b/config/polybar/config index 188eac6..4c9de6c 100644 --- a/config/polybar/config +++ b/config/polybar/config @@ -152,6 +152,7 @@ label-unmounted-foreground = ${colors.foreground-alt} ; Separator in between workspaces ON / OFF ; label-separator = | +;# bspwm module new + icons [module/bspwm] type = internal/bspwm @@ -189,7 +190,7 @@ label-urgent = %icon% label-urgent-padding = 2 label-empty = %icon% -label-empty-foreground = ${colors.foreground} +label-empty-foreground = ${colors.foreground-alt} label-empty-padding = 2 label-empty-background = ${colors.background} label-monocle = "  "