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 \ + "$@"