mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-20 07:49:58 -05:00
ags: add config option for gtk anim duration
This commit is contained in:
@@ -99,7 +99,7 @@ export default (monitor = 0) => {
|
||||
});
|
||||
const stack = Stack({
|
||||
transition: 'crossfade',
|
||||
transitionDuration: 180,
|
||||
transitionDuration: userOptions.animations.durationLarge,
|
||||
children: {
|
||||
'disabled': Box({}),
|
||||
'image': wallpaperImage,
|
||||
|
||||
Reference in New Issue
Block a user