diff options
| author | Itess <me@aloiseau.com> | 2025-04-27 15:43:52 +0200 |
|---|---|---|
| committer | Itess <me@aloiseau.com> | 2025-04-27 15:43:52 +0200 |
| commit | 22fa13cb191b8fc700fdfccfcc7ff149fdde4fd7 (patch) | |
| tree | 1c7256ef93104e84c42676591dbbb462466c533b /config/waybar/ModulesCustom | |
| parent | 65e06b22bf27d95a7cd4db6569528567046f006a (diff) | |
feat: add hyprpicker waybar module
Diffstat (limited to 'config/waybar/ModulesCustom')
| -rw-r--r-- | config/waybar/ModulesCustom | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/waybar/ModulesCustom b/config/waybar/ModulesCustom index bde9bbc2..c06cd7ac 100644 --- a/config/waybar/ModulesCustom +++ b/config/waybar/ModulesCustom @@ -17,6 +17,13 @@ "tooltip": true, }, +"custom/hyprpicker": { + "format": "", + "on-click": "hyprpicker | wl-copy", + "tooltip": true, + "tooltip-format": "Hyprpicker", +}, + "custom/file_manager": { "format": " ", "on-click": "xdg-open . &", |
