Skip to content

deficient/vim-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

awesome.vim-notes

Description

A lightweight notes widget for awesome WM.

The widget consists of an icon that shows a menu allowing to open any file in a specified directory.

Usage

Drop the file into your ~/config/awesome folder and load the plugin in your ~/.config/awesome/rc.lua:

vimnotes = require('vimnotes')

-- Create a widget:
vnwidget = vimnotes({
  tooltip="vim notes",
  folder=os.getenv("HOME").."/notes",
  image=image("gnote.png")})

-- And add it to the wibox:
mywibox[s].widgets = {
  ...
        vnwidget.widget,
  ...
}

Requirements

Releases

No releases published

Packages

No packages published

Languages