{"id":27165882,"url":"https://github.com/robertoofelipe/my-tmux-conf","last_synced_at":"2026-07-14T06:31:07.118Z","repository":{"id":285678623,"uuid":"958962587","full_name":"RobertooFelipe/my-tmux-conf","owner":"RobertooFelipe","description":"That is tmux terminal configuration","archived":false,"fork":false,"pushed_at":"2025-04-02T03:58:34.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-20T03:17:29.688Z","etag":null,"topics":["linux","tmux","tmux-conf","ubuntu"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RobertooFelipe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-02T03:36:29.000Z","updated_at":"2025-04-02T03:58:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"f9cebdde-e8e2-4f53-9c70-a00383b138fc","html_url":"https://github.com/RobertooFelipe/my-tmux-conf","commit_stats":null,"previous_names":["robertoofelipe/my-tmux-conf"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RobertooFelipe/my-tmux-conf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobertooFelipe%2Fmy-tmux-conf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobertooFelipe%2Fmy-tmux-conf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobertooFelipe%2Fmy-tmux-conf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobertooFelipe%2Fmy-tmux-conf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RobertooFelipe","download_url":"https://codeload.github.com/RobertooFelipe/my-tmux-conf/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobertooFelipe%2Fmy-tmux-conf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35450066,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-14T02:00:06.603Z","response_time":114,"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","tmux","tmux-conf","ubuntu"],"created_at":"2025-04-09T03:37:02.402Z","updated_at":"2026-07-14T06:31:07.113Z","avatar_url":"https://github.com/RobertooFelipe.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# That is my tmux config\nTmux is a terminal multiplexer that lets you run multiple programs in a single terminal window on Linux. It's a useful tool for managing remote connections, multitasking, and automating workflows. \n\n![image](https://github.com/user-attachments/assets/0407c513-c220-4cf9-bce1-a2f8ea45ed17)\n\n### Install tmux\n```\nsudo apt update\nsudo apt install tmux\n```\n\n### Now, edit ~/.tmux.conf\n```\nnano ~/.tmux.conf or touch ~/.tmux.conf\n```\nAnd finally, paste this code -\u003e\n\n```\n# .tmux.conf\n\n# Atalho para recarregar a configuração\nbind r source-file ~/.tmux.conf \\; display-message \"RELOADING CONFIGURATION FILE…\"\n\n# STATUS LINE\nset -g status on\nset -g status-interval 1\nset -g status-justify centre\nset -g status-style fg=white,bg=black\n\n# Destacar a janela ativa\nsetw -g window-status-format \"  #I:#W  \"\nsetw -g window-status-current-format \"  #[fg=black,bg=colour8]#I:#W  \"\n\n\n# LEFT STATUS\nset -g status-left-length 100\nset -g status-left-style default\nset -g status-left \"#[fg=colour39] #(hostname -I | awk '{print $1}') \\\n#[fg=colour220] #(sensors | awk '/CPU/ {print $2}') \\\n#[fg=colour82] #(free -m | awk '/Mem/ {printf \\\"%.2f%%\\\", $3/$2 * 100}')% \\\n#[fg=colour208] #(cat /sys/class/power_supply/BAT0/capacity)%\"\n\n# RIGHT STATUS\nset -g status-right-length 100\nset -g status-right-style default\nset -g status-right \"#[fg=colour220] %F #[fg=colour39]%T \"\n\n# Recursos Opcionais\nset -g status-left \"#[fg=colour39] #(hostname -I | awk '{print $1}') \\\n#[fg=colour220] #(sensors | awk '/CPU/ {print $2}') \\\n#[fg=colour82] #(free -m | awk '/Mem/ {printf \\\"%.2f%%\\\", $3/$2 * 100}')% \\\n#[fg=colour202] #(top -bn1 | grep 'Cpu(s)' | awk '{print 100 - $8\\\"%\\\"}') \\\n#[fg=colour208] #(cat /sys/class/power_supply/BAT0/capacity)% \\\n#[fg=colour111] #(playerctl metadata --format '{{title}} - {{artist}}') \\\n#[fg=colour196] #(ps -eo %cpu,%mem,comm --sort=-%cpu | head -2 | tail -1)\"\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertoofelipe%2Fmy-tmux-conf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobertoofelipe%2Fmy-tmux-conf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertoofelipe%2Fmy-tmux-conf/lists"}