From e00e80f2adcc7d0915ea19549786a9c7e54a608c Mon Sep 17 00:00:00 2001 From: caley <195605706+cqley@users.noreply.github.com> Date: Tue, 30 Jun 2026 10:03:18 +0200 Subject: Fix formatting issues in qksh.nix --- nixos/mdls/qksh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/mdls') diff --git a/nixos/mdls/qksh.nix b/nixos/mdls/qksh.nix index 297c7dd..8c9fe4e 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