From 51b04af8b39201a86d1c095bde51d4019ccef796 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Tue, 18 Mar 2025 18:23:10 +0900 Subject: Added WaybarScripts.sh. In this way, waybar modules can use the default terminal set in ~/.config/hypr/UserConfigs/01-UserDefaults.conf --- config/waybar/ModulesVertical | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/waybar/ModulesVertical') diff --git a/config/waybar/ModulesVertical b/config/waybar/ModulesVertical index 5dea07ef..7128471b 100644 --- a/config/waybar/ModulesVertical +++ b/config/waybar/ModulesVertical @@ -19,7 +19,7 @@ "format-icons": [ "󰈸" ], - "on-click-right": "kitty --title nvtop sh -c 'nvtop'" + "on-click-right": "$HOME/.config/hypr/scripts/WaybarScripts.sh --nvtop" }, "backlight#vertical": { @@ -68,7 +68,7 @@ "format-alt-click": "click", "tooltip": true, "tooltip-format": "{used:0.1f}GB/{total:0.1f}G", - "on-click-right": "kitty --title btop sh -c 'btop'", + "on-click-right": "$HOME/.config/hypr/scripts/WaybarScripts.sh --btop", }, "pulseaudio#vertical": { -- cgit v1.2.3