5 lines
107 B
Bash
Executable file
5 lines
107 B
Bash
Executable file
#!/bin/sh
|
|
exec /usr/bin/tuigreet \
|
|
-t --time-format '%Y-%m-%d | %H:%M:%S' \
|
|
-c Hyprland \
|
|
"$@"
|