Skip to content

Commit 7656a51

Browse files
committed
gnome-shell: Rotate workspace-thumbnails placeholder
Fix the appearance of the workspace-thumbnails placeholder on the smaller and now horizontal thumbnails on GNOME 40, by rotating the placeholder SVG asset by 90 degrees.
1 parent 4cc5e4a commit 7656a51

File tree

5 files changed

+123
-1
lines changed

5 files changed

+123
-1
lines changed
Lines changed: 119 additions & 0 deletions
Loading

common/gnome-shell/40/gresource/gnome-shell-theme-dark.gresource.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<gresources>
33
<gresource prefix="/org/gnome/shell/theme">
44
<file>common-assets/dash/dash-placeholder.svg</file>
5+
<file>common-assets/dash/dash-placeholder-horizontal.svg</file>
56
<file>common-assets/dash/running1-hover.svg</file>
67
<file>common-assets/dash/running1.svg</file>
78
<file>common-assets/dash/running2-hover.svg</file>

common/gnome-shell/40/gresource/gnome-shell-theme-lighter.gresource.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<gresources>
33
<gresource prefix="/org/gnome/shell/theme">
44
<file>common-assets/dash/dash-placeholder.svg</file>
5+
<file>common-assets/dash/dash-placeholder-horizontal.svg</file>
56
<file>common-assets/dash/running1-hover.svg</file>
67
<file>common-assets/dash/running1.svg</file>
78
<file>common-assets/dash/running2-hover.svg</file>

common/gnome-shell/40/gresource/gnome-shell-theme.gresource.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<gresources>
33
<gresource prefix="/org/gnome/shell/theme">
44
<file>common-assets/dash/dash-placeholder.svg</file>
5+
<file>common-assets/dash/dash-placeholder-horizontal.svg</file>
56
<file>common-assets/dash/running1-hover.svg</file>
67
<file>common-assets/dash/running1.svg</file>
78
<file>common-assets/dash/running2-hover.svg</file>

common/gnome-shell/40/sass/_common.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2171,7 +2171,7 @@ $dash_bottom_margin: 20px;
21712171
}
21722172

21732173
.placeholder {
2174-
background-image: url("common-assets/dash/dash-placeholder.svg");
2174+
background-image: url("common-assets/dash/dash-placeholder-horizontal.svg");
21752175
background-size: contain;
21762176
width: 18px;
21772177
}

0 commit comments

Comments
 (0)