status/darkMode: Add dark mode toggle
The aggregate menu with its submenus isn't well-suited for simple on-off actions, so we didn't expose the global color-scheme support that was introduced last cycle. Quick settings on the other hand are a natural fit for actions like this, so add a corresponding toggle. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2392>
This commit is contained in:

committed by
Marge Bot

parent
4d931c2c41
commit
a3a886f185
@ -4,6 +4,7 @@
|
||||
<file>scalable/actions/color-pick.svg</file>
|
||||
<file>scalable/actions/carousel-arrow-next-symbolic.svg</file>
|
||||
<file>scalable/actions/carousel-arrow-previous-symbolic.svg</file>
|
||||
<file>scalable/actions/dark-mode-symbolic.svg</file>
|
||||
<file>scalable/actions/pointer-double-click-symbolic.svg</file>
|
||||
<file>scalable/actions/pointer-drag-symbolic.svg</file>
|
||||
<file>scalable/actions/pointer-primary-click-symbolic.svg</file>
|
||||
|
2
data/icons/scalable/actions/dark-mode-symbolic.svg
Normal file
2
data/icons/scalable/actions/dark-mode-symbolic.svg
Normal file
@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="16px" viewBox="0 0 16 16" width="16px"><path d="m 8 0 c -4.40625 0 -8 3.59375 -8 8 s 3.59375 8 8 8 s 8 -3.59375 8 -8 s -3.59375 -8 -8 -8 z m 0 1.941406 c 3.359375 0 6.058594 2.699219 6.058594 6.058594 s -2.699219 6.058594 -6.058594 6.058594 z m 0 0" fill="#222222"/></svg>
|
After Width: | Height: | Size: 360 B |
Reference in New Issue
Block a user