diff options
| author | ryukamish <[email protected]> | 2026-07-12 12:33:12 +0530 |
|---|---|---|
| committer | ryukamish <[email protected]> | 2026-07-12 12:33:12 +0530 |
| commit | 37f5d489a036190c8631d87ef8116297711b2fe9 (patch) | |
| tree | 625d6701b348cb6064de74e53689cdf08e12efbd | |
| parent | 213270aef5cb2e7f96cb38f62472ef275f5ecb93 (diff) | |
chore(swap): terminal change from foot to kitty
| -rw-r--r-- | .config/waybar/config.jsonc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index 3b6dde6..3bf9249 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -73,7 +73,7 @@ "format-disabled": " <span color='#aaaaaa'>DC'D</span>", "format-connected": " <span color='#aaaaaa'>{num_connections}</span>", "tooltip-format": "Devices connected: {num_connections}\n{device_alias} at {device_battery_percentage}%", - "on-click": "foot --app-id=TUI.float -e bluetui", + "on-click": "kitty --app-id=TUI.float -e bluetui", "on-click-right": "rfkill toggle bluetooth" }, "pulseaudio": { @@ -112,7 +112,7 @@ "tooltip-format-disconnected": " DC'D", "max-length": 50, "interval": 60, - "on-click": "foot --app-id TUI.float -e wifitui", + "on-click": "kitty --app-id TUI.float -e wifitui", "on-click-right": "rfkill toggle wlan" }, "custom/vpn": { |
