mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
lookingGlass: Add switches for debug flags
This adds a new "Flags" tab to looking glass where several debug flags can be toggled at run time. This includes: ClutterDebugFlags ClutterDrawDebugFlags MetaDebugPaintFlags MetaDebugTopics MetaContext::unsafe-mode Fixes: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/3968 Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1994>
This commit is contained in:
parent
828da18b72
commit
ac4412e4aa
2 changed files with 240 additions and 1 deletions
|
|
@ -106,4 +106,18 @@ $text_fg_color: #ccc;
|
|||
border: 1px solid $osd_borders_color;
|
||||
border-radius: $base_border_radius;
|
||||
padding: 6px;
|
||||
}
|
||||
}
|
||||
|
||||
.lg-debug-flag-button {
|
||||
StLabel { padding: $base_spacing, 2 * $base_spacing; }
|
||||
|
||||
color: $text_fg_color;
|
||||
&:hover { color: lighten($text_fg_color, 20%); }
|
||||
&:active { color: darken($text_fg_color, 20%); }
|
||||
}
|
||||
|
||||
.lg-debug-flags-header {
|
||||
padding-top: 2 * $base_spacing;
|
||||
font-size: 120%;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue