refactor: remove unused GNOME extensions from configuration and change distro icon to ubuntu

This commit is contained in:
Menno van Leeuwen 2025-03-06 13:45:09 +01:00
parent 19f1bc18e1
commit e0ec68b51d
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE

View File

@ -16,7 +16,6 @@
] ]
++ (with pkgs-unstable.gnomeExtensions; [ ++ (with pkgs-unstable.gnomeExtensions; [
dash-to-panel dash-to-panel
fedora-linux-update-indicator
arcmenu arcmenu
lilypad lilypad
tailscale-qs tailscale-qs
@ -26,12 +25,9 @@
burn-my-windows burn-my-windows
coverflow-alt-tab coverflow-alt-tab
appindicator appindicator
autohide-battery
battery-health-charging
just-perfection just-perfection
smile-complementary-extension smile-complementary-extension
clipboard-indicator clipboard-indicator
bubblemail
]); ]);
# Copy burn-my-windows profile to user config # Copy burn-my-windows profile to user config
@ -68,7 +64,7 @@
highlight-search-terms = true; highlight-search-terms = true;
max-search-results = 8; max-search-results = 8;
menu-button-icon = "Distro_Icon"; menu-button-icon = "Distro_Icon";
distro-icon = 2; distro-icon = 5;
arc-menu-icon = 64; arc-menu-icon = 64;
}; };
@ -88,14 +84,10 @@
disable-user-extensions = false; disable-user-extensions = false;
# To get an array like below of currently enabled extensionsm run `gnome-extensions list --enabled | sed 's/.*/"&"/'` # To get an array like below of currently enabled extensionsm run `gnome-extensions list --enabled | sed 's/.*/"&"/'`
enabled-extensions = [ enabled-extensions = [
"bubblemail@razer.framagit.org"
"pano@elhan.io" "pano@elhan.io"
"tilingshell@ferrarodomenico.com" "tilingshell@ferrarodomenico.com"
"background-logo@fedorahosted.org"
"launch-new-instance@gnome-shell-extensions.gcampax.github.com" "launch-new-instance@gnome-shell-extensions.gcampax.github.com"
"appindicatorsupport@rgcjonas.gmail.com" "appindicatorsupport@rgcjonas.gmail.com"
"Battery-Health-Charging@maniacx.github.com"
"autohide-battery@sitnik.ru"
"blur-my-shell@aunetx" "blur-my-shell@aunetx"
"burn-my-windows@schneegans.github.com" "burn-my-windows@schneegans.github.com"
"gsconnect@andyholmes.github.io" "gsconnect@andyholmes.github.io"
@ -110,7 +102,6 @@
"weatheroclock@CleoMenezesJr.github.io" "weatheroclock@CleoMenezesJr.github.io"
"dash-to-panel@jderose9.github.com" "dash-to-panel@jderose9.github.com"
"arcmenu@arcmenu.com" "arcmenu@arcmenu.com"
"update-extension@purejava.org"
]; ];
}; };
@ -121,11 +112,6 @@
startup-status = 0; startup-status = 0;
}; };
# Autohide battery
"org/gnome/shell/extensions/autohide-battery" = {
hide-on = 95;
};
# Configure logo-menu # Configure logo-menu
"org/gnome/shell/extensions/Logo-menu" = { "org/gnome/shell/extensions/Logo-menu" = {
hide-icon-shadow = false; hide-icon-shadow = false;