Skip to content

Commit 3943dff

Browse files
Add script to update material you theme
1 parent 5ddfa5a commit 3943dff

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('nyarchscript',
2-
version: '0.1.3',
2+
version: '0.1.4',
33
meson_version: '>= 0.59.0',
44
default_options: [ 'warning_level=2', 'werror=false', ],
55
)

nyarchscript.flatpak

-96 Bytes
Binary file not shown.

src/scripts.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,12 @@
8181
"command": "cd /tmp; git clone https://github.com/NyarchLinux/NyarcMenu.git; cd NyarcMenu; make install; exec bash",
8282
"description": "cd /tmp\ngit clone https://github.com/NyarchLinux/NyarcMenu.git\ncd NyarcMenu\nmake install",
8383
},
84+
{
85+
"title": "Update Material You",
86+
"subtitle": "Update Material You extension, the Gnome extension that manages Material You",
87+
"command": "cd /tmp; git clone https://github.com/NyarchLinux/nyarch-material-you-theme.git; cd nyarch-material-you-theme; make build;make install; npm install --prefix $HOME/.local/share/gnome-shell/extensions/material-you-theme@asubbiah.com; exec bash",
88+
"description": "cd /tmp\ngit clone https://github.com/NyarchLinux/nyarch-material-you-theme.git\ncd nyarch-material-you-theme\nmake build\nmake install\nnpm install --prefix $HOME/.local/share/gnome-shell/extensions/material-you-theme@asubbiah.com;",
89+
},
8490
]
8591
}
8692
]

0 commit comments

Comments
 (0)