mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-10-04 01:00:17 +00:00
Fix stray gtktheme string
This commit is contained in:
2
fetch
2
fetch
@@ -1196,7 +1196,7 @@ getstyle () {
|
|||||||
kde_config_file="${kde_config_dir}/share/config/kdeglobals"
|
kde_config_file="${kde_config_dir}/share/config/kdeglobals"
|
||||||
|
|
||||||
theme=$(grep "^[^#]*$kde" "$kde_config_file")
|
theme=$(grep "^[^#]*$kde" "$kde_config_file")
|
||||||
theme=${gtk3theme/${kde}*=}
|
theme=${theme/${kde}*=}
|
||||||
|
|
||||||
gtk_shorthand="on"
|
gtk_shorthand="on"
|
||||||
return
|
return
|
||||||
|
Reference in New Issue
Block a user