8000 GitHub - AmadoMuerte/WaybarCodeStats: The WakaTime Module for Waybar integrates WakaTime with Waybar, allowing you to track your coding activity and display the time spent coding directly on your bar.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

The WakaTime Module for Waybar integrates WakaTime with Waybar, allowing you to track your coding activity and display the time spent coding directly on your bar.

Notifications You must be signed in to change notification settings

AmadoMuerte/WaybarCodeStats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WakaTime Module for Waybar

Overview

The WakaTime Module for Waybar integrates WakaTime with Waybar, allowing you to track your coding activity and display the time spent coding directly on your bar.

Note: To use this module, you must have the WakaTime plugin installed in one of your IDEs. Additionally, a .wakatime.conf file should exist in your root directory.

Installation

  1. Download the release archive and unzip it.

  2. Grant execute permissions to the binary file:

  chmod +x ./waybar-code-stats

3.Move the binary file to your Waybar configuration directory:

mv ./waybar-code-stats ~/.config/waybar/
  1. Configure the module in your Waybar config.jsonc file:
"custom/wakatime": {
  "format": "{}{}",
  "return-type": "json",
  // Specify the path to the built executable
  "exec": "~/.config/waybar/waybar-code-stats en", // You can explicitly set the language for display (ru/en)
  "interval": 1200
},

Customization

Once installed, you can customize the module's appearance in your style.css file:

#custom-wakatime {
color: #a46df6; /* Adjust the color as desired */
border-radius: 20px;
margin-left: 5px;
border-right: 0px;
transition: 0.3s;
padding-left: 7px;
}

Contribution

Contributions are welcome! If you encounter any issues or have suggestions for improvements, feel free to:

About

The WakaTime Module for Waybar integrates WakaTime with Waybar, allowing you to track your coding activity and display the time spent coding directly on your bar.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

0