overlay/README.md

18 lines
1.0 KiB
Markdown
Raw Normal View History

2020-10-26 02:25:52 -05:00
## A personal overlay
Containg mostly i3wm plugins for xfce4
2020-12-29 02:04:47 -06:00
#### Ebuild List
* [i3ipc-glib](https://github.com/altdesktop/i3ipc-glib) A C interface to i3wm
* [xfce4 i3 workspaces plugin](https://github.com/denesb/xfce4-i3-workspaces-plugin) An xfce4 plugin to show i3 workspaces
* [Looking Glass](https://github.com/gnif/LookingGlass/) An application for viewing video from a guest VM (wayland support is disabled)
2020-12-29 02:04:47 -06:00
* [Looking Glass OBS Plugin](https://github.com/gnif/LookingGlass/) An OBS Plugin for playing video from a guest VM
2021-02-07 22:48:12 -06:00
* [libui](https://github.com/andlabs/libui/) A cross platform UI library
2021-04-17 20:49:33 -05:00
* [notify-py](https://github.com/ms7m/notify-py) Cross platform desktop notifications for Python scripts and applications.
2021-04-23 11:41:13 -05:00
* [PlChat](https://git.waldn.net/git/knotteye/plchat) A pleroma chat client in PyQt5
2021-11-06 22:38:11 -05:00
* [swayfocus](https://git.waldn.net/git/knotteye/swayfocus) A window switching tool for sway.
2020-12-29 02:04:47 -06:00
2020-10-26 02:25:52 -05:00
#### Adding the repository
2020-12-29 02:06:43 -06:00
```
eselect repository add knotteye git https://pond.waldn.net/git/knotteye/overlay.git
emaint sync -r knotteye
```