From c161065d7dc78212b447871c1728be0b5575b146 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Wed, 25 Feb 2026 20:52:32 -0600 Subject: feat(hyprland): add pocketbook notes panel integration Add waybar custom/pocketbook module with icon and on-click toggle. Add $mod+P keybind and exec-once for pocketbook --hidden. Add waybar CSS for pocketbook icon styling. Co-Authored-By: Claude Opus 4.6 --- dotfiles/hyprland/.config/waybar/config | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'dotfiles/hyprland/.config/waybar/config') diff --git a/dotfiles/hyprland/.config/waybar/config b/dotfiles/hyprland/.config/waybar/config index c8723d3..751e896 100644 --- a/dotfiles/hyprland/.config/waybar/config +++ b/dotfiles/hyprland/.config/waybar/config @@ -18,6 +18,7 @@ "custom/netspeed", "pulseaudio", "idle_inhibitor", + "custom/pocketbook", "tray", "custom/date", "custom/worldclock" @@ -147,5 +148,11 @@ }, "tooltip-format-activated": "Idle inhibitor: ON (screen will not lock)", "tooltip-format-deactivated": "Idle inhibitor: OFF" + }, + + "custom/pocketbook": { + "format": "󱞁 ", + "tooltip": false, + "on-click": "pocketbook" } } -- cgit v1.2.3