mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:37:34 +00:00
WindowServer: Move configuration file to /etc/WindowServer.ini
This was in the /etc/WindowServer/ directory which had nothing else in it, so let's just get rid of the directory and move this up one step.
This commit is contained in:
parent
b88b19272e
commit
def1f1444a
9 changed files with 13 additions and 13 deletions
|
@ -126,7 +126,7 @@
|
|||
unset gtk2_theme gtk3_theme theme path
|
||||
|
||||
+ if [[ "$os" == "SerenityOS" ]]; then
|
||||
+ theme=$(ini /etc/WindowServer/WindowServer.ini Theme Name)
|
||||
+ theme=$(ini /etc/WindowServer.ini Theme Name)
|
||||
+ if [ -z "$theme" ]; then
|
||||
+ theme="Default"
|
||||
+ fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue