Initial commit

This commit is contained in:
Alexander
2026-02-08 01:53:11 +03:00
commit 73088e39cd
145 changed files with 13671 additions and 0 deletions

1
ml4w/settings/browser.sh Executable file
View File

@@ -0,0 +1 @@
flatpak run app.zen_browser.zen

1
ml4w/settings/distro Executable file
View File

@@ -0,0 +1 @@
arch

1
ml4w/settings/filemanager.sh Executable file
View File

@@ -0,0 +1 @@
nautilus -w

View File

@@ -0,0 +1,28 @@
{
"custom/quicklink1": {
"format": " ",
"on-click": "~/.config/ml4w/apps/ML4W_Hyprland_Settings-x86_64.AppImage",
"tooltip-format": "Open Hyprland Settings"
},
"custom/quicklink2": {
"format": " ",
"on-click": "~/.config/ml4w/settings/browser.sh",
"tooltip-format": "Open the browser"
},
"custom/quicklink3": {
"format": " ",
"on-click": "~/.config/ml4w/settings/filemanager.sh",
"tooltip-format": "Open the filemanager"
},
"custom/quicklinkempty": {
},
"group/quicklinks": {
"orientation": "horizontal",
"modules": [
"custom/quicklink1",
"custom/quicklink2",
"custom/quicklink3",
"custom/quicklinkempty"
]
}
}