mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
aerospace: use upstream example for exec-on-workspace-change (#7765)
White technically any example would do, it's better to use the one from upstream docs, otherwise we may confuse users trying to repeat upstream aerospace sketchybar plugin recipe. (I for one fell a victim of the confusion...) https://nikitabobko.github.io/AeroSpace/goodies#show-aerospace-workspaces-in-sketchybar
This commit is contained in:
@@ -255,7 +255,7 @@ in
|
||||
example = [
|
||||
"/bin/bash"
|
||||
"-c"
|
||||
"sketchybar --trigger aerospace_workspace_change FOCUSED=$AEROSPACE_FOCUSED_WORKSPACE"
|
||||
"sketchybar --trigger aerospace_workspace_change FOCUSED_WORKSPACE=$AEROSPACE_FOCUSED_WORKSPACE"
|
||||
];
|
||||
description = "Commands to run every time workspace changes.";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user