mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2024-12-24 16:19:38 +01:00
3 lines
142 B
Bash
3 lines
142 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
notify-send -u low "$(awk '{print "Uptime: " int($1/3600)" Hours "int(($1%3600)/60)" minutes "int($1%60)" seconds"}' /proc/uptime)"
|