Add the Night Theme Switcher shell extension
This commit is contained in:
parent
e6d1ad261c
commit
54c5447bec
2 changed files with 29 additions and 1 deletions
|
@ -172,6 +172,10 @@ command='/usr/bin/flatpak run com.spotify.Client'
|
|||
name='Spotify'
|
||||
|
||||
|
||||
[org/gnome/shell/extensions/nightthemeswitcher/time]
|
||||
nightthemeswitcher-ondemand-keybinding=['<Primary><Alt>D']
|
||||
|
||||
|
||||
[org/gnome/shell/extensions/pop-shell]
|
||||
|
||||
# The launcher does not work without Pop!OS
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[org/gnome/shell]
|
||||
disable-user-extensions=false
|
||||
disabled-extensions=@as []
|
||||
enabled-extensions=['appindicatorsupport@rgcjonas.gmail.com', 'auto-move-windows@gnome-shell-extensions.gcampax.github.com', 'blur-my-shell@aunetx', 'just-perfection-desktop@just-perfection', 'launch-new-instance@gnome-shell-extensions.gcampax.github.com', 'openweather-extension@jenslody.de', 'pop-shell@system76.com', 'space-bar@luchrioh', 'ssm-gnome@lgiki.net']
|
||||
enabled-extensions=['appindicatorsupport@rgcjonas.gmail.com', 'auto-move-windows@gnome-shell-extensions.gcampax.github.com', 'blur-my-shell@aunetx', 'just-perfection-desktop@just-perfection', 'launch-new-instance@gnome-shell-extensions.gcampax.github.com', 'nightthemeswitcher@romainvigier.fr', 'openweather-extension@jenslody.de', 'pop-shell@system76.com', 'space-bar@luchrioh', 'ssm-gnome@lgiki.net']
|
||||
|
||||
|
||||
[org/gnome/shell/extensions/auto-move-windows]
|
||||
|
@ -59,6 +59,30 @@ workspaces-in-app-grid=false
|
|||
world-clock=false
|
||||
|
||||
|
||||
# [org/gnome/shell/extensions/nightthemeswitcher]
|
||||
|
||||
[org/gnome/shell/extensions/nightthemeswitcher/cursor-variants]
|
||||
enabled=false
|
||||
|
||||
[org/gnome/shell/extensions/nightthemeswitcher/gtk-variants]
|
||||
enabled=false
|
||||
|
||||
[org/gnome/shell/extensions/nightthemeswitcher/icon-variants]
|
||||
enabled=false
|
||||
|
||||
[org/gnome/shell/extensions/nightthemeswitcher/shell-variants]
|
||||
enabled=false
|
||||
|
||||
[org/gnome/shell/extensions/nightthemeswitcher/time]
|
||||
|
||||
manual-schedule=true
|
||||
sunrise=6.0
|
||||
sunset=21.0
|
||||
|
||||
# See ~/.config/gnome-settings/key-bindings.ini for the key bindings
|
||||
# nightthemeswitcher-ondemand-keybinding=['<Primary><Alt>D']
|
||||
|
||||
|
||||
[org/gnome/shell/extensions/openweather]
|
||||
appid='e1c415e4aa29916a39e8992f57e2b09d'
|
||||
city='49.6179281,9.1773699>Kirchzell, Germany>0'
|
||||
|
|
Loading…
Reference in a new issue