{"id":13570381,"url":"https://github.com/zbaylin/rofi-wifi-menu","last_synced_at":"2025-04-05T14:04:45.925Z","repository":{"id":47550109,"uuid":"94915101","full_name":"zbaylin/rofi-wifi-menu","owner":"zbaylin","description":"a bash script using nmcli and rofi to make a wifi menu in i3/openbox/bspwm","archived":false,"fork":false,"pushed_at":"2023-09-23T13:32:35.000Z","size":185,"stargazers_count":430,"open_issues_count":15,"forks_count":34,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-29T13:07:32.465Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zbaylin.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}},"created_at":"2017-06-20T16:58:40.000Z","updated_at":"2025-03-28T22:11:13.000Z","dependencies_parsed_at":"2024-03-04T12:03:10.538Z","dependency_job_id":null,"html_url":"https://github.com/zbaylin/rofi-wifi-menu","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/zbaylin%2Frofi-wifi-menu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zbaylin%2Frofi-wifi-menu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zbaylin%2Frofi-wifi-menu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zbaylin%2Frofi-wifi-menu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zbaylin","download_url":"https://codeload.github.com/zbaylin/rofi-wifi-menu/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247345850,"owners_count":20924102,"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":[],"created_at":"2024-08-01T14:00:51.782Z","updated_at":"2025-04-05T14:04:45.898Z","avatar_url":"https://github.com/zbaylin.png","language":"Shell","funding_links":[],"categories":["Acknowledgment","Application Launcher"],"sub_categories":["Utilities"],"readme":"# rofi-wifi-menu\nA wifi menu for i3/openbox/etc. written in bash. Uses rofi and nmcli.\n\n## Table of Contents\n* [Screenshots](#screenshots)\n* [Requirements](#requirements)\n  * [Optional](#optional)\n* [Installation](#installation)\n* [Configuration](#configuration)\n  * [position](#position)\n  * [y-offset](#y-offset)\n  * [x-offset](#x-offset)\n  * [fields](#fields)\n* [ToDo](#todo)\n\n### Screenshots\n\n#### Desktop\n![Desktop](https://raw.githubusercontent.com/zbaylin/rofi-wifi-menu/master/screenshots/rofi-wifi-menu-desktop.png)\n\n#### Default\n![Default](https://raw.githubusercontent.com/zbaylin/rofi-wifi-menu/master/screenshots/rofi-wifi-menu-default.png)\n\n#### Manual Entry\n![Manual Entry](https://raw.githubusercontent.com/zbaylin/rofi-wifi-menu/master/screenshots/rofi-wifi-menu-manual.png)\n\n#### Toggle On\n![Toggle On](https://raw.githubusercontent.com/zbaylin/rofi-wifi-menu/master/screenshots/rofi-wifi-menu-toggleon.png)\n\n### Requirements\n\n* nmcli\n* iw\n* rofi ( _I may end up expanding compatibility to dmenu_ )\n* bash ( _but you probably already knew that_ )\n\n#### _Optional_\n\n* lemonbar (or some other bar, i.e. tint2)\n* openbox/i3/etc.\n\n### Installation\n* make sure you have all the dependencies installed\n\n* run the following commands in your terminal. Replace uppercase variables with personal choice\n```\ncd DESIRED_DIRECTORY\ngit clone https://github.com/zbaylin/rofi-wifi-menu.git\ncd rofi-wifi-menu\nbash \"./rofi-wifi-menu.sh\"\n```\n\n### Configuration\nrofi-wifi-menu has an example configuration file in the repository. It will run without it, but will warn you if it does not exist.\n\nTo configure rofi-wifi-menu, first cd into the directory it is installed into. Then edit the file `config.example`.\nIt should contain the following variables:\n* position\n* y-offset\n* x-offset\n* fields\n\n#### position\nposition can be configured where the number represents the position on this screen in this way\n\n| *Screen*   | Left | Right | Center |\n|------------|------|-------|--------|\n| **Top**    | 1    | 2     | 3      |\n| **Center** | 8    | 0     | 4      |\n| **Bottom** | 7    | 6     | 5      |\n\n#### y-offset\n\ny-offset is measured in pixels. A positive value moves the window downward, while a negative value moves it upward.\n\n#### x-offset\n\nx-offset is measured in pixels. A positive value move the window rightward, while a negative value moves it leftward.\n\n#### fields\n\nfields choose what is displayed by the menu. The available fields are as follows:\n\n`NAME,SSID,SSID-HEX,BSSID,MODE,CHAN,FREQ,RATE,SIGNAL,BARS,SECURITY,WPA-FLAGS,RSN-FLAGS,DEVICE,ACTIVE,IN-USE,DBUS-PATH`\n\n### ToDo\n\n✔️ Add ability to manually specify SSID\n\n✔️ Add ability to configure the script externally\n\n✔️ Use rofi highlighting\n\n❌ Add more forms of security (PEAP, etc.)\n\n❌ Remove duplicate APs\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzbaylin%2Frofi-wifi-menu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzbaylin%2Frofi-wifi-menu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzbaylin%2Frofi-wifi-menu/lists"}