{"id":13734621,"url":"https://github.com/panosx2/brightness","last_synced_at":"2025-05-08T10:32:43.762Z","repository":{"id":46073953,"uuid":"151711128","full_name":"panosx2/brightness","owner":"panosx2","description":"Dimmer : Brightness Adjustment","archived":false,"fork":false,"pushed_at":"2021-11-16T11:21:13.000Z","size":273,"stargazers_count":9,"open_issues_count":7,"forks_count":11,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-15T03:33:26.605Z","etag":null,"topics":["appcenter","brightness","brightness-adjustment","elementaryos","linux"],"latest_commit_sha":null,"homepage":"","language":"Vala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/panosx2.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}},"created_at":"2018-10-05T11:30:14.000Z","updated_at":"2021-11-16T11:21:17.000Z","dependencies_parsed_at":"2022-09-15T09:12:58.202Z","dependency_job_id":null,"html_url":"https://github.com/panosx2/brightness","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panosx2%2Fbrightness","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panosx2%2Fbrightness/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panosx2%2Fbrightness/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panosx2%2Fbrightness/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/panosx2","download_url":"https://codeload.github.com/panosx2/brightness/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253045998,"owners_count":21845823,"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":["appcenter","brightness","brightness-adjustment","elementaryos","linux"],"created_at":"2024-08-03T03:00:58.194Z","updated_at":"2025-05-08T10:32:43.456Z","avatar_url":"https://github.com/panosx2.png","language":"Vala","funding_links":["https://www.paypal.me/PanagiotisPanos"],"categories":["Applications"],"sub_categories":["System Tools"],"readme":"[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://github.com/panosx2/brightness/blob/master/LICENSE)\n[![Build Status](https://travis-ci.com/panosx2/brightness.svg?branch=master)](https://travis-ci.com/panosx2/brightness)\n[![Donate](https://img.shields.io/badge/PayPal-Donate-gray.svg?style=flat\u0026logo=paypal\u0026colorA=0071bb\u0026logoColor=fff)](https://www.paypal.me/PanagiotisPanos)\n \n \u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://github.com/panosx2/brightness/blob/master/icons/128/com.github.panosx2.brightness.png\" alt=\"logo\"\u003e \u003cbr\u003e\n \u003c/p\u003e\n\n \u003cdiv\u003e\n  \u003ch1 align=\"center\"\u003eDimmer\u003c/h1\u003e\n  \u003ch3 align=\"center\"\u003e\u003ci\u003eBrightness Adjustment App, written in Vala\u003c/i\u003e\u003c/h3\u003e\n\u003c/div\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://github.com/panosx2/brightness/blob/master/data/screenshot.png\" alt=\"Screenshot\"\u003e \u003cbr\u003e\n\u003c/p\u003e\n\n Instead of adjusting the backlight, this app uses `xrandr` to change the brightness of the image displayed on your screen. This can be useful for displays without an adjustable backlight, displays with a too-bright minimum, or too-dark maximum backlight, or OLED displays. Setups with multipe displays (maximum 4 displays) can also be adjusted with different brightness levels.\n\n ## Install from AppCenter \n On elementaryOS simply install Dimmer from AppCenter:\n \u003cp align=\"center\"\u003e\n   \u003ca href=\"https://appcenter.elementary.io/com.github.panosx2.brightness\"\u003e\n     \u003cimg src=\"https://appcenter.elementary.io/badge.svg\" alt=\"Get it on AppCenter\"\u003e\n   \u003c/a\u003e\n \u003c/p\u003e\n\n ### or\n\n ## Build and Install manually\n \n These dependencies must be present before building:\n\n * debhelper\n * gettext\n * libgranite-dev\n * libgtk-3-dev\n * libgee-0.8-dev\n * meson\n * valac\n \n \u003cp\u003eYou can install these by executing the command:\u003c/p\u003e\n \n ```\n sudo apt install meson valac libgranite-dev libgtk-3-dev libgee-0.8-dev gettext debhelper\n ```\n\n\u003cp\u003eFlatpak dependencies:\u003c/p\u003e\n\n ```\n sudo apt install elementary-sdk \\\n \u0026\u0026 sudo flatpak install -y appcenter io.elementary.Platform io.elementary.Sdk\n ```\n\n \u003cbr\u003e\n \u003cb\u003eBuilding\u003c/b\u003e\n \n ```\n meson build \u0026\u0026 cd build\n meson configure -Dprefix=/usr`\n ninja\n ```\n\n\u003cbr\u003e\n\u003cb\u003eInstalling\u003c/b\u003e\n\n```\nsudo ninja install\n```\n\n\u003cbr\u003e\n\u003cb\u003eFlatpak Building \u0026 Installing\u003c/b\u003e\n\n```\nflatpak-builder build com.github.panosx2.brightness.yml --user --install --force-clean\n```\n\n ## Credits\n \u003cdiv\u003eIcons made by \u003ca href=\"http://www.freepik.com\" title=\"Freepik\"\u003eFreepik\u003c/a\u003e from \u003ca href=\"https://www.flaticon.com/\" title=\"Flaticon\"\u003ewww.flaticon.com\u003c/a\u003e (Licensed by \u003ca href=\"http://creativecommons.org/licenses/by/3.0/\" title=\"Creative Commons BY 3.0\" target=\"_blank\"\u003eCC 3.0 BY)\u003c/a\u003e\u003c/div\u003e\n \n ## Donations\nStripe is not yet available in my country. If you like Dimmer and you want to support its development, consider donating via [PayPal](https://www.paypal.me/PanagiotisPanos)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanosx2%2Fbrightness","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpanosx2%2Fbrightness","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanosx2%2Fbrightness/lists"}