Files
dotfiles/ml4w/settings/waybar-quicklinks.json
2026-02-08 01:53:11 +03:00

29 lines
807 B
JSON
Executable File

{
"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"
]
}
}