mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-12 11:59:58 -05:00
ags: add config option for gtk anim duration
This commit is contained in:
@@ -11,7 +11,7 @@ const { exec, execAsync } = Utils;
|
||||
const SessionButton = (name, icon, command, props = {}) => {
|
||||
const buttonDescription = Widget.Revealer({
|
||||
vpack: 'end',
|
||||
transitionDuration: 200,
|
||||
transitionDuration: userOptions.animations.durationSmall,
|
||||
transition: 'slide_down',
|
||||
revealChild: false,
|
||||
child: Widget.Label({
|
||||
|
||||
Reference in New Issue
Block a user