[gnome-shell] theme: Rename _app-switcher.scss to _switcher-popup.scss
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] theme: Rename _app-switcher.scss to _switcher-popup.scss
- Date: Thu, 13 Feb 2020 19:55:49 +0000 (UTC)
commit c7fb61984b47a873f30ffde8d7b340152810cbbc
Author: nana-4 <hnmaigo gmail com>
Date: Tue Jan 21 21:49:58 2020 +0900
theme: Rename _app-switcher.scss to _switcher-popup.scss
Since the main classes in that file are not dedicated to the app
switcher, rename it to something more appropriate.
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/938
data/theme/gnome-shell-sass/_widgets.scss | 2 +-
.../widgets/{_app-switcher.scss => _switcher-popup.scss} | 0
data/theme/meson.build | 2 +-
3 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/theme/gnome-shell-sass/_widgets.scss b/data/theme/gnome-shell-sass/_widgets.scss
index 5df4ecd612..8f28929fc8 100644
--- a/data/theme/gnome-shell-sass/_widgets.scss
+++ b/data/theme/gnome-shell-sass/_widgets.scss
@@ -27,7 +27,7 @@
@import 'widgets/network-dialog';
// OSDs
@import 'widgets/osd';
-@import 'widgets/app-switcher';
+@import 'widgets/switcher-popup';
@import 'widgets/workspace-switcher';
// Panel
@import 'widgets/panel';
diff --git a/data/theme/gnome-shell-sass/widgets/_app-switcher.scss
b/data/theme/gnome-shell-sass/widgets/_switcher-popup.scss
similarity index 100%
rename from data/theme/gnome-shell-sass/widgets/_app-switcher.scss
rename to data/theme/gnome-shell-sass/widgets/_switcher-popup.scss
diff --git a/data/theme/meson.build b/data/theme/meson.build
index fdcb69fce5..bc1821f36b 100644
--- a/data/theme/meson.build
+++ b/data/theme/meson.build
@@ -8,7 +8,6 @@ theme_sources = files([
'gnome-shell-sass/_widgets.scss',
'gnome-shell-sass/widgets/_a11y.scss',
'gnome-shell-sass/widgets/_app-grid.scss',
- 'gnome-shell-sass/widgets/_app-switcher.scss',
'gnome-shell-sass/widgets/_base.scss',
'gnome-shell-sass/widgets/_buttons.scss',
'gnome-shell-sass/widgets/_calendar.scss',
@@ -35,6 +34,7 @@ theme_sources = files([
'gnome-shell-sass/widgets/_search-entry.scss',
'gnome-shell-sass/widgets/_search-results.scss',
'gnome-shell-sass/widgets/_slider.scss',
+ 'gnome-shell-sass/widgets/_switcher-popup.scss',
'gnome-shell-sass/widgets/_switches.scss',
'gnome-shell-sass/widgets/_tiled-previews.scss',
'gnome-shell-sass/widgets/_window-picker.scss',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]