Update quickscripts.js

This commit is contained in:
churchy
2024-07-20 12:47:45 +03:00
committed by GitHub
parent ddc0497c16
commit e462819492
@@ -42,11 +42,11 @@ const scripts = [
enabled: isArchDistro, enabled: isArchDistro,
}, },
{ {
icon: 'arch-symbolic', icon: 'desktop-symbolic',
name: 'Change resolution', name: 'Change resolution',
command: `bash .config/ags/modules/sideleft/tools/changeres.sh`, command: `bash ${App.configDir}/modules/sideleft/tools/changeres.sh`,
enabled: isArchDistro, enabled: true,
}, },
{ {
icon: 'arch-symbolic', icon: 'arch-symbolic',
name: 'Remove orphan packages', name: 'Remove orphan packages',