{"id":16564478,"url":"https://github.com/teamcons/unity-glass","last_synced_at":"2026-04-22T05:34:30.257Z","repository":{"id":233503235,"uuid":"787321303","full_name":"teamcons/Unity-glass","owner":"teamcons","description":"Mimic in the gnome-shell dash/dock the glass encasing for icons from Unity","archived":false,"fork":false,"pushed_at":"2024-09-29T11:10:18.000Z","size":1542,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-09T12:48:12.869Z","etag":null,"topics":["gnome-desktop","gnome-extension","gnome-extensions","gnome-shell","gnome-shell-extension","unity-desktop"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/teamcons.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-04-16T09:54:43.000Z","updated_at":"2025-04-20T18:55:11.000Z","dependencies_parsed_at":"2024-04-17T20:58:21.156Z","dependency_job_id":"df474b94-a47d-427b-84e4-ea84de76259e","html_url":"https://github.com/teamcons/Unity-glass","commit_stats":null,"previous_names":["teamcons/unitify","teamcons/unity-glass"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/teamcons/Unity-glass","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamcons%2FUnity-glass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamcons%2FUnity-glass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamcons%2FUnity-glass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamcons%2FUnity-glass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/teamcons","download_url":"https://codeload.github.com/teamcons/Unity-glass/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamcons%2FUnity-glass/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32122773,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T00:31:26.853Z","status":"online","status_checked_at":"2026-04-22T02:00:05.693Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["gnome-desktop","gnome-extension","gnome-extensions","gnome-shell","gnome-shell-extension","unity-desktop"],"created_at":"2024-10-11T20:44:19.421Z","updated_at":"2026-04-22T05:34:30.233Z","avatar_url":"https://github.com/teamcons.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Unity-Glass\n\n## Unity ##\n\nOn Gnome Extensions: https://extensions.gnome.org/extension/7006/unity-glass/\n\nThis is intended to be used alongside a dock of your choosening\nI feel like the \"everything flat\" trend makes everything look a bit soulless somewhat.\n\nI am not that good with Javascript, anything user interface, CSS, and the rest of the gang doesnt like much when i code so i limit coding time a lot as well. So unless someone who knows what they do steps in, it will stay very crude and limited, and im sorry for that !\n\nIf you want to have a rad Unity experience :\n- Dash-To-Dock extension for a dock\n- +Last tab, indicator customizations, there is unity-like backlights\n- Unite extension\n- Blur-My-Shell extension\n\n\u003cdiv align=\"center\"\u003e\n  \u003ctable\u003e\n      \u003ctd\u003e\u003cimg src=\"https://github.com/teamcons/unity-glass/blob/main/images/screenshot.png\" /\u003e\u003c/td\u003e\n  \u003c/table\u003e\n\u003c/div\u003e\n\n\n\n### Probably attainable by me\n- Glassy effect be more precise, animated, and less crude\n- Small arrow indicators for focus and opened apps\n- Glassy right click menu\n- Settings : Change launcher to traditional (old one from 14.04), modern (Ubuntu Unity now), Yaru (Basic symbolic circle of friends)\n- Also choose glass encasing to be elegant case or awkward squircle ?\n\n\n### I cant the following please contribute dear stranger\n- Closer to Unity7\n- Cleaner colored backlights with animations like it \"fukken shine\" like my alter would say\n- Adaptive colour for the dash according to wallpaper. Its so cool i cant even\n- 3D accordion effect, i guess it requires some CSS rotate and some animation magic and all. Id love it if someone offered the feature\n- Cool swishy where you can grab the dash and pull icons up and down. It's useless but it feels so much more homely than Gnome-Shell\n- The trash can at the bottom. I guess it is a matter of putting the icon where the app starter is by default ? IDK\n\nPlease contribute or fork or anything idk, a girl needs her Unity\n\n\n\n\n\n\n\n## Build it yourself\n\n### Install\nDownload as zip\nin a terminal do: nautilus .local/share/gnome-shell/extensions\nSave the folder named \"unityglass@teamcons.github.com\" there\n\nIt should appear in the extensions\n\n### Uninstall\n\nopen a terminal, enter:\n\n$ nautilus ~/.local/share/extensions/\n\nThe file manager opens\n\nDelete the folder \"unityglass@teamcons.github.com\"\n\n\n\n## Acknowledgements\n\nI scavenged a lot out of these\n\nHow to do an extension to load CSS, from this extension :\nhttps://github.com/TomaszGasior/gnome-shell-user-stylesheet\n\nHow to CSS from this theme :\nhttps://github.com/B00merang-Project/Unity-7\n\nAssets come from the OG :\nhttps://launchpad.net/unity\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteamcons%2Funity-glass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteamcons%2Funity-glass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteamcons%2Funity-glass/lists"}