From 97f398c1a68e3767be88a832735d670c23f2e5a6 Mon Sep 17 00:00:00 2001 From: Ahurac Date: Fri, 2 Feb 2024 07:31:11 +0100 Subject: [PATCH] =?UTF-8?q?tuigreeet=20:=20commande=20Hyprland=20par=20d?= =?UTF-8?q?=C3=A9faut?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/tuigreet | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bin/tuigreet b/bin/tuigreet index c32bf4e..28be322 100755 --- a/bin/tuigreet +++ b/bin/tuigreet @@ -1,2 +1,5 @@ #!/bin/sh -exec /usr/bin/tuigreet -t --time-format '%Y-%m-%d | %H:%M:%S' "$@" +exec /usr/bin/tuigreet \ + -t --time-format '%Y-%m-%d | %H:%M:%S' \ + -c Hyprland \ + "$@"