From 9d75fe63e98185807d342d86dae9e575879e3512 Mon Sep 17 00:00:00 2001 From: caley <195605706+cqley@users.noreply.github.com> Date: Tue, 30 Jun 2026 10:04:27 +0200 Subject: Update qksh.nix --- nixos/mdls/qksh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/mdls/qksh.nix') 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"] }, -- cgit v1.3.1