minibar
- Description
- Modular status bar in minibuffer
- Latest
- minibar-0.3.0.20230414.114052.tar (.sig), 2024-Mar-31, 60.0 KiB
- Maintainer
- Akib Azmain Turja <akib@disroot.org>
- Atom feed
- minibar.xml
- Website
- https://codeberg.org/akib/emacs-minibar
- Browse ELPA's repository
- CGit or Gitweb
- Badge
To install this package from Emacs, use package-install
or list-packages
.
Full description
The echo area is unused most of the time. Sometimes this empty area so annoying that some people want to get rid of it. This package makes it useful by showing a status bar in it when it's unused. This is especially helpful when you use Emacs as your X window manager using EXWM.
1. Installation
1.1. Quelpa
(quelpa '(minibar :fetcher git :url "https://codeberg.org/akib/emacs-minibar.git"))
1.2. Straight.el
(straight-use-package '(minibar :type git :repo "https://codeberg.org/akib/emacs-minibar.git"))
1.3. Manual
Download minibar.el
and put it in your load-path
.
2. Usage
Enable minibar-mode
to display Minibar. You may want to put
(minibar-mode +1)
in your init file. There are several user options
you can customize, use customize-group
to discover and possibly
customize them.
Old versions
minibar-0.2.0.20221128.45628.tar.lz | 2022-Nov-28 | 15.5 KiB |
minibar-0.1.0.20221127.55823.tar.lz | 2022-Nov-27 | 15.5 KiB |