Fix stray gtktheme string
This commit is contained in:
parent
1b3e0e71bb
commit
c4bd708a09
1 changed files with 1 additions and 1 deletions
2
fetch
2
fetch
|
@ -1196,7 +1196,7 @@ getstyle () {
|
|||
kde_config_file="${kde_config_dir}/share/config/kdeglobals"
|
||||
|
||||
theme=$(grep "^[^#]*$kde" "$kde_config_file")
|
||||
theme=${gtk3theme/${kde}*=}
|
||||
theme=${theme/${kde}*=}
|
||||
|
||||
gtk_shorthand="on"
|
||||
return
|
||||
|
|
Loading…
Add table
Reference in a new issue