diff options
author | Elizabeth Hunt <me@liz.coffee> | 2025-07-22 20:44:46 -0700 |
---|---|---|
committer | Elizabeth Hunt <me@liz.coffee> | 2025-07-22 20:44:46 -0700 |
commit | 988d0b06dbfbe46e32e10d56f6bda5c0653616e0 (patch) | |
tree | 4d5f73cee8d0011b45e65b9a3a2f0991587b4531 | |
parent | 5c06f40d474fee2342c8aa167962b469be4c40be (diff) | |
download | dotfiles-988d0b06dbfbe46e32e10d56f6bda5c0653616e0.tar.gz dotfiles-988d0b06dbfbe46e32e10d56f6bda5c0653616e0.zip |
Fix linux
-rw-r--r-- | context.json | 9 | ||||
-rw-r--r-- | dots/aerospace/.aerospace.toml.j2 | 2 |
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 %} |