mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-14 12:37:16 +00:00
Update
This commit is contained in:
4
fetch
4
fetch
@@ -599,7 +599,9 @@ getvisualstyle () {
|
||||
;;
|
||||
|
||||
"Windows"*)
|
||||
visualstyle="$(grep -F 'CurrentTheme' /proc/registry/HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Themes)"
|
||||
visualstyle="$(grep '' /proc/registry/HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Themes/CurrentTheme)"
|
||||
visualstyle=${visualstyle##*/}
|
||||
visualstyle=${visualstyle%\.*}
|
||||
;;
|
||||
|
||||
*)
|
||||
|
||||
Reference in New Issue
Block a user