From 2565848308099fe7c67ae66707a5fd99dfbedab5 Mon Sep 17 00:00:00 2001 From: Ryan Thomas <37483567+ryanthomas-org@users.noreply.github.com> Date: Sat, 28 Jan 2023 16:30:16 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ed6b540..fe57fe9 100644 --- a/README.md +++ b/README.md @@ -74,3 +74,5 @@ Set custom colors in `theme.lua` as desired: The ability to obtain the geometry of the system tray is not referenced in the awesome API for a reason; in theory it may occasionally return incorrect data, requiring an additional execution of the keybinding. This project was previously assembled as a quick hack in the form of a shell script requiring iocane, rofi, and xdotool. It has been rewritten as a native lua module for the latest stable release with no external dependencies. While deprecated functions were avoided, we have not yet tested it in the development version. + +The geometry of individual icons is calculated based on the assumption that they exist in a single row. This limitation is removed in the development release channel and could be compensated for by checking for `systray_max_rows` or forcing `base_size`. Modifications to the hints widget would also be necessary.