Skip to content
/ hover Public

An awesomeWM control center, aiming to be as efficient as possible

License

Notifications You must be signed in to change notification settings

aidinio/hover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

Simply clone the repo inside your AwesomeWM configuration path, then use the project as a widget in your rc.lua like this:

desired_screen = 1
hover = require("hover")
panel_widget = hover {
   theme = "nord_m",
   screen = desired_screen
}

Now, you can use it as a widget in your AwesomeWM bar:

...
		my_bar:setup {
            ...
			panel_widget,
			...
		}
...

Current state: In progress...

screenshot

About

An awesomeWM control center, aiming to be as efficient as possible

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages