Update Fri Feb 11 04:28:23 PM CST 2022

This commit is contained in:
Dewalt 2022-02-11 16:28:23 -06:00
parent e09318f1c8
commit 315df600eb
1 changed files with 14 additions and 5 deletions

View File

@ -218,11 +218,20 @@ fix_all () {
# called as sub-function call of fix_all or fix_upgrade itself
}
# lightdm theme change to light or dark mode
# light to dark theme
# sed s:"Kali-Light":"Kali-Dark":g -i /etc/lightdm/lightdm.conf
# dark to light theme
# sed s:"Kali-Dark":"Kali-Light":g -i /etc/lightdm/lightdm.conf
#fix_kali_lightdm_theme_and_background()
# {
# lightdm theme change to light or dark mode
# set kali lightdm login theme from Kali-Light to Kali-Dark
# sed s:"Kali-Light":"Kali-Dark":g -i /etc/lightdm/lightdm.conf
# dark to light theme
# set kali login-theme to Kali-Light from Dark theme
# sed s:"Kali-Dark":"Kali-Light":g -i /etc/lightdm/lightdm.conf
# set kali background to solid black color
# sed s:"background = /usr/share/desktop-base/kali-theme/login/background":"background = #000000":g
# }
fix_httprobe() { # 01.04.22 - added httprobe precompiled binary to fix_missing
if [ -f /usr/bin/httprobe ];