From eba7854bbfdc7e394a8d44c9c5b0598c314b7b38 Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Fri, 2 Oct 2020 17:02:57 -0400 Subject: [PATCH] update bottompanel --- modules/gnome/bottom-panel.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/modules/gnome/bottom-panel.nix b/modules/gnome/bottom-panel.nix index 417b093..17d2d59 100644 --- a/modules/gnome/bottom-panel.nix +++ b/modules/gnome/bottom-panel.nix @@ -7,8 +7,8 @@ stdenv.mkDerivation rec { src = fetchFromGitHub { owner = "Thoma5"; repo = "gnome-shell-extension-bottompanel"; - rev = "3d9573896b122e9ccb02262249ca986f8dad1ebd"; - sha256 = "0lp25na5plz8vp8zjsikcadgy5hyx59ys2sbd4haagcalyv7jj4q"; + rev = "72d07b98276d48bd580ea731a0f49f46018d556d"; + sha256 = "1hpp39cpfd5h7x3j1b3nfly7c98sj10xqnwcmsr3d4jxkwh2vsbl"; }; phases = [ "installPhase" ]; @@ -16,9 +16,6 @@ stdenv.mkDerivation rec { installPhase = '' mkdir -p "$out/share/gnome-shell/extensions" cp -r "$src" "$out/share/gnome-shell/extensions/bottompanel@tmoer93" - - chmod +w "$out/share/gnome-shell/extensions/bottompanel@tmoer93" - sed -i 's/.*_rightPanelBarrier.*/if(Main.layoutManager._rightPanelBarrier)&/' "$out/share/gnome-shell/extensions/bottompanel@tmoer93/extension.js" ''; meta = with stdenv.lib; {