mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
update bottompanel
This commit is contained in:
parent
1d9c086a71
commit
eba7854bbf
1 changed files with 2 additions and 5 deletions
|
@ -7,8 +7,8 @@ stdenv.mkDerivation rec {
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Thoma5";
|
owner = "Thoma5";
|
||||||
repo = "gnome-shell-extension-bottompanel";
|
repo = "gnome-shell-extension-bottompanel";
|
||||||
rev = "3d9573896b122e9ccb02262249ca986f8dad1ebd";
|
rev = "72d07b98276d48bd580ea731a0f49f46018d556d";
|
||||||
sha256 = "0lp25na5plz8vp8zjsikcadgy5hyx59ys2sbd4haagcalyv7jj4q";
|
sha256 = "1hpp39cpfd5h7x3j1b3nfly7c98sj10xqnwcmsr3d4jxkwh2vsbl";
|
||||||
};
|
};
|
||||||
|
|
||||||
phases = [ "installPhase" ];
|
phases = [ "installPhase" ];
|
||||||
|
@ -16,9 +16,6 @@ stdenv.mkDerivation rec {
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p "$out/share/gnome-shell/extensions"
|
mkdir -p "$out/share/gnome-shell/extensions"
|
||||||
cp -r "$src" "$out/share/gnome-shell/extensions/bottompanel@tmoer93"
|
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; {
|
meta = with stdenv.lib; {
|
||||||
|
|
Loading…
Reference in a new issue