diff options
author | Leonard Kugis <leonard@kug.is> | 2025-05-23 11:41:09 +0000 |
---|---|---|
committer | Leonard Kugis <leonard@kug.is> | 2025-05-23 11:41:09 +0000 |
commit | c70505d7c7b7b48600f273357694b56ccf5d2a15 (patch) | |
tree | 21c27ac6ffced8d6d904e35bdb39baa5d685d829 /dwl-patches/patches/bar-systray/README.md | |
download | dotfiles-c70505d7c7b7b48600f273357694b56ccf5d2a15.tar.gz dotfiles-c70505d7c7b7b48600f273357694b56ccf5d2a15.tar.bz2 dotfiles-c70505d7c7b7b48600f273357694b56ccf5d2a15.zip |
Diffstat (limited to 'dwl-patches/patches/bar-systray/README.md')
-rw-r--r-- | dwl-patches/patches/bar-systray/README.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dwl-patches/patches/bar-systray/README.md b/dwl-patches/patches/bar-systray/README.md new file mode 100644 index 0000000..b504173 --- /dev/null +++ b/dwl-patches/patches/bar-systray/README.md @@ -0,0 +1,19 @@ +### Description +Add a system tray to the [bar](/dwl/dwl-patches/src/branch/main/patches/bar). + +To keep dependencies to minimum, icon(svg) loading from the filesystem is not +supported. Applications that expect this will show the initial letter of the +program name, instead of a real icon. + +Menus for the icons are handled by a dmenu-like program of the user's choice. + +### Dependencies +- [bar.patch](/dwl/dwl-patches/src/branch/main/patches/bar) +- [libdbus](https://gitlab.freedesktop.org/dbus/dbus) + +### Download +- [git branch](/janetski/dwl/src/branch/0.7-bar-systray) +- [0.7](/dwl/dwl-patches/raw/branch/main/patches/bar-systray/bar-systray-0.7.patch) + +### Authors +- [janetski](https://codeberg.org/janetski) ([.vetu](https://discordapp.com/users/355488216469471242) on discord) |