Fix gtk theme search path
This commit is contained in:
parent
11d903bf99
commit
fb6ce97b55
|
@ -39,13 +39,13 @@ const themePaths = [
|
|||
),
|
||||
path.join(
|
||||
process.env.HOME,
|
||||
process.env.XDG_CONFIG_HOME || '.themes',
|
||||
'.themes',
|
||||
),
|
||||
path.join(
|
||||
process.env.HOME,
|
||||
'.local',
|
||||
'share',
|
||||
process.env.XDG_CONFIG_HOME || '.themes',
|
||||
'themes',
|
||||
),
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user