Uppercase first letter in KDE theme output
This commit is contained in:
parent
c4bd708a09
commit
0d2db03909
1 changed files with 1 additions and 0 deletions
1
fetch
1
fetch
|
@ -1197,6 +1197,7 @@ getstyle () {
|
||||||
|
|
||||||
theme=$(grep "^[^#]*$kde" "$kde_config_file")
|
theme=$(grep "^[^#]*$kde" "$kde_config_file")
|
||||||
theme=${theme/${kde}*=}
|
theme=${theme/${kde}*=}
|
||||||
|
theme=${theme^}
|
||||||
|
|
||||||
gtk_shorthand="on"
|
gtk_shorthand="on"
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in a new issue