mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-21 13:53:56 -05:00
gnome: add ash to dock and remove broken extensions
Some checks failed
git-mirror / gitlab-sync (push) Has been cancelled
nix-build / adjustor-build (push) Has been cancelled
nix-build / clean-install-build (push) Has been cancelled
nix-build / hhd-ui-build (push) Has been cancelled
nix-build / rofi-bluetooth-build (push) Has been cancelled
nix-build / fallarbor-build (push) Has been cancelled
nix-build / lavaridge-build (push) Has been cancelled
nix-build / mauville-build (push) Has been cancelled
nix-build / pacifidlog-build (push) Has been cancelled
nix-build / rustboro-build (push) Has been cancelled
nix-build / slateport-build (push) Has been cancelled
nix-check / fmt-check (push) Has been cancelled
nix-check / eval-check (push) Has been cancelled
Some checks failed
git-mirror / gitlab-sync (push) Has been cancelled
nix-build / adjustor-build (push) Has been cancelled
nix-build / clean-install-build (push) Has been cancelled
nix-build / hhd-ui-build (push) Has been cancelled
nix-build / rofi-bluetooth-build (push) Has been cancelled
nix-build / fallarbor-build (push) Has been cancelled
nix-build / lavaridge-build (push) Has been cancelled
nix-build / mauville-build (push) Has been cancelled
nix-build / pacifidlog-build (push) Has been cancelled
nix-build / rustboro-build (push) Has been cancelled
nix-build / slateport-build (push) Has been cancelled
nix-check / fmt-check (push) Has been cancelled
nix-check / eval-check (push) Has been cancelled
This commit is contained in:
parent
d51b0b7a60
commit
2cdc662f6f
|
@ -30,10 +30,10 @@
|
||||||
"org/gnome/shell".enabled-extensions = [
|
"org/gnome/shell".enabled-extensions = [
|
||||||
"appindicatorsupport@rgcjonas.gmail.com"
|
"appindicatorsupport@rgcjonas.gmail.com"
|
||||||
"blur-my-shell@aunetx"
|
"blur-my-shell@aunetx"
|
||||||
"noannoyance-fork@vrba.dev"
|
"dash-to-dock@micxgx.gmail.com"
|
||||||
|
"drive-menu@gnome-shell-extensions.gcampax.github.com"
|
||||||
"tailscale-status@maxgallup.github.com"
|
"tailscale-status@maxgallup.github.com"
|
||||||
"tiling-assistant@leleat-on-github"
|
"tiling-assistant@leleat-on-github"
|
||||||
"drive-menu@gnome-shell-extensions.gcampax.github.com"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
"org/gnome/shell/extensions/blur-my-shell/overview".style-components = 3;
|
"org/gnome/shell/extensions/blur-my-shell/overview".style-components = 3;
|
||||||
|
@ -47,6 +47,12 @@
|
||||||
unblur-in-overview = true;
|
unblur-in-overview = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"org/gnome/shell/extensions/dash-to-dock" = {
|
||||||
|
background-color = config.lib.stylix.colors.withHashtag.base01;
|
||||||
|
click-action = "minimize";
|
||||||
|
custom-background-color = true;
|
||||||
|
};
|
||||||
|
|
||||||
"org/gnome/system/location".enabled = true;
|
"org/gnome/system/location".enabled = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -57,7 +63,7 @@
|
||||||
extensions = [
|
extensions = [
|
||||||
{package = pkgs.gnomeExtensions.appindicator;}
|
{package = pkgs.gnomeExtensions.appindicator;}
|
||||||
{package = pkgs.gnomeExtensions.blur-my-shell;}
|
{package = pkgs.gnomeExtensions.blur-my-shell;}
|
||||||
{package = pkgs.gnomeExtensions.noannoyance-fork;}
|
{package = pkgs.gnomeExtensions.dash-to-dock;}
|
||||||
{package = pkgs.gnomeExtensions.tailscale-status;}
|
{package = pkgs.gnomeExtensions.tailscale-status;}
|
||||||
{package = pkgs.gnomeExtensions.tiling-assistant;}
|
{package = pkgs.gnomeExtensions.tiling-assistant;}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue