summaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
authorcaley <195605706+cqley@users.noreply.github.com>2026-06-30 10:03:18 +0200
committerGitHub <noreply@github.com>2026-06-30 10:03:18 +0200
commite00e80f2adcc7d0915ea19549786a9c7e54a608c (patch)
tree27496960b0b3e190e459997564da51473e6bab90 /nixos
parent6d88d93435213cac1ebc71bea9a7c0b5ab184927 (diff)
Fix formatting issues in qksh.nix
Diffstat (limited to 'nixos')
-rw-r--r--nixos/mdls/qksh.nix2
1 files changed, 1 insertions, 1 deletions
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"] },