diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2023-11-25 18:35:33 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-25 18:35:33 +0900 |
| commit | e96d2b933ab630d52061fff9817c95f8a6cf67c2 (patch) | |
| tree | c781b32d04cc3ab9c0415416e0960ce8c1d7faf0 /config/waybar/modules | |
| parent | a4323a2ec92db8b07fd1e045f8a2275aa89ca7c3 (diff) | |
| parent | fbf04572b4ed8867da3c96551b25261401364be0 (diff) | |
Merge pull request #33 from JaKooLit/main
Add recent changes to v2.1.9
Diffstat (limited to 'config/waybar/modules')
| -rw-r--r-- | config/waybar/modules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/waybar/modules b/config/waybar/modules index b7b41d74..43a6bab2 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -199,7 +199,7 @@ "tooltip": true, "tooltip-format": "{timeTo} {power}w", "on-click-middle": "~/.config/hypr/scripts/ChangeBlur.sh", - "on-click-right": "~/.config/hypr/scripts/Wlogout.sh", + "on-click-right": "~/.config/hypr/scripts/RofiPower.sh", }, "bluetooth": { @@ -497,7 +497,7 @@ "custom/power": { "format": "⏻ ", "tooltip": false, - "on-click": "~/.config/hypr/scripts/Wlogout.sh", + "on-click": "~/.config/hypr/scripts/RofiPower.sh", "on-click-right": "~/.config/hypr/scripts/ChangeBlur.sh", }, @@ -652,7 +652,7 @@ "custom/power_vertical": { "format": "⏻", "tooltip": false, - "on-click": "~/.config/hypr/scripts/Wlogout.sh", + "on-click": "~/.config/hypr/scripts/RofiPower.sh", "on-click-right": "~/.config/hypr/scripts/ChangeBlur.sh", }, |
