From 1fd7e251983265596a075859fd129ce62471c6be Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 12 May 2025 12:01:58 +0200 Subject: [PATCH] upped notif show time for getispeed.sh --- desktopenvs/hyprland/scripts/getispeed.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktopenvs/hyprland/scripts/getispeed.sh b/desktopenvs/hyprland/scripts/getispeed.sh index 1fbf383..be73642 100755 --- a/desktopenvs/hyprland/scripts/getispeed.sh +++ b/desktopenvs/hyprland/scripts/getispeed.sh @@ -1,3 +1,3 @@ #!/bin/bash speedvar=$(~/.config/python-script/bin/python ~/Dotfiles/desktopenvs/hyprland/scripts/python/ispeedtest.py b) -notify-send -t20000 $speedvar +notify-send -t200000 $speedvar