{"id":19179464,"url":"https://github.com/shell-ninja/Hyprland-Dots-01","last_synced_at":"2025-04-20T03:33:23.189Z","repository":{"id":216705132,"uuid":"742061601","full_name":"shell-ninja/Hyprland-Dots-01","owner":"shell-ninja","description":"A hyprland configuration with automatic color changing script","archived":true,"fork":false,"pushed_at":"2024-06-06T19:49:08.000Z","size":55965,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-12T07:46:22.351Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shell-ninja.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-01-11T17:23:44.000Z","updated_at":"2024-06-20T11:27:34.000Z","dependencies_parsed_at":"2024-11-09T10:43:20.962Z","dependency_job_id":null,"html_url":"https://github.com/shell-ninja/Hyprland-Dots-01","commit_stats":null,"previous_names":["me-js-bro/hyprland-dots-01","shell-ninja/hyprland-dots-01"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shell-ninja%2FHyprland-Dots-01","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shell-ninja%2FHyprland-Dots-01/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shell-ninja%2FHyprland-Dots-01/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shell-ninja%2FHyprland-Dots-01/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shell-ninja","download_url":"https://codeload.github.com/shell-ninja/Hyprland-Dots-01/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249845517,"owners_count":21333728,"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-11-09T10:43:15.255Z","updated_at":"2025-04-20T03:33:22.299Z","avatar_url":"https://github.com/shell-ninja.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch2\u003eThis is my Hyprland Dotfiles first version. You can download and use the dotfiles. But if you want a full installer script, then I have anothe repository for that.\u003c/h2\u003e\n\n## Screenshots\n\u003cp align=\"center\"\u003e\n   \u003cimg align=\"center\" width=\"49%\" src=\"https://github.com/me-js-bro/Screen-Shots/blob/main/arch/1.png?raw=true\" /\u003e \u003cimg align=\"center\" width=\"49%\" src=\"https://github.com/me-js-bro/Screen-Shots/blob/main/fedora/3.png?raw=true\" /\u003e\n\n   \u003cimg align=\"center\" width=\"49%\" src=\"https://github.com/me-js-bro/Screen-Shots/blob/main/fedora/5.png?raw=true\" /\u003e \u003cimg align=\"center\" width=\"49%\" src=\"https://github.com/me-js-bro/Screen-Shots/blob/main/fedora/4.png?raw=true\" /\u003e\n\u003c/p\u003e\n\n\u003chr\u003e\n\n### How to use these files:\n- First create a directory named hypr inside your .config directory. You can use this command:\n   ```\n   mkdir -p ~/.config/hypr\n   ```\n- Then copy this directory inside the newly created hypr directory. Use this command:\n   ```\n   git clone --depth=1 https://github.com/me-js-bro/Hyprland-Dots-01.git ~/.config/hypr/\n   ```\n- There are 3 neofetch folders. for Arch, Fedora and OpenSuse. rename one (according to your distro) to neofetch. Example: \u003cbr\u003e\n    `mv ~/.config/hypr/arch-neofetch ~/.config/hypr/neofetch`\n- Now run this command. It will create symbolic link of all the main dirs:\n   ```\n   ln -sf ~/.config/hypr/btop ~/.config/btop\n        ln -sf ~/.config/hypr/swaync ~/.config/swaync\n        ln -sf ~/.config/hypr/kitty ~/.config/kitty\n        ln -sf ~/.config/hypr/cava ~/.config/cava\n        ln -sf ~/.config/hypr/neofetch ~/.config/neofetch\n        ln -sf ~/.config/hypr/rofi ~/.config/rofi\n        ln -sf ~/.config/hypr/swaylock ~/.config/swaylock\n        ln -sf ~/.config/hypr/waybar ~/.config/waybar\n        ln -sf ~/.config/hypr/wlogout ~/.config/wlogout\n   ```\n- Now make all the necessary script executable. Run this command:\n   ```\n   chmod +x ~/.config/hypr/scripts/*\n   ```\n\u003chr\u003e\n\n## If you need to change anything, you have to change it inside the `~/.config/hypr` directory.\n\n#### But if you want to automate all these things along with installing some important packages and fonts, just follow the links below. \u003cbr\u003e\n\n#### To install Hyprland and copy the dotfiles on Arch Linux, please visit [Here](https://github.com/me-js-bro/Arch-Hyprland).\n\n#### To install Hyprland and copy the dotfiles on Fedora Linux, please visit [Here](https://github.com/me-js-bro/Fedora-Hyprland).\n\n#### To install Hyprland and copy the dotfiles on OpenSuse (Tumbleweed), please visit [Here](https://github.com/me-js-bro/OpenSuse-Hyprland).\n\n\n\u003cbr\u003e\n\n\n \u003ch1 align=\"center\"\u003eContributing on this project...\u003c/h1\u003e\n\u003ch4\u003eWell I could not add so many features on this project that are usefull for laptops \u003cb\u003e\u003ci\u003e(Because I do not have any laptop)\u003c/i\u003e\u003c/b\u003e. I would like you to contribute on this project and make the scripts and dotfiles better, if you are interested.\u003c/h4\u003e\n\n ### What to do:\n\n1) Fork this repository.\n2) Make sure to uncheck the Copy the `main` branch only, under the Description option. This will copy the development branch also\n3) After forking, Clone the development branch of the forked repository in your PC. example: \u003cbr\u003e\n    `git clone --depth=1 -b development https://github.com/your_github_user_name/Hyprland-Dots-01.git`\n5) Create a branch with your name on the forked repository ( GitHub Name )\n6) Commit the changes with some description. For example:\u003cbr\u003e\n    `git commit -m \"added this feature in the _directory\"`\n7) Push changes to your created branch, For example: \u003cbr\u003e\n    `git push origin your_created_branch_name`\n8) And then, create a pull request with the changes you have made.\n    - Make sure to add the \u003ci\u003e pull request \u003c/i\u003e on the `development` branch of the main repository ( With descriptions )\n\n\u003cbr\u003e\n\u003cbr\u003e\n\n### Pull Request\n1) Add a short description of what you have changed.\n2) A list of the dependencies of packages required for the changes. ( if need any )\n\n\n\u003chr\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshell-ninja%2FHyprland-Dots-01","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshell-ninja%2FHyprland-Dots-01","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshell-ninja%2FHyprland-Dots-01/lists"}