Skip to content

Commit

Permalink
overlays/sketchybar: bump to latest
Browse files Browse the repository at this point in the history
Has nice improvements for the popups. Remove after
NixOS/nixpkgs#377896 is available
  • Loading branch information
khaneliman committed Jan 30, 2025
1 parent f99d896 commit a13a527
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion overlays/sketchybar/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
_: _final: prev: {
sketchybar = prev.sketchybar.overrideAttrs (oldAttrs: {
sketchybar = prev.sketchybar.overrideAttrs (oldAttrs: rec {
version = "2.22.1";
src = prev.fetchFromGitHub {
owner = "FelixKratz";
repo = "SketchyBar";
rev = "v${version}";
hash = "sha256-272lrH0ee4z4hcY4Hqt/UxjGwH6RFPEP4n0jz6Ab/+c=";
};

# Create secondary sketchybar executable for dynamic island
installPhase = # bash
''
Expand Down

0 comments on commit a13a527

Please sign in to comment.