{"id":15008094,"url":"https://github.com/JayBeeDe/conky-config","last_synced_at":"2025-10-03T15:31:06.997Z","repository":{"id":256033186,"uuid":"854169090","full_name":"JayBeeDe/conky-config","owner":"JayBeeDe","description":"Full Lua Conky configuration","archived":false,"fork":false,"pushed_at":"2024-10-12T10:49:48.000Z","size":1475,"stargazers_count":0,"open_issues_count":5,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-18T20:00:16.071Z","etag":null,"topics":["conky","lua"],"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/JayBeeDe.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-09-08T15:02:20.000Z","updated_at":"2024-10-12T10:49:52.000Z","dependencies_parsed_at":"2024-11-18T01:35:27.428Z","dependency_job_id":null,"html_url":"https://github.com/JayBeeDe/conky-config","commit_stats":null,"previous_names":["jaybeede/conky-scripts","jaybeede/conky-config"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JayBeeDe%2Fconky-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JayBeeDe%2Fconky-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JayBeeDe%2Fconky-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JayBeeDe%2Fconky-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JayBeeDe","download_url":"https://codeload.github.com/JayBeeDe/conky-config/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235146599,"owners_count":18943286,"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":["conky","lua"],"created_at":"2024-09-24T19:15:09.049Z","updated_at":"2025-10-03T15:31:01.710Z","avatar_url":"https://github.com/JayBeeDe.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# conky-config\n\nFull Lua Conky configuration\n\n![Screenshot](screenshot.png)\n\n## Features\n\n- 100% lua\n- all static informations are only loaded once at conky startup\n- internet-dependent caching of information\n- modular: everything is configurable in configuration file without editing lua code\n\n|Category|Description|\n|---|---|\n|Basic informations|Date, time, hostname|\n|Desktop uptime|Uptime since last wake up (or system is up)|\n|Stock market live|1 customizable stock market index|\n|Hardware informations|RAM, CPU usage, CPU temperature \u0026 battery statuses (or architecture if not a laptop)|\n|System informations|Boot, OS, kernel \u0026 gnome versions|\n|Network|Private \u0026 public IPs v4/v6 \u0026 routes|\n|Storage mountPoints|Partitions informations with customizable blacklist|\n|Storage raids|mdadm software raids status|\n|Customization|1 customizable logo|\n\n## Installation\n\nClone this repo to `~/.config/conky/JayBeeDe`\n\n```bash\nsudo apt-get install jq fonts-font-awesome lua-json lua-socket lua-sec mokutil\ngit clone git@github.com:JayBeeDe/conky-config.git ~/.config/conky/JayBeeDe\nln -s ~/.config/conky/JayBeeDe ~/.config/conky/default\n```\n\nInstall required font dependency from third-part website:\n\n```bash\nmkdir -p \"${HOME}/.local/share/fonts/\"\ncurl -sSL \"https://font.download/dl/font/ge-inspira.zip\" -o \"/tmp/ge-inspira.zip\"\nunzip \"/tmp/ge-inspira.zip\" -d \"${HOME}/.local/share/fonts\"\nchmod -R +x \"${HOME}/.local/share/fonts\"\nrm -f \"/tmp/ge-inspira.zip\"\n```\n\nThen start script with following command:\n\n```bash\ncd $HOME/.config/conky/default\nconky --config=default.conf --alignment=top_right -x 5\n```\n\nMake ajustements, when you are satisfied and that console doesn't show any dependencies issues, you can configure it to start automatically at session start by adding the following file into `~/.config/autostart/conky.desktop`:\n\n```ini\n[Desktop Entry]\nDBusActivatable=false\nExec=bash -c \"cd $HOME/.config/conky/default; conky --config=default.conf --alignment=top_right -x 5 --daemonize\"\nIcon=Conky\nName=Conky\nName[en_US]=Conky\nName[fr_FR]=Conky\nNoDisplay=false\nStartupNotify=true\nTerminal=false\nType=Application\nVersion=1.0\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJayBeeDe%2Fconky-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FJayBeeDe%2Fconky-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJayBeeDe%2Fconky-config/lists"}