“Linux定时休息脚本”的版本间的差异

来自linux中国网wiki
跳到导航 跳到搜索
(创建页面,内容为“=定时休息= ==notify-send使用方法== <pre> </pre> ==我的脚本 == <pre> cat ~/apps/eye.sh #!/bin/bash # export DISPLAY=:0.0;notify-send -u normal -t…”)
 
第14行: 第14行:
 
cat ~/apps/eye.sh  
 
cat ~/apps/eye.sh  
 
#!/bin/bash
 
#!/bin/bash
#
+
#50,51  * *  * *  /home/evan/apps/eye.sh
 +
 
 
export DISPLAY=:0.0;notify-send -u normal -t 50000 -i appointment-new '1分钟后锁屏' '注意休息,善待眼睛、善待颈椎'
 
export DISPLAY=:0.0;notify-send -u normal -t 50000 -i appointment-new '1分钟后锁屏' '注意休息,善待眼睛、善待颈椎'
  
  
 
</pre>
 
</pre>

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分钟后锁屏' '注意休息,善待眼睛、善待颈椎'