{"id":16974432,"url":"https://github.com/deficient/quicklaunch","last_synced_at":"2026-02-20T08:30:18.091Z","repository":{"id":146978245,"uuid":"87710867","full_name":"deficient/quicklaunch","owner":"deficient","description":"Quicklauncher widget for awesome WM","archived":true,"fork":false,"pushed_at":"2024-08-18T20:11:44.000Z","size":22,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-15T01:06:25.027Z","etag":null,"topics":["awesome-wm","quicklaunch","widget"],"latest_commit_sha":null,"homepage":null,"language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deficient.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-09T13:34:46.000Z","updated_at":"2024-08-18T20:14:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"d477f0bf-5f71-4f48-a072-3ac5f83f1b1a","html_url":"https://github.com/deficient/quicklaunch","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deficient%2Fquicklaunch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deficient%2Fquicklaunch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deficient%2Fquicklaunch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deficient%2Fquicklaunch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deficient","download_url":"https://codeload.github.com/deficient/quicklaunch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239845201,"owners_count":19706570,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["awesome-wm","quicklaunch","widget"],"created_at":"2024-10-14T01:06:18.448Z","updated_at":"2026-02-20T08:30:18.029Z","avatar_url":"https://github.com/deficient.png","language":"Lua","readme":"**This repository has been assimilated into** https://github.com/deficient/deficient\n\n\n## awesome.quicklaunch\n\nSimple quicklaunchbar widget.\n\n![Screenshot](/screenshot.png?raw=true \"Screenshot\")\n\n\n### Installation\n\nSimply drop the script into your awesome config folder, e.g.:\n\n```bash\ncd ~/.config/awesome\ngit clone https://github.com/deficient/quicklaunch.git\n```\n\n\n### Usage\n\nIn your `~/.config/awesome/rc.lua`:\n\n```lua\nlocal quicklaunch = require(\"quicklaunch\")\n\n\n-- create widget\nlocal launchbar = quicklaunch:bar {\n    { \"Mumble\",       \"mumble.svg\",       \"mumble\",         },\n    { \"Pidgin\",       \"pidgin.png\",       \"pidgin\",         },\n    { \"Konversation\", \"konversation.png\", \"konversation\",   },\n    {                                                       },\n    { \"Terminal\",     \"terminator.png\",   \"termite\",        {\n        {\"~/dev\",     \"termite -d ~/dev\"    },\n        {\"/media\",    \"termite -d ~/media\"  },\n    }},\n}\n\n\n-- add the widget to your wibox\nleft_layout:add(launchbar)\n```\n\n### Arguments\n\nThe constructor expects a list of **items** which can each be\n\n- an empty table (separator)\n- a table of three or four elements `{ tooltip, icon, action, [menu] }`\n\nAn **action** can be\n\n- a command string\n- a table (list of command line arguments)\n- a function to be executed\n\nA **menu** must be given as a list of tables `{ text, menu-action, [icon] }`.\n\nBe careful about **menu-action**. These are passed directly to\n[awful.menu](https://awesomewm.org/doc/api/libraries/awful.menu.html#new) and\ncan be either\n\n- a command string\n- a table (submenu)\n- a function to be executed. Make sure that this function ignores it's\n  arguments and does not return values!\n\n(If the function returns values, awful will understand them as\n`visible, action = f()` and keep the menu alive if `visible` is truthy and\nexecute `action`)\n\n\n### Requirements\n\n* [awesome 4.0](http://awesome.naquadah.org/). May work on 3.5 with minor changes.\n","funding_links":[],"categories":["User Interface Related"],"sub_categories":["Client Decorations"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeficient%2Fquicklaunch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeficient%2Fquicklaunch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeficient%2Fquicklaunch/lists"}