forked from Shinonome/dots-hyprland
change resolution script position
This commit is contained in:
@@ -11,6 +11,12 @@ import { setupCursorHover } from '../../.widgetutils/cursorhover.js';
|
|||||||
import { distroID, isArchDistro, isDebianDistro, hasFlatpak } from '../../.miscutils/system.js';
|
import { distroID, isArchDistro, isDebianDistro, hasFlatpak } from '../../.miscutils/system.js';
|
||||||
|
|
||||||
const scripts = [
|
const scripts = [
|
||||||
|
{
|
||||||
|
icon: 'desktop-symbolic',
|
||||||
|
name: 'Change screen resolution',
|
||||||
|
command: `bash ${App.configDir}/modules/sideleft/tools/changeres.sh`,
|
||||||
|
enabled: true,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
icon: 'nixos-symbolic',
|
icon: 'nixos-symbolic',
|
||||||
name: 'Trim system generations to 5',
|
name: 'Trim system generations to 5',
|
||||||
@@ -41,12 +47,6 @@ const scripts = [
|
|||||||
command: `sudo pacman -Syyu`,
|
command: `sudo pacman -Syyu`,
|
||||||
enabled: isArchDistro,
|
enabled: isArchDistro,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
icon: 'desktop-symbolic',
|
|
||||||
name: 'Change resolution',
|
|
||||||
command: `bash ${App.configDir}/modules/sideleft/tools/changeres.sh`,
|
|
||||||
enabled: true,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: 'arch-symbolic',
|
icon: 'arch-symbolic',
|
||||||
name: 'Remove orphan packages',
|
name: 'Remove orphan packages',
|
||||||
|
|||||||
Reference in New Issue
Block a user