mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2024-11-16 18:35:59 +01:00
fix blur script (#50)
This commit is contained in:
parent
d982e5761d
commit
f455ac43d3
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import { getFileNameWithoutExtension } from '../src/lib/Helper.mjs'
|
||||||
// This script should be run from the root of the application
|
// This script should be run from the root of the application
|
||||||
const root = new URL('..', import.meta.url)
|
const root = new URL('..', import.meta.url)
|
||||||
|
|
||||||
const imageDirectories = ['static/imgs/ricing_competitions', 'static/imgs/plugins/logos']
|
const imageDirectories = ['static/imgs/ricing_competitions', 'static/plugins-data/logos']
|
||||||
const generatedPrefix = 'generated_'
|
const generatedPrefix = 'generated_'
|
||||||
// This value seems to work well
|
// This value seems to work well
|
||||||
const maxBrightness = 65535
|
const maxBrightness = 65535
|
||||||
|
|
Loading…
Reference in a new issue