Skip to content

Custom waybar module to show the process with the highest CPU usage

License

Notifications You must be signed in to change notification settings

trollLemon/highest-cpu-usage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

highest-cpu-usage

Custom waybar module to show the process with the highest CPU usage

usage

build

Run:

# make 

and install the binary with:

# make install

config

Within your waybar config, define a custom module, for example:

    "custom/hcu": {
		"format": "{}",
		"interval": 1,
		"max-length": 20,
		"exec": "~/.config/waybar/hcu"
	},

Then add "custom/hcu" to modules-left, modules-right, or modules-center.

About

Custom waybar module to show the process with the highest CPU usage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published