diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-07-15 23:34:33 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-15 23:34:33 +0900 |
| commit | 3aadb2106a26988346f34afafe8393b0ba6bdf79 (patch) | |
| tree | 139695e3a3fe423431e2028aa1ea6063677a33e9 /config/waybar/ModulesCustom | |
| parent | 30f73308e232b49cfb30dc8015b315ea24e6b80c (diff) | |
| parent | a2801f2eea287107097b68695a7c5306520dce8e (diff) | |
Merge pull request #675 from IT-ess/feat/add-custom-hyprpicker-waybar-module
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 088cea1c..dddc5ccc 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": "$HOME/.config/hypr/scripts/WaybarScripts.sh --files", |
