From f4f5910f61df12d42994fde6f4221200358ecd4c Mon Sep 17 00:00:00 2001 From: Jake Stanger Date: Fri, 28 Mar 2025 21:24:10 +0000 Subject: [PATCH] docs(gtk4): update clipboard, custom, keyboard, script, sysinfo to be ported --- docs/GTK4.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/GTK4.md b/docs/GTK4.md index b82bf03..0ac3f4f 100644 --- a/docs/GTK4.md +++ b/docs/GTK4.md @@ -30,19 +30,19 @@ A full list of feature flags can be found [here](Compiling#features). | Module | Status | Notes | |-----------------|--------|------------------------------------------------------------------------------------------------------------------------------------------| | Cairo | ✅ | | -| Clipboard | ❌ | | +| Clipboard | ✅ | | | Clock | ✅ | | -| Custom | ❌ | | +| Custom | ✅ | | | Focused | ✅ | | -| Keyboard | ❌ | | +| Keyboard | ✅ | | | Label | ✅ | | | Launcher | ❌ | | | Music | ❌ | | | Network Manager | ❌ | | | Notifications | ✅ | | -| Script | ❌ | | +| Script | ✅ | | | Sway Mode | ❌ | | -| SysInfo | ❌ | | +| SysInfo | ✅ | | | Tray | ❌ | GTK4 removes widgets required to move the tray. No `libdbusmenu-gtk4` either. will need to manually re-create menus with custom widgets. | | UPower | ❌ | | | Volume | ❌ | |