From e4532f4c73f6c11204b004c8fa997bcd5203d032 Mon Sep 17 00:00:00 2001 From: He4eT Date: Mon, 12 Aug 2024 21:17:53 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b6c53a..210abea 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ This is a variation of [linea-nord-color](https://github.com/deviantfero/wpgtk-t cd ~/.themes git clone https://github.com/He4eT/Desolate-GTK.git Desolate ``` -2. Apply the theme in any way you like. You can use `lxappearance`, for example. +2. Apply the theme using your preferred method. For example, you can use `lxappearance`. -Additionally, you might need to copy the contents of `~/.config/gtk-3.0/` to `~/.config/gtk-4.0/`, or set the `GTK_THEME` environment variable in your ~/.profile file: +Additionally, you may need to copy the contents of `~/.config/gtk-3.0/` to `~/.config/gtk-4.0/`, or set the `GTK_THEME` environment variable in your ~/.profile file: ``` export GTK_THEME=Desolate ```