Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
ximper-welcome
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
ximper-welcome
Commits
62389687
Commit
62389687
authored
Aug 31, 2021
by
Tobias Bernard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
content: add back workspaces slide
parent
17ffa1a2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
3 deletions
+13
-3
workspaces.svg
data/resources/assets/workspaces.svg
+0
-0
style.css
data/resources/style.css
+2
-2
window.rs
src/widgets/window.rs
+11
-1
No files found.
data/resources/assets/workspaces.svg
View file @
62389687
This source diff could not be displayed because it is too large. You can
view the blob
instead.
data/resources/style.css
View file @
62389687
...
...
@@ -48,14 +48,14 @@ window .titlebar button {
.page
:nth-child
(
3
)
{
}
/* customize */
/* .page:nth-child(4) { background: linear-gradient(to right, #e66100, #c64600); } workspaces */
.page
:nth-child
(
4
)
{
/* up down */
.page
:nth-child
(
5
)
{
/* up down */
background
:
url('/org/gnome/Tour/hand-fg.svg')
,
url('/org/gnome/Tour/updown-bg.svg')
;
background-repeat
:
no-repeat
;
background-position
:
center
30%
;
animation
:
up-and-down
2s
ease-in-out
infinite
alternate
;
}
.page
:nth-child
(
5
)
{
/* left right */
.page
:nth-child
(
6
)
{
/* left right */
background
:
url('/org/gnome/Tour/hand-fg.svg')
,
url('/org/gnome/Tour/leftright-bg.svg')
;
background-repeat
:
no-repeat
;
...
...
src/widgets/window.rs
View file @
62389687
...
...
@@ -67,6 +67,16 @@ impl Window {
self
.paginator
.borrow_mut
()
.add_page
(
ImagePageWidget
::
new
(
"/org/gnome/Tour/workspaces.svg"
,
gettext
(
"Keep on Top with Workspaces"
),
gettext
(
"Easily organize windows with the new workspaces view."
),
)
.widget
.upcast
::
<
gtk
::
Widget
>
(),
);
self
.paginator
.borrow_mut
()
.add_page
(
ImagePageWidget
::
new
(
"/org/gnome/Tour/blank.svg"
,
gettext
(
"Up/Down for the Overview"
),
gettext
(
"On a touchpad, use three-finger vertical swipes. Try it!"
),
...
...
@@ -91,7 +101,7 @@ impl Window {
"/org/gnome/Tour/ready-to-go.svg"
,
// Translators: The following string is formatted as "We hope that you enjoy GNOME 40"
i18n_f
(
"That's it
! We hope that you enjoy {} {}.
"
,
"That's it
. Have a nice day!
"
,
&
[
&
name
,
&
version
],
),
gettext
(
"To get more advice and tips, see the Help app."
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment