extensions: Bump versions, disable unused, add sound-settings-shortcut

master
Felix 2 years ago
parent 3b0b3c1a15
commit 31c0c51e86

@ -2,24 +2,27 @@
gnome_shell_extensions:
- { name: 'appindicator', id: 'appindicatorsupport@rgcjonas.gmail.com',
version: '33' }
version: '34' }
# Disabled because of 3.30 incompatibility
# - { name: 'alternate-tab',
# id: 'alternate-tab@gnome-shell-extensions.gcampax.github.com',
# version: '38' }
- { name: 'clipboard-indicator', id: 'clipboard-indicator@tudmotu.com',
version: '34' }
# Buggy?
#- { name: 'clipboard-indicator', id: 'clipboard-indicator@tudmotu.com',
# version: '34' }
- { name: 'dash-to-dock', id: 'dash-to-dock@micxgx.gmail.com',
version: '68' }
version: '69' }
# Disabled because of 3.30 incompatibility
# - { name: 'dynamic-top-bar', id: 'dynamicTopBar@gnomeshell.feildel.fr',
# version: '14' }
- { name: 'extension-update-notifier', id: 'update-extensions@franglais125.gmail.com',
version: '9' }
# Too much going on in background
#- { name: 'extension-update-notifier', id: 'update-extensions@franglais125.gmail.com',
# version: '9' }
# - { name: 'extendedgestures', id: 'extendedgestures@mpiannucci.github.com',
# version: '3' }
- { name: 'focusli', id: 'focusli@armonge.info',
version: '3' }
# Nice-to-have but I don't need it
#- { name: 'focusli', id: 'focusli@armonge.info',
# version: '3' }
# - { name: 'gsconnect', id: 'gsconnect@andyholmes.github.io',
# version: '11' }
- { name: 'location-icon-autohide', id: 'location-icon-autohide@darednaxella.name',
@ -27,43 +30,53 @@ gnome_shell_extensions:
# Disabled because of 3.30 incompatibility
# - { name: 'native-window-placement', id: 'native-window-placement@gnome-shell-extensions.gcampax.github.com',
# version: '37' }
- { name: 'net.gfxmonk.impatience', id: 'impatience@gfxmonk.net',
version: '15' }
- { name: 'nightlightslider', id: 'night-light-slider.timur@linux.com',
version: '10' }
# Could also be accomplished by writing values manually
#- { name: 'net.gfxmonk.impatience', id: 'impatience@gfxmonk.net',
# version: '15' }
# Buggy?
#- { name: 'nightlightslider', id: 'night-light-slider.timur@linux.com',
# version: '10' }
# no-title-bar itself is unmaintained now.
#- { name: 'no-title-bar', id: 'no-title-bar@franglais125.gmail.com',
# version: '9' }
# See fork of no-title-bar: https://github.com/poehlerj/no-title-bar
# https://extensions.gnome.org/extension/2015/no-title-bar-forked/
- { name: 'no-title-bar', id: 'no-title-bar@jonaspoehler.de',
version: '5' }
# Too many xprop calls with zombie processes
#- { name: 'no-title-bar', id: 'no-title-bar@jonaspoehler.de',
# version: '5' }
# Unused, see 'recents' instead
# - { name: 'recentitems', id: 'RecentItems@bananenfisch.net',
# - { version: '15' }
- { name: 'recents', id: 'Recents@leonardo.bartoli.gmail.com',
version: '8' }
- { name: 'refresh-wifi', id: 'refresh-wifi@kgshank.net',
version: '10' }
# Currently unused
#- { name: 'recents', id: 'Recents@leonardo.bartoli.gmail.com',
# version: '8' }
# I don't manually pick wifis that often anyway
#- { name: 'refresh-wifi', id: 'refresh-wifi@kgshank.net',
# version: '10' }
- { name: 'remove-dropdown-arrows', id: 'remove-dropdown-arrows@mpdeimos.com',
version: '13' }
# - { name: 'pixelsaver', id: 'pixel-saver@deadalnix.me',
# - { version: '15' }
# no-title-bar is a fork of pixel-saver, might have to follow which project
# will remain active, see https://github.com/deadalnix/pixel-saver/issues/159
- { name: 'shelltile', id: 'ShellTile@emasab.it',
version: '55' }
# One day I'll be tiling again...
#- { name: 'shelltile', id: 'ShellTile@emasab.it',
# version: '55' }
# Unused because GNOME now shows "suspend" as a submenu by default
# - { name: 'suspend-button', id: 'suspend-button@laserb',
# version: '19' }
- { name: 'straighttopbar', id: 'straighttopbar@peclu.net.net',
version: '2' }
- { name: 'user-theme', id: 'user-theme@gnome-shell-extensions.gcampax.github.com',
version: '40' }
- { name: 'windowoverlay-icons', id: 'windowoverlay-icons@sustmidown.centrum.cz',
version: '31' }
- { name: 'windowsNavigator', id: 'windowsNavigator@gnome-shell-extensions.gcampax.github.com',
version: '47' }
version: '42' }
# Never really cared for these icons
#- { name: 'windowoverlay-icons', id: 'windowoverlay-icons@sustmidown.centrum.cz',
# version: '31' }
# Don't remember why I even added this
#- { name: 'windowsNavigator', id: 'windowsNavigator@gnome-shell-extensions.gcampax.github.com',
# version: '47' }
# Unused, see 'dash to dock'
# - { name: 'workspacestodock', id: 'workspaces-to-dock@passingthru67.gmail.com',
# version: '44' }
- { name: 'sound-settings-shortcut', id: 'yomun@yahoo.com',
version: '4' }

Loading…
Cancel
Save