removed twitchlive extension
This commit is contained in:
parent
168919a425
commit
83ce2daa87
2 changed files with 4 additions and 19 deletions
|
@ -1,7 +0,0 @@
|
|||
[/org/gnome/shell/extensions/twitchlive]
|
||||
hidestatus=true
|
||||
interval=1
|
||||
notifications-enabled=true
|
||||
showuptime=true
|
||||
streamers='ppy'
|
||||
topbarmode='count-only'
|
16
setup.sh
16
setup.sh
|
@ -446,10 +446,11 @@ setup_gnome_apps() {
|
|||
}
|
||||
|
||||
setup_gnome_extensions() {
|
||||
# chrome-gnome-shell: GNOME shell integration for Chrome
|
||||
# gnome-shell-extension-installer: Installation of gnome extensions from command line
|
||||
# gnome-shell-extension-pop-shell-git: for window tiling
|
||||
log "installing gnome extensions"
|
||||
|
||||
# chrome-gnome-shell GNOME shell integration for Chrome
|
||||
# gnome-shell-extension-installer Installation of gnome extensions from command line
|
||||
# gnome-shell-extension-pop-shell-git for window tiling
|
||||
package_install \
|
||||
chrome-gnome-shell \
|
||||
gnome-shell-extension-installer \
|
||||
|
@ -457,15 +458,6 @@ setup_gnome_extensions() {
|
|||
|
||||
load_dconf "extension-pop-shell.conf"
|
||||
|
||||
# twitchlive but it works
|
||||
rm -rf ~/.local/share/gnome-shell/extensions/TwitchLive_Panel@extensions.maweki.de
|
||||
git clone https://github.com/developomp/twitchlive-extension ~/.local/share/gnome-shell/extensions/TwitchLive_Panel@extensions.maweki.de
|
||||
|
||||
load_dconf "extension-twitchlive.conf"
|
||||
|
||||
# install gnome extensions
|
||||
log "installing gnome extensions"
|
||||
|
||||
extensions=(
|
||||
36,"extension-lockkeys.conf" # lock-keys
|
||||
906,"extension-sound-output-device-chooser.conf" # sound-output-device-chooser
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue