diff options
| author | caley <195605706+cqley@users.noreply.github.com> | 2026-06-30 10:04:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-30 10:04:27 +0200 |
| commit | 9d75fe63e98185807d342d86dae9e575879e3512 (patch) | |
| tree | ea571522cd37e240797f8846cd50daef1050010c /nixos/mdls | |
| parent | e00e80f2adcc7d0915ea19549786a9c7e54a608c (diff) | |
Update qksh.nix
Diffstat (limited to 'nixos/mdls')
| -rw-r--r-- | nixos/mdls/qksh.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/mdls/qksh.nix b/nixos/mdls/qksh.nix index 8c9fe4e..297c7dd 100644 --- a/nixos/mdls/qksh.nix +++ b/nixos/mdls/qksh.nix @@ -142,7 +142,7 @@ { label: "bar", sub: "bar" } ] property var masterAnimationsItems: [ - { label: "fade", + { label: "fade", cmd: ["hyprctl", "eval", "hl.animation({ leaf = \"workspaces\", enabled = true, speed = 1.94, bezier = \"almostLinear\", style = \"fade\" })"], cmd2: ["hyprctl", "eval", "hl.animation({ leaf = \"specialWorkspace\", enabled = true, speed = 1.94, bezier = \"almostLinear\", style = \"fade\" })"], notify: ["notify-send", "animations", "fade"] }, |
