{"id":23802173,"url":"https://github.com/flyingcakes85/lovebites","last_synced_at":"2025-08-25T15:08:53.788Z","repository":{"id":118790073,"uuid":"384920193","full_name":"flyingcakes85/LoveBites","owner":"flyingcakes85","description":"Just an Xfce Rice 🍙","archived":false,"fork":false,"pushed_at":"2024-04-05T15:42:02.000Z","size":21062,"stargazers_count":50,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T05:42:41.726Z","etag":null,"topics":["linux","rice","rikka","thunar","unixporn","xfce","xfce-desktop","xfce-theme","xfce4","xfwm"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/flyingcakes85.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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}},"created_at":"2021-07-11T10:32:12.000Z","updated_at":"2025-03-06T11:28:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"4ba78455-b889-4b26-9ed8-f6427ff4f7b3","html_url":"https://github.com/flyingcakes85/LoveBites","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/flyingcakes85/LoveBites","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flyingcakes85%2FLoveBites","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flyingcakes85%2FLoveBites/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flyingcakes85%2FLoveBites/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flyingcakes85%2FLoveBites/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flyingcakes85","download_url":"https://codeload.github.com/flyingcakes85/LoveBites/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flyingcakes85%2FLoveBites/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272084844,"owners_count":24870584,"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","status":"online","status_checked_at":"2025-08-25T02:00:12.092Z","response_time":1107,"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":["linux","rice","rikka","thunar","unixporn","xfce","xfce-desktop","xfce-theme","xfce4","xfwm"],"created_at":"2025-01-01T22:19:57.295Z","updated_at":"2025-08-25T15:08:53.761Z","avatar_url":"https://github.com/flyingcakes85.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Love Bites 💋\n\n## Screenshot 🤳\n\n![Screenshot](screenshot.png)\n\n## Installation 💻\n\n**WARNING : Every time you copy something from my repo to your home directory, you may be replacing an exisitng config. Make sure you have backups before replacing any file.**\n\n**I am not responsible for dysfunctional systems and/or dead neighbors.**\n\nIf there are any errors or something is missing, please let me know. I don't trust myself to get it right in one go...\n\n### Clone the repo 💸\n\n```sh\ngit clone https://github.com/flyingcakes85/LoveBites\ncd LoveBites\n```\n\nFurther commands will be run assuming your working directory is this git repo.\n\n### Gtk/Xfwm Theme 💄\n\n```sh\ncd .themes\ntar -xvf LoveBites.tar.gz\nmkdir -p ~/.themes\ncp LoveBites ~/.themes/ -r\n```\n\nChange theme to LoveBites using Xfce's appearance settings from app launcher, or run `xfce4-appearance-settings` in a terminal.\n\nOpen Xfwm Setting to change Xfwm theme to LoveBites.\n\n### Thunar (Gtk CSS) 💞\n\nFor design at bottom right, and the typography on sidebar\n\n```sh\nmkdir -p ~/.config/gtk-3.0\ntouch ~/.config/gtk-3.0/gtk.css\ncat .config/gtk-3.0/gtk.css \u003e\u003e ~/.config/gtk-3.0/gtk.css\nsed -i \"s/YOURUSERNAME/$USER/g\" ~/.config/gtk-3.0/gtk.css\ncp .config/gtk-3.0/.assets ~/.config/gtk-3.0/ -r\n```\n\n### Icons 💍\n\n```sh\ncd .icons\ntar -xvf PapirusRed.tar.gz\nmkdir -p ~/.icons\ncp PapirusRed ~/.icons/ -r\n```\n\nChange icon theme to PapirusRed using Xfce's appearance settings from app launcher, or run `xfce4-appearance-settings` in a terminal.\n\n### Compositor 👠\n\nI am using picom instead of the default Xfce compositor.\n\n```sh\nmkdir -p ~/.config/picom\ncp .config/picom/picom.conf ~/.config/picom/picom.conf\n```\n\nOpen Window Manager Tweaks. In the last tab \"Compositor\", uncheck \"Enable display compositing.\n\nAdd picom to Xfce session autostart. Run `xfce4-session-settings` in a terminal. In second tab \"Application Autostart\", click plus icon at bottom and add new entry. Set command as `picom \u0026` and \"Trigger\" to \"on login\".\n\n### Tint2 Panel 🚗\n\n```sh\nmkdir -p ~/.config/tint2\ncp .config/tint2/* ~/.config/tint2/ -r\nsed -i \"s/lain/$USER/g\" ~/.config/tint2/tint2rc\n```\n\nAdd tint2 to Xfce session autostart. Run `xfce4-session-settings` in a terminal. In second tab \"Application Autostart\", click plus icon at bottom and add new entry. Set command as `tint2 \u0026` and \"Trigger\" to \"on login\".\n\nYou can modify tint2 panel. Run `tint2conf` in a terminal and double click on the first entry.\n\n### Conky 👛\n\n```sh\ncp .config/conky ~/.config/ -r\n```\n\nMost probably you will need to play around with the offset values in `.conkyrc` to make it display properly.\n\nAdd tint2 to Xfce session autostart. Run `xfce4-session-settings` in a terminal. In second tab \"Application Autostart\", click plus icon at bottom and add new entry. Set command as `conky \u0026` and \"Trigger\" to \"on login\".\n\n### Font\n\nI have used Iosevka. Specifically speaking, its the [Nerd Font Patched](https://aur.archlinux.org/packages/nerd-fonts-iosevka/) variant.\n\n## Credits 🙏\n\n- Concept and conky : [Takami Chika](https://www.reddit.com/r/unixporn/comments/52zks6/xfwm4_takami_chika/) by [u/advanceduser](https://www.reddit.com/user/advanceduser/)\n- Wallpaper : [Rikka Takarada Minimalist](https://www.deviantart.com/kiddblaster/art/Rikka-Takarada-Minimalist-785029419) by [Kiddblaster](https://www.deviantart.com/kiddblaster)\n- All the City Pop and Future Funk I listened while I bunked my classes to work on this\n\n## Contact 💌\n\n- email : com dot protonmail at snehitsah\n- reddit : [u/StunningConcentrate7](http://reddit.com/u/StunningConcentrate7)\n\n## License ⚔️\n\nGPL-3.0-or-later\n\n**This license does not apply to `wallpaper.png`**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflyingcakes85%2Flovebites","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflyingcakes85%2Flovebites","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflyingcakes85%2Flovebites/lists"}