diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-25 20:52:32 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-25 20:52:32 -0600 |
| commit | c161065d7dc78212b447871c1728be0b5575b146 (patch) | |
| tree | 63fc23b0bec2f01c6efb29fdab36555c7cce9f6e /dotfiles/hyprland/.config/waybar | |
| parent | f134d71121a9edabe9f3e9383cbfeea5f33e1550 (diff) | |
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 <noreply@anthropic.com>
Diffstat (limited to 'dotfiles/hyprland/.config/waybar')
| -rw-r--r-- | dotfiles/hyprland/.config/waybar/config | 7 |
1 files changed, 7 insertions, 0 deletions
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": "<span size='large' color='#969385'></span> ", + "tooltip": false, + "on-click": "pocketbook" } } |
