2020-11-28 10:14:26 +00:00
|
|
|
* Description
|
|
|
|
[[https://tools.suckless.org/dmenu/][Dmenu]] Arch package with a few patches installed to keep things nice:
|
|
|
|
|
|
|
|
- [[https://tools.suckless.org/dmenu/patches/border/][border]]
|
|
|
|
- [[https://tools.suckless.org/dmenu/patches/center/][center]]
|
|
|
|
- [[https://tools.suckless.org/dmenu/patches/fuzzyhighlight/][fuzzyhighlight]]
|
|
|
|
- [[https://tools.suckless.org/dmenu/patches/fuzzymatch/][fuzzymatch]]
|
|
|
|
- [[https://tools.suckless.org/dmenu/patches/mouse-support/][mousesupport]]
|
|
|
|
- [[https://tools.suckless.org/dmenu/patches/numbers/][numbers]]
|
2020-11-28 13:01:50 +00:00
|
|
|
- My own custom patch to enable colours (and thus emojis)
|
2020-11-28 10:14:26 +00:00
|
|
|
|
|
|
|
* Install
|
|
|
|
#+begin_src shell
|
|
|
|
makepkg -si
|
|
|
|
#+end_src
|
|
|
|
|
2020-11-28 15:21:53 +00:00
|
|
|
- Default font is [[https://sourcefoundry.org/hack][Hack]]
|
2020-11-28 10:14:26 +00:00
|
|
|
- When modifying [[https://github.com/alrayyes/dwm/blob/master/config.h][config.h]] be sure to run =updpkgsums= to update checksums before
|
|
|
|
running =makepkg -si=
|
|
|
|
|
|
|
|
* License
|
|
|
|
This theme is released under the MIT License. For more information read
|
|
|
|
the [[file:LICENSE.org][license]].
|