Linux定时休息脚本

来自linux中国网wiki
Evan讨论 | 贡献2021年11月16日 (二) 02:46的版本 →‎我的脚本
跳到导航 跳到搜索

定时休息

notify-send使用方法




我的脚本



cat ~/apps/eye.sh 
#!/bin/bash
#50,51  * *  * *  /home/evan/apps/eye.sh

export DISPLAY=:0.0;notify-send -u normal -t 50000 -i appointment-new '1分钟后锁屏' '注意休息,善待眼睛、善待颈椎'