summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--context.json9
-rw-r--r--dots/aerospace/.aerospace.toml.j22
2 files changed, 6 insertions, 5 deletions
diff --git a/context.json b/context.json
index c55e380..bf96d86 100644
--- a/context.json
+++ b/context.json
@@ -68,11 +68,6 @@
"apps": []
}
}
- },
- "theme": {
- "sketchybar": {
- "font": "Lekton Nerd Font Mono"
- }
}
},
"bcd074b37296": {
@@ -151,6 +146,7 @@
"suffix": {}
}
},
+ "okabe": {},
"dev-dsk-lizhunt-2a-13b63bb9": {
"user": {
"home": "/home/lizhunt"
@@ -256,6 +252,9 @@
}
},
"theme": {
+ "sketchybar": {
+ "font": "Lekton Nerd Font Mono"
+ },
"borders": {
"active_color": "fbf1c7df",
"inactive_color": "a998a45f"
diff --git a/dots/aerospace/.aerospace.toml.j2 b/dots/aerospace/.aerospace.toml.j2
index c8f57cc..f62defa 100644
--- a/dots/aerospace/.aerospace.toml.j2
+++ b/dots/aerospace/.aerospace.toml.j2
@@ -122,6 +122,7 @@ automatically-unhide-macos-hidden-apps = true
shift-down = ['volume set 0', 'mode main']
{% for name, ws in window_manager.workspaces.items() %}
+{% if "apps" in ws %}
{% for app in ws.apps %}
[[on-window-detected]]
@@ -131,4 +132,5 @@ automatically-unhide-macos-hidden-apps = true
{% endfor %}
{% endfor %}
+{% endif %}
{% endfor %}