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/themes/dupre/waybar.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dotfiles/hyprland/.config/themes') diff --git a/dotfiles/hyprland/.config/themes/dupre/waybar.css b/dotfiles/hyprland/.config/themes/dupre/waybar.css index c2b2a9c..81c305c 100644 --- a/dotfiles/hyprland/.config/themes/dupre/waybar.css +++ b/dotfiles/hyprland/.config/themes/dupre/waybar.css @@ -71,6 +71,7 @@ window#waybar { #tray, #clock, #custom-layout, +#custom-pocketbook, #window { padding: 0.45rem; margin: 0.3rem; @@ -91,7 +92,8 @@ window#waybar { #custom-netspeed:hover, #pulseaudio:hover, #sysmonitor:hover, -#custom-layout:hover { +#custom-layout:hover, +#custom-pocketbook:hover { background-color: #474544; border-radius: 1rem; } -- cgit v1.2.3