Citadel changes to gnome-shell
This commit is contained in:
@ -282,6 +282,14 @@
|
||||
<default>["<Super><Control>9"]</default>
|
||||
<summary>Open a new instance of application 9</summary>
|
||||
</key>
|
||||
<key name="switch-realm" type="as">
|
||||
<default>["<Primary>Tab"]</default>
|
||||
<summary>Open Realm Switcher</summary>
|
||||
</key>
|
||||
<key name="switch-realm-backward" type="as">
|
||||
<default>["<Shift><Primary>Tab"]</default>
|
||||
<summary>Open Realm Switcher Backwards</summary>
|
||||
</key>
|
||||
<key name="show-screenshot-ui" type="as">
|
||||
<default>["Print"]</default>
|
||||
<summary>Take a screenshot interactively</summary>
|
||||
|
@ -47,3 +47,5 @@
|
||||
@import 'widgets/looking-glass';
|
||||
// Lock / login screen
|
||||
@import 'widgets/login-lock';
|
||||
|
||||
@import 'widgets/realms';
|
||||
|
17
data/theme/gnome-shell-sass/widgets/_realms.scss
Normal file
17
data/theme/gnome-shell-sass/widgets/_realms.scss
Normal file
@ -0,0 +1,17 @@
|
||||
.realm-switch-label {
|
||||
font-size: 36px;
|
||||
font-weight: bold;
|
||||
color: #ffffff;
|
||||
background-color: rgba(10, 10, 10, 0.7);
|
||||
border-radius: 5px;
|
||||
padding: .5em;
|
||||
}
|
||||
|
||||
.realm-frame-label {
|
||||
font-size: 12pt;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.realm-config-icon {
|
||||
color: #8e8e80;
|
||||
}
|
@ -29,6 +29,7 @@ theme_sources = files([
|
||||
'gnome-shell-sass/widgets/_panel.scss',
|
||||
'gnome-shell-sass/widgets/_popovers.scss',
|
||||
'gnome-shell-sass/widgets/_quick-settings.scss',
|
||||
'gnome-shell-sass/widgets/_realms.scss',
|
||||
'gnome-shell-sass/widgets/_screenshot.scss',
|
||||
'gnome-shell-sass/widgets/_scrollbars.scss',
|
||||
'gnome-shell-sass/widgets/_search-entry.scss',
|
||||
|
Reference in New Issue
Block a user