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/themes/dupre | |
| 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/themes/dupre')
| -rw-r--r-- | dotfiles/hyprland/.config/themes/dupre/waybar.css | 4 |
1 files changed, 3 insertions, 1 deletions
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; } |
