From 002bc26da73ff4ddbcde119823288b808f66ea17 Mon Sep 17 00:00:00 2001 From: Nico Date: Sat, 11 Oct 2025 21:08:11 +1100 Subject: [PATCH 1/3] sketchybar: put workspaces at leftmost of bar order on left is: workspaces, window name, music --- stow/.config/sketchybar/sketchybarrc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/stow/.config/sketchybar/sketchybarrc b/stow/.config/sketchybar/sketchybarrc index f13c205..60e45a2 100755 --- a/stow/.config/sketchybar/sketchybarrc +++ b/stow/.config/sketchybar/sketchybarrc @@ -46,12 +46,6 @@ sketchybar --default "${default[@]}" # Adding Left Items # -# Focused window title -sketchybar --add item front_app left \ - --set front_app icon="󱂬 " \ - script="$PLUGIN_DIR/front_app.sh" \ - --subscribe front_app front_app_switched \ - # Aerospace workspace indicators sketchybar --add event aerospace_workspace_change for sid in $(aerospace list-workspaces --all); do @@ -72,6 +66,12 @@ for sid in $(aerospace list-workspaces --all); do done # background.corner_radius=0 \ +# Focused window title +sketchybar --add item front_app left \ + --set front_app icon="󱂬 " \ + script="$PLUGIN_DIR/front_app.sh" \ + --subscribe front_app front_app_switched \ + # Currently playing music status (only works for Music.app) sketchybar --add item music left \ --set music icon="󰎇 " update_freq=10 \ From d12ad9533e8c929761f54fedac031dfb96c0ca6a Mon Sep 17 00:00:00 2001 From: Nico Date: Sat, 11 Oct 2025 21:08:49 +1100 Subject: [PATCH 2/3] applications(darwin): add zen --- modules/applications/darwin.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/applications/darwin.nix b/modules/applications/darwin.nix index 5cfd434..dd110c6 100644 --- a/modules/applications/darwin.nix +++ b/modules/applications/darwin.nix @@ -5,7 +5,7 @@ # dock system.defaults.dock.persistent-apps = [ - "/Applications/Firefox.app" + "/Applications/Zen.app" "/Applications/Ghostty.app" "/System/Applications/Music.app" "/Applications/1Password.app" @@ -39,6 +39,7 @@ enable = true; onActivation.cleanup = "zap"; casks = [ + "zen" "firefox" "ghostty" "krita" From b3ddfd16157d9f0f0212af58505660d755b9223b Mon Sep 17 00:00:00 2001 From: Nico Date: Sat, 11 Oct 2025 21:11:24 +1100 Subject: [PATCH 3/3] nix: update flake sources to c2a0396 --- flake.lock | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/flake.lock b/flake.lock index 1bb56c9..69d7469 100644 --- a/flake.lock +++ b/flake.lock @@ -137,11 +137,11 @@ ] }, "locked": { - "lastModified": 1759387127, - "narHash": "sha256-uuwJAP92SkHmnI1zo7rrK/gEuHtb97vFZcMa5w+0SZA=", + "lastModified": 1759815224, + "narHash": "sha256-HbdOyjqHm38j6o5mV24i0bn+r5ykS+VJBnWJuZ0fE+A=", "owner": "Jovian-Experiments", "repo": "Jovian-NixOS", - "rev": "0cc290e05882745060fccfe6d7d073f913e0cce7", + "rev": "ee974f496a080c61b3164992c850f43741edcc52", "type": "github" }, "original": { @@ -225,11 +225,11 @@ "nixpkgs": "nixpkgs" }, "locked": { - "lastModified": 1758765258, - "narHash": "sha256-orU21BYUJn/7zMhIYbY7T5EDqZ8NtRMSH/f8Qtu047Q=", + "lastModified": 1760147325, + "narHash": "sha256-mBHP1GhvuRE/n8ZXh1lfh+Tn+5oOwB2zCuoPs2mM7IQ=", "owner": "Infinidoge", "repo": "nix-minecraft", - "rev": "5a6c66b90ab4519b7578b54300abc308008c544e", + "rev": "701fd12530b71a059e7a130fb58b28cb15c38bfb", "type": "github" }, "original": { @@ -272,11 +272,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1759381078, - "narHash": "sha256-gTrEEp5gEspIcCOx9PD8kMaF1iEmfBcTbO0Jag2QhQs=", + "lastModified": 1760038930, + "narHash": "sha256-Oncbh0UmHjSlxO7ErQDM3KM0A5/Znfofj2BSzlHLeVw=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "7df7ff7d8e00218376575f0acdcc5d66741351ee", + "rev": "0b4defa2584313f3b781240b29d61f6f9f7e0df3", "type": "github" }, "original": {