{"id":20532456,"url":"https://github.com/joshdk/awesome-textvolume","last_synced_at":"2026-04-15T20:32:51.042Z","repository":{"id":6220638,"uuid":"7451997","full_name":"joshdk/awesome-textvolume","owner":"joshdk","description":"A volume widget for Awesome WM","archived":false,"fork":false,"pushed_at":"2013-09-17T06:27:23.000Z","size":136,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-02T06:01:47.445Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"yangningbo/AndroidPinning","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joshdk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-01-05T05:23:10.000Z","updated_at":"2013-10-30T05:10:54.000Z","dependencies_parsed_at":"2022-09-11T23:10:51.649Z","dependency_job_id":null,"html_url":"https://github.com/joshdk/awesome-textvolume","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/joshdk/awesome-textvolume","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshdk%2Fawesome-textvolume","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshdk%2Fawesome-textvolume/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshdk%2Fawesome-textvolume/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshdk%2Fawesome-textvolume/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joshdk","download_url":"https://codeload.github.com/joshdk/awesome-textvolume/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshdk%2Fawesome-textvolume/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31859408,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-11-16T00:15:00.014Z","updated_at":"2026-04-15T20:32:51.028Z","avatar_url":"https://github.com/joshdk.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"awesome-textvolume\n==================\n\nA volume widget for Awesome WM\n\n\nInstalling\n----------\n\n    # make install\n\n\nUninstalling\n------------\n\n    # make uninstall\n\n\nUsing\n-----\n\nImport the module\n\n```lua\n-- Add this line at the top of your rc.lua\nlocal textvolume = require(\"textvolume\");\n```\n\nCreate a widget instance (at the start of the Wibox section in rc.lua):\n\n```lua\n-- Create the textclock widget\nlocal mytextclock = awful.widget.textclock()\n-- Create our textvolume widget\nlocal mytextvolume = textvolume(\"Master\", 5)\n```\n\nAdd our instance (near the end of the Wibox section in rc.lua):\n\n```lua\n-- Add the textvolume widget\nright_layout:add(mytextvolume)\nright_layout:add(mytextclock)\nright_layout:add(mylayoutbox[s])\n```\n\nStart binding!\n\n```lua\n-- Keybinding that lowers volume by 5%\nawful.key({ }, \"XF86AudioLowerVolume\",\n\tfunction ()\n\t\tmytextvolume:dec(5)\n\tend\n)\n\n-- Keybinding that raises volume by 5%\nawful.key({ }, \"XF86AudioRaiseVolume\",\n\tfunction ()\n\t\tmytextvolume:inc(5)\n\tend\n)\n\n-- Keybinding that toggles mute\nawful.key({ }, \"XF86AudioMute\",\n\tfunction ()\n\t\tmytextvolume:toggle()\n\tend\n)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshdk%2Fawesome-textvolume","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoshdk%2Fawesome-textvolume","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshdk%2Fawesome-textvolume/lists"}