change resolution script position

This commit is contained in:
end-4
2024-07-28 14:57:50 +07:00
parent 07028aec4f
commit a45f7b4b9f
@@ -11,6 +11,12 @@ import { setupCursorHover } from '../../.widgetutils/cursorhover.js';
import { distroID, isArchDistro, isDebianDistro, hasFlatpak } from '../../.miscutils/system.js';
const scripts = [
{
icon: 'desktop-symbolic',
name: 'Change screen resolution',
command: `bash ${App.configDir}/modules/sideleft/tools/changeres.sh`,
enabled: true,
},
{
icon: 'nixos-symbolic',
name: 'Trim system generations to 5',
@@ -41,12 +47,6 @@ const scripts = [
command: `sudo pacman -Syyu`,
enabled: isArchDistro,
},
{
icon: 'desktop-symbolic',
name: 'Change resolution',
command: `bash ${App.configDir}/modules/sideleft/tools/changeres.sh`,
enabled: true,
},
{
icon: 'arch-symbolic',
name: 'Remove orphan packages',