mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-21 04:13:12 +00:00
gnomeExtensions: auto-update
This commit is contained in:
parent
31d887cd15
commit
dc35880008
@ -143,9 +143,21 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"42": {
|
"42": {
|
||||||
|
"applications-menu": [
|
||||||
|
"apps-menu@gnome-shell-extensions.gcampax.github.com",
|
||||||
|
"Applications_Menu@rmy.pobox.com"
|
||||||
|
],
|
||||||
"workspace-indicator": [
|
"workspace-indicator": [
|
||||||
"workspace-indicator@gnome-shell-extensions.gcampax.github.com",
|
"workspace-indicator@gnome-shell-extensions.gcampax.github.com",
|
||||||
"horizontal-workspace-indicator@tty2.io"
|
"horizontal-workspace-indicator@tty2.io"
|
||||||
|
],
|
||||||
|
"lock-keys": [
|
||||||
|
"lockkeys@vaina.lt",
|
||||||
|
"lockkeys@fawtytoo"
|
||||||
|
],
|
||||||
|
"wireguard-indicator": [
|
||||||
|
"wireguard-indicator@gregos.me",
|
||||||
|
"wireguard-indicator@atareao.es"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -6,6 +6,15 @@
|
|||||||
# - Make a separate section for each GNOME version. Collisions will come back eventually
|
# - Make a separate section for each GNOME version. Collisions will come back eventually
|
||||||
# as the extensions are updated.
|
# as the extensions are updated.
|
||||||
{
|
{
|
||||||
|
"apps-menu@gnome-shell-extensions.gcampax.github.com" = "applications-menu";
|
||||||
|
"Applications_Menu@rmy.pobox.com" = "frippery-applications-menu";
|
||||||
|
|
||||||
|
"lockkeys@vaina.lt" = "lock-keys";
|
||||||
|
"lockkeys@fawtytoo" = "lock-keys-2";
|
||||||
|
|
||||||
|
"wireguard-indicator@gregos.me" = "wireguard-indicator-2";
|
||||||
|
"wireguard-indicator@atareao.es" = "wireguard-indicator";
|
||||||
|
|
||||||
"workspace-indicator@gnome-shell-extensions.gcampax.github.com" = "workspace-indicator";
|
"workspace-indicator@gnome-shell-extensions.gcampax.github.com" = "workspace-indicator";
|
||||||
"horizontal-workspace-indicator@tty2.io" = "workspace-indicator-2";
|
"horizontal-workspace-indicator@tty2.io" = "workspace-indicator-2";
|
||||||
|
|
||||||
@ -15,24 +24,15 @@
|
|||||||
|
|
||||||
# ####### GNOME 41 #######
|
# ####### GNOME 41 #######
|
||||||
|
|
||||||
"apps-menu@gnome-shell-extensions.gcampax.github.com" = "applications-menu";
|
|
||||||
"Applications_Menu@rmy.pobox.com" = "frippery-applications-menu";
|
|
||||||
|
|
||||||
"floatingDock@sun.wxg@gmail.com" = "floating-dock-2";
|
"floatingDock@sun.wxg@gmail.com" = "floating-dock-2";
|
||||||
"floating-dock@nandoferreira_prof@hotmail.com" = "floating-dock";
|
"floating-dock@nandoferreira_prof@hotmail.com" = "floating-dock";
|
||||||
|
|
||||||
"lockkeys@vaina.lt" = "lock-keys";
|
|
||||||
"lockkeys@fawtytoo" = "lock-keys-2";
|
|
||||||
|
|
||||||
"unredirect@vaina.lt" = "disable-unredirect-fullscreen-windows";
|
"unredirect@vaina.lt" = "disable-unredirect-fullscreen-windows";
|
||||||
"unredirect@aunetx" = "disable-unredirect-fullscreen-windows-2";
|
"unredirect@aunetx" = "disable-unredirect-fullscreen-windows-2";
|
||||||
|
|
||||||
"fuzzy-clock@keepawayfromfire.co.uk" = "fuzzy-clock-2";
|
"fuzzy-clock@keepawayfromfire.co.uk" = "fuzzy-clock-2";
|
||||||
"FuzzyClock@johngoetz" = "fuzzy-clock";
|
"FuzzyClock@johngoetz" = "fuzzy-clock";
|
||||||
|
|
||||||
"wireguard-indicator@gregos.me" = "wireguard-indicator-2";
|
|
||||||
"wireguard-indicator@atareao.es" = "wireguard-indicator";
|
|
||||||
|
|
||||||
# At the moment, ShutdownTimer@deminder is a fork of ShutdownTimer@neumann which adds new features
|
# At the moment, ShutdownTimer@deminder is a fork of ShutdownTimer@neumann which adds new features
|
||||||
# there seem to be upstream plans, so this should be checked periodically:
|
# there seem to be upstream plans, so this should be checked periodically:
|
||||||
# https://github.com/Deminder/ShutdownTimer https://github.com/neumann-d/ShutdownTimer/pull/46
|
# https://github.com/Deminder/ShutdownTimer https://github.com/neumann-d/ShutdownTimer/pull/46
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user