Skip to content

Commit

Permalink
feat: disable sketchybar
Browse files Browse the repository at this point in the history
fix: run borders on change

currently it's not configured with my desired info density and don't have the time to do it
  • Loading branch information
DavSanchez committed Dec 19, 2024
1 parent a5358ae commit 64802c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion home-manager/sierpe.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
{
inputs,
pkgs,
config,
...
}:
{
Expand Down Expand Up @@ -96,7 +97,7 @@
xdg.configFile."borders/bordersrc" = {
source = ./darwin/bordersrc;
executable = true;
onChange = "/bin/bash ${./darwin/bordersrc}";
onChange = "/bin/bash ${config.configFile."borders/bordersrc".target}";
};
xdg.configFile."sketchybar" = {
source = ./darwin/sketchybar;
Expand Down
2 changes: 1 addition & 1 deletion hosts/darwin/solio.nix
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
enable = false; # Using App Store application for the moment
overrideLocalDns = false;
};
sketchybar.enable = true;
sketchybar.enable = false;
jankyborders.enable = true;
};

Expand Down

0 comments on commit 64802c3

Please sign in to comment.