first commit
This commit is contained in:
5
waybar/scripts/uptime.sh
Executable file
5
waybar/scripts/uptime.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Devuelve el tiempo encendido del sistema en formato legible
|
||||
uptime -p | sed 's/up //'
|
||||
|
||||
Reference in New Issue
Block a user