diff options
author | Andreas Kling <kling@serenityos.org> | 2021-04-29 21:40:59 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-04-29 22:16:18 +0200 |
commit | def1f1444aeee2caf6d47d0eb96a18ffc476c3f9 (patch) | |
tree | 2cd5b10136486bda1ec35b161100a081337ef514 /Ports/neofetch | |
parent | b88b19272e2f1876ebe0dac0601f087a62d099c0 (diff) | |
download | serenity-def1f1444aeee2caf6d47d0eb96a18ffc476c3f9.zip |
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.
Diffstat (limited to 'Ports/neofetch')
-rw-r--r-- | Ports/neofetch/patches/add-serenity-support.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ports/neofetch/patches/add-serenity-support.patch b/Ports/neofetch/patches/add-serenity-support.patch index d009767afd..8cfca68745 100644 --- a/Ports/neofetch/patches/add-serenity-support.patch +++ b/Ports/neofetch/patches/add-serenity-support.patch @@ -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 |