Watch
1
0
Fork
You've already forked dotfiles
0

tmp fix dark/light toggle

This commit is contained in:
Alexander Hess 2026-08-14 17:14:14 +02:00
commit 4941815a5f
Signed by: alexander
GPG key ID: B46EDB4DFC26805D
3 changed files with 18 additions and 2 deletions

View file

@ -189,7 +189,19 @@ clock-show-date=true
clock-show-seconds=true
clock-show-weekday=true
color-scheme='prefer-dark'
# Options are:
# - "default"
# Basically a light theme
# where some of the shell chrome remains dark (e.g., the top bar)
# - "prefer-dark"
# Official dark theme,
# selectable in the `gnome-control-center`
# - "prefer-light"
# Unofficial light theme,
# not selectable in the `gnome-control-center`,
# but usable via the "Dark Style" toggle in the quick settings menu
# with the "Light Style" extension
color-scheme='prefer-light'
# document-font-name='Cantarell 11'

View file

@ -7,7 +7,7 @@
[org/gnome/shell]
enabled-extensions=['AlphabeticalAppGrid@stuarthayhurst', 'app-hider@lynith.dev', 'appindicator-hider@theophilediot.github.io', 'appindicatorsupport@rgcjonas.gmail.com', 'auto-move-windows@gnome-shell-extensions.gcampax.github.com', 'drive-menu@gnome-shell-extensions.gcampax.github.com', 'forge@jmmaranan.com', 'just-perfection-desktop@just-perfection', 'launch-new-instance@gnome-shell-extensions.gcampax.github.com', 'no-screenshot-box@screenshot', 'panel-date-format@keiii.github.com', 'rounded-window-corners@fxgn', 'space-bar@luchrioh']
enabled-extensions=['AlphabeticalAppGrid@stuarthayhurst', 'app-hider@lynith.dev', 'appindicator-hider@theophilediot.github.io', 'appindicatorsupport@rgcjonas.gmail.com', 'auto-move-windows@gnome-shell-extensions.gcampax.github.com', 'drive-menu@gnome-shell-extensions.gcampax.github.com', 'forge@jmmaranan.com', 'just-perfection-desktop@just-perfection', 'launch-new-instance@gnome-shell-extensions.gcampax.github.com', 'light-style@gnome-shell-extensions.gcampax.github.com', 'no-screenshot-box@screenshot', 'panel-date-format@keiii.github.com', 'rounded-window-corners@fxgn', 'space-bar@luchrioh']
disabled-extensions=@as []