Changeset 1879
- Timestamp:
- Jun 8, 2016, 5:04:00 PM (5 years ago)
- Location:
- lliurex-conky/trunk/fuentes/lliurex-conky.install-files/usr/share/lliurex-conky
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-conky/trunk/fuentes/lliurex-conky.install-files/usr/share/lliurex-conky/hdd_full
r1877 r1879 1 1 #!/bin/bash 2 ( ps -aux | grep zenity | grep Conky > /dev/null ) || (zenity --info --title="Conky Informa" --text="el disco esta casi lleno"> /dev/null 2>&1) &2 ( ps -aux | grep zenity | grep Conky > /dev/null ) || (zenity --info --title="Conky informa" --text="El disco esta casi lleno."> /dev/null 2>&1) & -
lliurex-conky/trunk/fuentes/lliurex-conky.install-files/usr/share/lliurex-conky/hdd_full_net
r1877 r1879 1 1 #!/bin/bash 2 ( ps -aux | grep zenity | grep Conky > /dev/null ) || (zenity --info --title="Conky Informa" --text="/net esta casi lleno, vacia datos del disco."> /dev/null 2>&1) &2 ( ps -aux | grep zenity | grep Conky > /dev/null ) || (zenity --info --title="Conky informa" --text="/net esta casi lleno, vacia datos del disco."> /dev/null 2>&1) &
Note: See TracChangeset
for help on using the changeset viewer.