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