feat(keyboard-state): add custom icons in format-icons

This commit is contained in:
Prakhar Chhalotre
2026-02-24 19:21:13 +05:30
parent 7744320ab2
commit f2cfcb85dd
2 changed files with 55 additions and 10 deletions
+1 -2
View File
@@ -36,8 +36,7 @@ class KeyboardState : public AModule {
std::string capslock_format_;
std::string scrolllock_format_;
const std::chrono::seconds interval_;
std::string icon_locked_;
std::string icon_unlocked_;
std::unordered_map<std::string, std::vector<std::string>> key_icon_states_;
std::string devices_path_;
struct libinput* libinput_;