Gnome: Add initial support to v40

This commit is contained in:
EliverLara
2021-06-16 16:09:45 -05:00
parent cc9c959ac6
commit 2f6348cb0e
4 changed files with 4263 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ gulp.task('styles', function(done) {
});
gulp.task('shell-style', function(done) {
gulp.src('gnome-shell/*.scss')
gulp.src('gnome-shell/**/*.scss')
.pipe(sass().on('error', sass.logError))
.pipe(gulp.dest('./gnome-shell/'))
.pipe(exec('gsettings set org.gnome.shell.extensions.user-theme name "Sweet"'))