Update extension data

master
Felix 4 years ago
parent 822c13bad4
commit d0c19aad70

@ -7,15 +7,15 @@ multi-monitor=false
transparency-mode='DEFAULT'
running-indicator-dominant-color=false
show-show-apps-button=true
shortcut=@as []
middle-click-action='launch'
intellihide=false
custom-theme-running-dots-border-width=0
custom-background-color=true
shortcut-text='<Super>'
custom-theme-running-dots-border-width=0
scroll-action='switch-workspace'
opaque-background=false
shift-click-action='minimize'
shortcut=@as []
shortcut-text='<Super>'
shift-click-action='cycle-windows'
force-straight-corner=true
background-color='#2f343f'
show-apps-at-top=true
@ -24,9 +24,10 @@ isolate-workspaces=true
shift-middle-click-action='launch'
dock-fixed=false
custom-theme-customize-running-dots=true
dash-max-icon-size=38
click-action='minimize'
extend-height=false
custom-theme-running-dots-color='#ffffff'
dash-max-icon-size=38
apply-custom-theme=false
animate-show-apps=false
custom-theme-running-dots-border-color='#ffffff'

@ -1,3 +1,5 @@
[/]
show-always=true
enable-always=true
show-in-submenu=true
brightness-sync=true

@ -1,3 +1,3 @@
[/]
suspend-default=true
show-two-buttons=true
suspend-default=false
show-two-buttons=false

@ -45,7 +45,7 @@
unarchive:
src: 'https://extensions.gnome.org/extension-data/{{item.id}}.v{{item.version}}.shell-extension.zip'
dest: "~/.local/share/gnome-shell/extensions/{{item.id}}/"
remote_src: yes
remote_src: true
with_items:
- "{{gnome_shell_extensions}}"
tags:
@ -68,11 +68,11 @@
- { name: 'dash-to-dock', path: 'dash-to-dock' }
- { name: 'dynamic-top-bar', path: 'dynamic-top-bar' }
- { name: 'net-gfxmonk-impatience', path: 'net/gfxmonk/impatience' }
- { name: 'nightlightslider', path: 'nightlightslider' }
# - { name: 'nightlightslider', path: 'nightlightslider' }
- { name: 'no-title-bar', path: 'no-title-bar' }
- { name: 'recents', path: 'recents' }
- { name: 'shelltile', path: 'shelltile' }
- { name: 'suspend-button', path: 'suspend-button' }
# - { name: 'suspend-button', path: 'suspend-button' }
- { name: 'windowoverlay-icons', path: 'windowoverlay-icons' }
- { name: 'update-extensions', path: 'update-extensions' }
tags:

Loading…
Cancel
Save