forked from Shinonome/dots-hyprland
Update quickscripts.js
This commit is contained in:
@@ -40,6 +40,12 @@ const scripts = [
|
|||||||
name: 'Update packages',
|
name: 'Update packages',
|
||||||
command: `sudo pacman -Syyu`,
|
command: `sudo pacman -Syyu`,
|
||||||
enabled: isArchDistro,
|
enabled: isArchDistro,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
icon: 'arch-symbolic',
|
||||||
|
name: 'Change resolution',
|
||||||
|
command: `bash .config/ags/modules/sideleft/tools/changeres.sh`,
|
||||||
|
enabled: isArchDistro,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: 'arch-symbolic',
|
icon: 'arch-symbolic',
|
||||||
|
|||||||
Reference in New Issue
Block a user