mirror of
https://github.com/KittyKatt/screenFetch.git
synced 2026-01-14 00:38:03 -05:00
Brought over hotfix from f_wmfixes where logic fired wm twice. My fault entirely trying to fix the dependant detectwm call.
This commit is contained in:
@@ -1120,9 +1120,9 @@ themeExport () {
|
|||||||
|
|
||||||
for i in "${display[@]}"; do
|
for i in "${display[@]}"; do
|
||||||
|
|
||||||
if [[ $i == wmtheme ]]; then
|
if [[ $i =~ wm ]]; then
|
||||||
detectwm
|
! [[ $WM ]] && detectwm;
|
||||||
detectwmtheme
|
! [[ $Win_theme ]] && detectwmtheme;
|
||||||
else
|
else
|
||||||
|
|
||||||
[[ "${display[*]}" =~ "$i" ]] && detect${i}
|
[[ "${display[*]}" =~ "$i" ]] && detect${i}
|
||||||
|
|||||||
Reference in New Issue
Block a user